wp_fatal_error_handler_enabled

wp_fatal_error_handler_enabled

Hook Type: filter
See hook in action

See hook in core

Displaying hooks found in version: wordpress-6.4.3

apply_filters('wp_fatal_error_handler_enabled') is found 1 times:

  • /wp-includes/error-protection.php line 139
    	 * @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: