wpseek.com
Outil de recherche WordPress pour les développeurs et auteurs de thèmes



update_welcome_subject › Les Filtres WordPress

DepuisMU (3.0.0)
Dépréciéen/a
apply_filters( 'update_welcome_subject', sprintf( $subject, $current_network->site_name, wp_unslash( $title )
Paramètres:
  • (string) $subject Subject of the email.
    Requis: Oui
Défini(e) dans:
Codex:

Filters the subject of the welcome email sent to the site administrator after site activation.





Source

$subject = apply_filters( 'update_welcome_subject', sprintf( $subject, $current_network->site_name, wp_unslash( $title ) ) );