Answers for "wp debug in file"

PHP
1

wp debug

// This enables debugging in the wp-config.php file.
define( 'WP_DEBUG', true );
Posted by: Guest on July-14-2021
0

wp debug

define( 'WP_DEBUG', true );
define( 'WP_DEBUG_LOG', true );
define( 'WP_DEBUG_DISPLAY', true );
Posted by: Guest on January-25-2022

Browse Popular Code Answers by Language