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)
  • () code Error code.
    Erforderlich: Ja
  • () message Error message.
    Erforderlich: Ja
  • () data Error data. Might be empty.
    Erforderlich: Ja
  • () 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 );