wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



wp_php_error_args › WordPress Filter Hooks

Seit5.2.0
Veraltetn/v
apply_filters( 'wp_php_error_args', $args, $error )
Parameter: (2)
  • (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.
    Erforderlich: Ja
  • (array) $error Error information retrieved from `error_get_last()`.
    Erforderlich: Ja
Definiert in:
Codex:

Filters the arguments passed to {@see wp_die()} for the default PHP error template.





Quellcode

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