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.7.2

apply_filters('enable_wp_debug_mode_checks') is found 1 times:

  • /wp-includes/load.php line 580
    576
    577
    578
    579
    580
    581
    582
    583
    584
    585
    * @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 );