Skip to content
/ frog-wp Public

A WordPress plugin to send debug data to Frog

Notifications You must be signed in to change notification settings

rilwis/frog-wp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Frog - A new way to debug in WordPress

This is a WordPress plugin that sends debug data to Frog.

You need to install Frog first. Please see the Frog repo for installation instruction.

Installation

Clone this repo

git clone https://github.com/rilwis/frog-wp.git

Install PHP dependencies

composer install

Activate this plugin in WordPress.

Usage

f( $var );

// Multiple variables at once.
f( $var1, $var2 );

Then see the Frog terminal and/or browser to see the debug info.

About

A WordPress plugin to send debug data to Frog

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages