Run WordPress in debug mode without access to wp-config January 9, 2020 add_action( 'template_redirect', 'my_enable_debug_mode' ); function my_enable_debug_mode() { // Turn on error reporting. …Continue Reading