WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about wp_php_error_args

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/class-wp-fatal-error-handler.php apply_filters 229 /**
* Filters the arguments passed to {@see wp_die()} for the default PHP error template.
*
* @since 5.2.0
*
* @param array $args Associative array of arguments passed to `wp_die()`. By default these contain a
* 'response' key, and optionally 'link_url' and 'link_text' keys.
* @param array $error Error information retrieved from `error_get_last()`.
*/

Hook Parameters

Parameter Type Name Description
array $args Associative array of arguments passed to `wp_die()`. By default these contain a
array $error Error information retrieved from `error_get_last()`.