apply_filters( 'wp_mail_charset', string $charset )

Filters the default wp_mail() charset.


Parameters

$charset

(string) Default email charset.


Source

File: wp-includes/pluggable.php

View on GitHub



Changelog

Changelog
Version Description
WP-2.3.0 Introduced.