wpseek.com
Uma área de pesquisa sobre o WordPress para devs e autores do tema



newblog_notify_siteadmin › Hooks de Filtros WordPress

Desde5.4.0
Obsoleton/a
apply_filters( 'newblog_notify_siteadmin', $msg, $blog_id )
Parâmetros: (2)
  • (string) $msg Email body.
    Required: Yes
  • (int|string) $blog_id The new site's ID as an integer or numeric string.
    Required: Yes
Definido em:
Codex:

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





Fonte

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