wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



newblog_notify_siteadmin › WordPress Filter Hooks

Seit5.4.0
Veraltetn/v
apply_filters( 'newblog_notify_siteadmin', $msg, $blog_id )
Parameter: (2)
  • (string) $msg Email body.
    Erforderlich: Ja
  • (int|string) $blog_id The new site's ID as an integer or numeric string.
    Erforderlich: Ja
Definiert in:
Codex:

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





Quellcode

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