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



is_wp_error_instance › WordPress Action Hooks

Seit5.6.0
Veraltetn/v
do_action( 'is_wp_error_instance', $thing )
Parameter:
  • (WP_Error) $thing The error object passed to `is_wp_error()`.
    Erforderlich: Ja
Definiert in:
Codex:

Fires when `is_wp_error()` is called and its parameter is an instance of `WP_Error`.





Quellcode

do_action( 'is_wp_error_instance', $thing );