wpseek.com
Outil de recherche WordPress pour les développeurs et auteurs de thèmes



wp_php_error_args › Les Filtres WordPress

Depuis5.2.0
Dépréciéen/a
apply_filters( 'wp_php_error_args', $args, $error )
Paramètres: (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.
    Requis: Oui
  • (array) $error Error information retrieved from `error_get_last()`.
    Requis: Oui
Défini(e) dans:
Codex:

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





Source

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