WPCode
93Easily add code snippets in WordPress. Insert header & footer scripts, add PHP code snippets with conditio...
Logging vars and events for fast debug WordPress site.
WP Logger is a WordPress plugin designed for developers to log events and errors within their applications. By inserting a specific hook in your code, you can easily track and manage logs through the plugin's interface found under Tools > WP Logger. It also allows the addition of custom buttons to execute functions via WP-AJAX, which can be useful for more tailored logging needs.
This plugin is suitable for developers looking to implement logging functionality in their WordPress sites. It provides a straightforward way to monitor events and errors, making it a practical tool for debugging and improving code reliability.
Best for: Developers who need a logging solution for their WordPress projects.
What it does well
Where it falls short
WP Logger offers a basic yet functional logging tool for WordPress developers. Its simplicity and customisation options make it a useful addition for those looking to enhance their site's error tracking.
iTRON's own description of WP Logger, lightly tidied.
do_action( 'logger', $data ); in your codeUse the wpdl_add_button( string $name, callable $clb, string $btnClass = '' ) function to add a button to the logger page.
Click on the button to execute the function via WP-AJAX. If an Exception or Error occurs, it will be logged as well.
Other plugins for developer tooling.
Easily add code snippets in WordPress. Insert header & footer scripts, add PHP code snippets with conditio...
Easily add tracking code snippets, conversion pixels, or other scripts required by third party services for an...
Duplicate post, post order, image resize, email via SMTP, admin menu editor, custom css / code, disable gutenb...
Create custom "Shortcodes" easily for HTML, JavaScript, CSS code snippets and use the shortcodes wit...
Add PHP code to your pages and posts easily using shortcodes.
An easy, clean, and simple way to enhance your site with code snippets.