wpseek.com
A WordPress-centric search engine for devs and theme authors



delete_site_email_content › WordPress Filter Hooks

Since3.0.0
Deprecatedn/a
apply_filters( 'delete_site_email_content', $content )
Parameters:
  • (string) $content The email text.
    Required: Yes
Defined at:
Codex:

Filters the text for the email sent to the site admin when a request to delete a site in a Multisite network is submitted.





Source

$content = apply_filters( 'delete_site_email_content', $content );