bbp_get_email_header()

Return the string used for the bbPress specific X-header.


Description Description


Return Return

(string)


Top ↑

Source Source

File: includes/common/functions.php

function bbp_get_email_header() {
	return apply_filters( 'bbp_get_email_header', 'X-bbPress: ' . bbp_get_version() );
}

Top ↑

Changelog Changelog

Changelog
Version Description
2.6.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.