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



send_new_site_email › Filtr WordPress Hooks

Od5.6.0
Przestarzałyn/a
apply_filters( 'send_new_site_email', true, $site, $user )
Parametry: (3)
  • (bool) $send Whether to send the email.
    Wymagane: Tak
  • (WP_Site) $site Site object of the new site.
    Wymagane: Tak
  • (WP_User) $user User object of the administrator of the new site.
    Wymagane: Tak
Zdefiniowane na:
Codex:

Filters whether to send an email to the Multisite network administrator when a new site is created.

Return false to disable sending the email.





Źródło

if ( ! apply_filters( 'send_new_site_email', true, $site, $user ) ) {