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



wp_send_application_password_created_email › WordPress Filter Hooks

Seit7.2.0
Veraltetn/v
apply_filters( 'wp_send_application_password_created_email', $send, $user, $new_item )
Parameter: (3)
  • () send Whether to send the email notification.
    Erforderlich: Ja
  • () user The user object.
    Erforderlich: Ja
  • () new_item The application password details.
    Erforderlich: Ja
Definiert in:
Codex:

Filters whether to send the application password created notification email.





Quellcode

$send = apply_filters( 'wp_send_application_password_created_email', $send, $user, $new_item );