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



wp_installed_email › Filtr WordPress Hooks

Od5.6.0
Przestarzałyn/a
apply_filters( 'wp_installed_email', $installed_email, $user, $blog_title, $blog_url, $password )
Parametry: (5)
  • (array) $installed_email { Used to build wp_mail(). @type string $to The email address of the recipient. @type string $subject The subject of the email. @type string $message The content of the email. @type string $headers Headers. }
    Wymagane: Tak
  • (WP_User) $user The site administrator user object.
    Wymagane: Tak
  • (string) $blog_title The site title.
    Wymagane: Tak
  • (string) $blog_url The site URL.
    Wymagane: Tak
  • (string) $password The site administrator's password. Note that a placeholder message is usually passed instead of the user's actual password.
    Wymagane: Tak
Zdefiniowane na:
Codex:

Filters the contents of the email sent to the site administrator when WordPress is installed.





Źródło

$installed_email = apply_filters( 'wp_installed_email', $installed_email, $user, $blog_title, $blog_url, $password );