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



update_welcome_user_subject › WordPress Filter Hooks

SeitMU (3.0.0)
Veraltetn/v
apply_filters( 'update_welcome_user_subject', sprintf( $subject, $current_network->site_name, $user->user_login )
Parameter:
  • (string) $subject Subject of the email.
    Erforderlich: Ja
Definiert in:
Codex:

Filters the subject of the welcome email after user activation.





Quellcode

$subject = apply_filters( 'update_welcome_user_subject', sprintf( $subject, $current_network->site_name, $user->user_login ) );