Filter hook 'delete_site_email_content'

in WP Core File wp-admin/ms-delete-site.php at line 82

Description

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

Occurrences

Filename Line Number
wp-admin/ms-delete-site.php 82

Parameters

Type Name Description
string $content The email text.

PHP Doc

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