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



wp_error_added › WordPress Action Hooks

Seit5.6.0
Veraltetn/v
do_action( 'wp_error_added', $code, $message, $data, $this )
Parameter: (4)
  • (string|int) $code Error code.
    Erforderlich: Ja
  • (string) $message Error message.
    Erforderlich: Ja
  • (mixed) $data Error data. Might be empty.
    Erforderlich: Ja
  • (WP_Error) $wp_error The WP_Error object.
    Erforderlich: Ja
Definiert in:
Codex:

Fires when an error is added to a WP_Error object.





Quellcode

do_action( 'wp_error_added', $code, $message, $data, $this );