wp_fatal_error_handler_enabled

wp_fatal_error_handler_enabled

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter
See hook in action

See hook in core

Displaying hooks found in version: wordpress-6.7.2

apply_filters('wp_fatal_error_handler_enabled') is found 1 times:

  • /wp-includes/error-protection.php line 139
    135
    136
    137
    138
    139
    140
    141
    142
    143
    144
    145
         * @since 5.2.0
         *
         * @param bool $enabled True if the fatal error handler is enabled, false otherwise.
         */
        return apply_filters( 'wp_fatal_error_handler_enabled', $enabled );
    }
     
    /**
     * Access the WordPress Recovery Mode instance.
     *
     * @since 5.2.0

See this hook used in plugins: