Summery Summery
Filters the arguments passed to {@see wp_die()} for the default PHP error template.
Syntax Syntax
Parameters Parameters
- $args
-
Associative array of arguments passed to
wp_die(). By default these contain a 'response' key, and optionally 'link_url' and 'link_text' keys. - $error
-
Error information retrieved from
error_get_last().
Source Source
Advertisement
Changelog Changelog
| Version | Description |
|---|---|
| 5.2.0 | Introduced. |