Debugging WordPress
Add following to the wp-config.php file to enable debug mode in detail.
define( ‘WP_DEBUG_LOG’, true );
define( ‘SCRIPT_DEBUG’, true );
define( ‘WP_DEBUG’, true );
define( ‘WP_DEBUG_DISPLAY’, true );
We simplify everything!
Add following to the wp-config.php file to enable debug mode in detail.
define( ‘WP_DEBUG_LOG’, true );
define( ‘SCRIPT_DEBUG’, true );
define( ‘WP_DEBUG’, true );
define( ‘WP_DEBUG_DISPLAY’, true );
Website: https://cloudguruonline.com
Leave a Reply