Skip to navigation
How to enable debug in wordpress
11.12.21
add this to your wp-config.php file: // Enable WP_DEBUG mode define( 'WP_DEBUG', false); define( 'WP_DEBUG_LOG', true ); define( 'WP_DEBUG_DISPLAY', false ); @ini_set( 'display_errors', 0 ); define( 'SCRIPT_DEBUG', true );
https://torquemag.io/2020/12/enable-wordpress-debug-mode/
Reply
Anonymous
// Enable WP_DEBUG mode define( 'WP_DEBUG', true); define( 'WP_DEBUG_LOG', true ); define( 'WP_DEBUG_DISPLAY', false ); @ini_set( 'display_errors', 0 ); define( 'SCRIPT_DEBUG', true );
11.12.21
Reply
Anonymous
Information Epoch 1732519882
Live free or die.
Home
Notebook
Contact us