Maintenance 70/10030d since update
Active installs
300
Downloads
6,124
Reviews
3
Age
7.3y
Tagsdebugdatalogloggerdevelopwp loggerdata logging
Plugin info
Total downloads: 6,124
Active installs: 300
Total reviews: 3
Average rating: 5
Support threads opened: 0
Support threads resolved: 0 (0%)
Available in: 1 language(s)
Contributors: 3
Last updated: 12/1/2025 (30 days ago)
Added to WordPress: 9/2/2018 (7 years old)
Minimum WordPress version: 3.5
Tested up to WordPress version: 6.8.3
Minimum PHP version: 7.1
Maintenance & Compatibility
Maintenance score
Actively maintained • Last updated 30 days ago • 3 reviews
70/100
Is WP Logger abandoned?
Likely maintained (last update 30 days ago).
Compatibility
Requires WordPress: 3.5
Tested up to: 6.8.3
Requires PHP: 7.1
Similar & Alternatives
Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.
No similar plugins found yet.
Description
- Insert the hook
do_action( 'logger', $data );in your code - Go to Tools > WP Logger
Additional buttons
Use the wpdl_add_button( string $name, callable $clb, string $btnClass = '' ) function to add a button to the logger page.
- $name text for the button;
- $clb callback function;
- $btnClass class for the button (optional).
Click on the button to execute the function via WP-AJAX. If an Exception or Error occurs, it will be logged as well.
Hooks:
- wp_logger_button_panel
- wp_logger_inline_css
- wp_logger_inline_js
- wp_data_logger_print_data
Available constants:
- WPDL_DISPLAY_LIMIT
Installation
- Upload the plugin to the
/wp-content/plugins/directory. - Activate the plugin through the Plugins menu in WordPress.
- Insert the hook
do_action( 'logger', $data );in your code. - Go to Tools > WP Logger.
Frequently Asked Questions
No FAQ available
Review feed
Dima Minka
Log for developers
Thx for this plugin, the logging very important for us, and we happy to use your plugin with our team.
Changelog
2.4
- Fix Uncaught Exception: Serialization of ‘Closure’ is not allowed when creating button with closure callback.
2.3
- Custom button adding function introduced.
- PHP min version changed to 7.1.
2.2.1
- Nonce verification for ajax queries.
- PayPal link updated.
- Plugin tags updated.
2.2
- Clear log vulnerability fixed.
2.1
- The output of the data got escaped.
2.0.2
- Suppress DB errors while the data insert
2.0.1
- bug fixed
2.0
- Logged data was moved to custom table in DB
- WPDL_DISPLAY_LIMIT
- Hidding/showing rows
1.4
- Added types of data
1.2
- Init commit
