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.


Parameters

$content

The email text.


Source

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

View on GitHub


Changelog

Changelog
Version Description
3.0.0 Introduced.