79652210

Date: 2025-06-04 06:28:19
Score: 2
Natty:
Report link

Simple action can do for enable log document add code in wp-config.php located on wordpress home directory.

define( 'WP_DEBUG', true );

define('WP_DEBUG_LOG', true);

If you want shows error on screen then,

define('WP_DEBUG_DISPLAY', true);

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Ajaykumar G