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



wp_mail_from_name › WordPress Filter Hooks

Seit2.3.0
Veraltetn/v
apply_filters( 'wp_mail_from_name', $from_name )
Parameter:
  • (string) $from_name Name associated with the "from" email address.
    Erforderlich: Ja
Definiert in:
Codex:

Filters the name to associate with the "from" email address.





Quellcode

$from_name = apply_filters( 'wp_mail_from_name', $from_name );