enable_wp_debug_mode_checks

enable_wp_debug_mode_checks

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.5.2

apply_filters('enable_wp_debug_mode_checks') is found 1 times:

  • /wp-includes/load.php line 572
    	 * @since 4.6.0
    	 *
    	 * @param bool $enable_debug_mode Whether to enable debug mode checks to occur. Default true.
    	 */
    	if ( ! apply_filters( 'enable_wp_debug_mode_checks', true ) ) {
    		return;
    	}
    
    	if ( WP_DEBUG ) {
    		error_reporting( E_ALL );