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. |