wp_should_handle_php_error, false, $error
wp_should_handle_php_error, false, $error
Appears in: 7.0.3
Hook Type: filter
Displaying hooks found in version: 7.0.3apply_filters('wp_should_handle_php_error, false, $error') is found 1 times:
- /wp-includes/class-wp-fatal-error-handler.php line 125
* * @param bool $should_handle_error Whether the error should be handled by the fatal error handler. * @param array $error Error information retrieved from `error_get_last()`. */ return (bool) apply_filters( 'wp_should_handle_php_error', false, $error ); } /** * Displays the PHP error template and sends the HTTP status code, typically 500. * * A drop-in 'php-error.php' can be used as a custom template. This drop-in should control the HTTP status code and