apply_filters( 'wp_mail_content_type', string $content_type )

Filters the wp_mail() content type.


Parameters

$content_type

(string) Default wp_mail() content type.


Source

File: wp-includes/pluggable.php

View on GitHub



Changelog

Changelog
Version Description
WP-2.3.0 Introduced.