wpseek.com
Outil de recherche WordPress pour les développeurs et auteurs de thèmes



wp_password_change_notification_email › Les Filtres WordPress

Depuis4.9.0
Dépréciéen/a
apply_filters( 'wp_password_change_notification_email', $wp_password_change_notification_email, $user, $blogname )
Paramètres: (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. }
    Requis: Oui
  • (WP_User) $user User object for user whose password was changed.
    Requis: Oui
  • (string) $blogname The site title.
    Requis: Oui
Défini(e) dans:
Codex:

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





Source

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