delete_site_email_content

最后更新于:2021-11-26 06:15:20

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.

参数

$content

(string)
The email text.

源文件

文件: gc-admin/ms-delete-site.php

View on Trac