wpseek.com
Un motore di ricerca WordPress per sviluppatori e autori di temi



update_welcome_subject › WordPress Filter Hooks

DaMU (3.0.0)
Deprecaton/a
apply_filters( 'update_welcome_subject', sprintf( $subject, $current_network->site_name, wp_unslash( $title )
Parametri:
  • (string) $subject Subject of the email.
    Richiesto:
Definito a:
Codex:

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





Sorgenti

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