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



wp_mail_content_type › WordPress Filter Hooks

Seit2.3.0
Veraltetn/v
apply_filters( 'wp_mail_content_type', $content_type )
Parameter:
  • (string) $content_type Default wp_mail() content type.
    Erforderlich: Ja
Definiert in:
Codex:

Filters the wp_mail() content type.





Quellcode

$content_type = apply_filters( 'wp_mail_content_type', $content_type );