delete_site_email_content WordPress Filter Hook
The delete_site_email_content hook is used to filter the content of the email that is sent to a user when their site is deleted. This hook allows you to modify the message that is sent to the user, or even prevent the email from being sent altogether.
apply_filters( 'delete_site_email_content', string $content ) #
Filters the text for the email sent to the site admin when a request to delete a site in a Multisite network is submitted.
Contents
Parameters
- $content
(string)The email text.
Source
Changelog
Version | Description |
---|---|
3.0.0 | Introduced. |