Answers for "WP_DEBUG enable"

PHP
0

WP_DEBUG enable

// Enable WP_DEBUG mode
define('WP_DEBUG', true);

// Enable Debug logging to the /wp-content/debug.log file
define('WP_DEBUG_LOG', true);
Posted by: Guest on March-30-2022

Browse Popular Code Answers by Language