delete_site_email_content

过滤钩子


apply_filters( 'delete_site_email_content', $content )
参数
  • (string)
    $content
    The email text.
    Required:
定义位置
  • wp-admin/ms-delete-site.php
    , line 83
引入
3.0.0
弃用

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 = apply_filters( 'delete_site_email_content', $content );