wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



delete_site_email_content › WordPress Filter Hooks

Seit3.0.0
Veraltetn/v
apply_filters( 'delete_site_email_content', $content )
Parameter:
  • (string) $content The email text.
    Erforderlich: Ja
Definiert in:
Codex:

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





Quellcode

$content = apply_filters( 'delete_site_email_content', $content );