WPCode
93Easily add code snippets in WordPress. Insert header & footer scripts, add PHP code snippets with conditio...
View and Delete the debug log from the Tools menu. Extremely light and simple.
Debug Log is a WordPress plugin designed for developers to assist in debugging by providing access to error logs. It displays the latest log entries at the top, making it easier to review recent issues without excessive scrolling. The plugin requires specific configurations in the wp-config.php file to function correctly.
This plugin is suitable for site administrators or developers who need to monitor and manage error logs effectively. It ensures that only users with the appropriate permissions can view the logs, adding a layer of security to sensitive information.
Best for: This plugin suits developers and site administrators needing to debug WordPress sites.
What it does well
Where it falls short
Debug Log provides a straightforward solution for managing error logs, but its outdated status may limit its usability with newer WordPress versions.
Andrew Klimek's own description of Debug Log, lightly tidied.
If the log is long, the latest lines are show at the top to avoid scrolling. Line numbers are shown for reference.
Logs over 5MB do not load until you confirm you are sure, or you can opt to delete the log and start afresh.
Only admins can view (or anyone you give the capability “manage_options”).
Debug Log only works if it’s enabled in wp-config.php. See https://codex.wordpress.org/Debugging_in_WordPress#WP_DEBUG_LOG
Recommended configuration:
define( 'WP_DEBUG', true );// just toggle this line to false to turn off
if ( WP_DEBUG ) {
define( 'WP_DEBUG_LOG', true );
define( 'WP_DEBUG_DISPLAY', false );
@ini_set( 'display_errors', 0 );
}
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.