Filters the text for the email sent to the site admin when a request to delete a site in a Multisite network is submitted.
Parameters
$content
string- The email text.
Source
$content = apply_filters( 'delete_site_email_content', $content );
Changelog
Version | Description |
---|---|
3.0.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.