wpseek.com
Bazujące na WordPress narzędzie wyszukiwania dla deweloperów i twórców motywów.



email_change_email › Filtr WordPress Hooks

Od4.3.0
Przestarzałyn/a
apply_filters( 'email_change_email', $email_change_email, $user, $userdata )
Parametry: (3)
  • (array) $email_change_email { Used to build wp_mail(). @type string $to The intended recipients. @type string $subject The subject of the email. @type string $message The content of the email. The following strings have a special meaning and will get replaced dynamically: - ###USERNAME### The current user's username. - ###ADMIN_EMAIL### The admin email in case this was unexpected. - ###NEW_EMAIL### The new email address. - ###EMAIL### The old email address. - ###SITENAME### The name of the site. - ###SITEURL### The URL to the site. @type string $headers Headers. }
    Wymagane: Tak
  • (array) $user The original user array.
    Wymagane: Tak
  • (array) $userdata The updated user array.
    Wymagane: Tak
Zdefiniowane na:
Codex:

Filters the contents of the email sent when the user's email is changed.





Źródło

$email_change_email = apply_filters( 'email_change_email', $email_change_email, $user, $userdata );