apply_filters( 'delete_site_email_content', string $content )

Filters the email content sent when a site in a Multisite network is deleted.


Parameters

$content

The email content that will be sent to the user who deleted a site in a Multisite network.


Source

File: wp-admin/ms-delete-site.php

View on GitHub


Changelog

Changelog
Version Description
WP-3.0.0 Introduced.