Debugging WordPress

WordPress will often hide errors, however you can display them by adding these lines to the wp-config.php file:

define( 'WP_DEBUG', true ); define( 'SCRIPT_DEBUG', true );


Explore our projects