wpseek.com
Un motore di ricerca WordPress per sviluppatori e autori di temi



wp_password_change_notification_email › WordPress Filter Hooks

Da4.9.0
Deprecaton/a
apply_filters( 'wp_password_change_notification_email', $wp_password_change_notification_email, $user, $blogname )
Parametri: (3)
  • (array) $wp_password_change_notification_email { Used to build wp_mail(). @type string $to The intended recipient - site admin email address. @type string $subject The subject of the email. @type string $message The body of the email. @type string $headers The headers of the email. }
    Richiesto:
  • (WP_User) $user User object for user whose password was changed.
    Richiesto:
  • (string) $blogname The site title.
    Richiesto:
Definito a:
Codex:

Filters the contents of the password change notification email sent to the site admin.





Sorgenti

$wp_password_change_notification_email = apply_filters( 'wp_password_change_notification_email', $wp_password_change_notification_email, $user, $blogname );