Description
Notice TraceLog is a lightweight developer tool that displays PHP backtraces when Notices occur, helping you identify and fix issues caused by early execution or translation loading problems. Useful for debugging during plugin and theme development.
Installation
- Upload the plugin files to the
/wp-content/plugins/notice-trace-log
directory, or install the plugin through the WordPress plugins screen directly. - Activate the plugin through the ‘Plugins’ menu in WordPress.
- Make sure
WP_DEBUG
andWP_DEBUG_DISPLAY
are enabled in yourwp-config.php
.
Example configuration in wp-config.php
:
define('WP_DEBUG', true);
define('WP_DEBUG_DISPLAY', true);
Reviews
There are no reviews for this plugin.
Contributors & Developers
“Notice TraceLog” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Notice TraceLog” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.