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



newblog_notify_siteadmin › Les Filtres WordPress

Depuis5.4.0
Dépréciéen/a
apply_filters( 'newblog_notify_siteadmin', $msg, $blog_id )
Paramètres: (2)
  • (string) $msg Email body.
    Requis: Oui
  • (int|string) $blog_id The new site's ID as an integer or numeric string.
    Requis: Oui
Défini(e) dans:
Codex:

Filters the message body of the new site activation email sent to the network administrator.





Source

$msg = apply_filters( 'newblog_notify_siteadmin', $msg, $blog_id );