Mô tả
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.
Ảnh màn hình
Cài đặt
- Upload the plugin files to the
/wp-content/plugins/notice-trace-logdirectory, or install the plugin through the WordPress plugins screen directly. - Activate the plugin through the ‘Plugins’ menu in WordPress.
- Make sure
WP_DEBUGandWP_DEBUG_DISPLAYare enabled in yourwp-config.php.
Example configuration in wp-config.php:
define('WP_DEBUG', true);
define('WP_DEBUG_DISPLAY', true);
Đánh giá
Không có đánh giá nào cho plugin này.
Người đóng góp & Lập trình viên
“Notice TraceLog” là mã nguồn mở. Những người sau đã đóng góp vào plugin này.
Những người đóng gópDịch “Notice TraceLog” sang ngôn ngữ của bạn.
Muốn tham gia phát triển?
Duyệt code, check out SVN repository, hoặc theo dõi nhật ký phát triển qua RSS.
Nhật ký thay đổi
1.0.0
Release basic functionality
1.0.1
- Added dependency checks for WP_DEBUG_DISPLAY and WP_DEBUG_LOG
- Improved error display in the browser
- Backtrace logging added to error log if WP_DEBUG_LOG is enabled (writes to the default log file)
- Enhanced admin area messages




