wpseek.com
A WordPress-centric search engine for devs and theme authors



wp_send_application_password_created_email › WordPress Filter Hooks

Since7.2.0
Deprecatedn/a
apply_filters( 'wp_send_application_password_created_email', $send, $user, $new_item )
Parameters: (3)
  • () send Whether to send the email notification.
    Required: Yes
  • () user The user object.
    Required: Yes
  • () new_item The application password details.
    Required: Yes
Defined at:
Codex:

Filters whether to send the application password created notification email.





Source

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