Notice TraceLog

Descripción

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.

Instalación

  1. Upload the plugin files to the /wp-content/plugins/notice-trace-log directory, or install the plugin through the WordPress plugins screen directly.
  2. Activate the plugin through the ‘Plugins’ menu in WordPress.
  3. Make sure WP_DEBUG and WP_DEBUG_DISPLAY are enabled in your wp-config.php.

Example configuration in wp-config.php:

define('WP_DEBUG', true);
define('WP_DEBUG_DISPLAY', true);

Reseñas

No hay reseñas para este plugin.

Colaboradores y desarrolladores

«Notice TraceLog» es un software de código abierto. Las siguientes personas han colaborado con este plugin.

Colaboradores

Traduce «Notice TraceLog» a tu idioma.

¿Interesado en el desarrollo?

Revisa el código , echa un vistazo al repositorio SVN o suscríbete al registro de desarrollo por RSS.