bbp_get_email_header()
Return the string used for the bbPress specific X-header.
Description Description
Return Return
(string)
Source Source
File: includes/common/functions.php
function bbp_get_email_header() { return apply_filters( 'bbp_get_email_header', 'X-bbPress: ' . bbp_get_version() ); }
Changelog Changelog
Version | Description |
---|---|
2.6.0 | Introduced. |