WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about delete_site_email_content

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-admin/ms-delete-site.php apply_filters 83 /**
* Filters the text for the email sent to the site admin when a request to delete a site in a Multisite network is submitted.
*
* @since 3.0.0
*
* @param string $content The email text.
*/

Hook Parameters

Parameter Type Name Description
string $content The email text.