W3cubDocs

/WordPress

apply_filters( ‘wp_php_error_args’, array $args, array $error )

Filters the arguments passed to <a href="https://developer.wordpress.org/reference/functions/wp_die/" rel="function">wp_die()</a> for the default PHP error template.

Parameters

$argsarray
Associative array of arguments passed to wp_die(). By default these contain a 'response' key, and optionally 'link_url' and 'link_text' keys.
$errorarray
Error information retrieved from error_get_last().

Source

$args = apply_filters( 'wp_php_error_args', $args, $error );

Changelog

Version Description
5.2.0 Introduced.

© 2003–2024 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/wp_php_error_args