bbp_get_email_header

bbp_get_email_header

Hook Type: filter

See hook in core

Displaying hooks found in version: bbpress.2.6.9

apply_filters('bbp_get_email_header') is found 1 times:

  • /includes/common/functions.php line 1497
    1493
    1494
    1495
    1496
    1497
    1498
    1499
    1500
    1501
    1502
    1503
    *
     * @return string
     */
    function bbp_get_email_header() {
        return apply_filters( 'bbp_get_email_header', 'X-bbPress: ' . bbp_get_version() );
    }
     
    /** Login *********************************************************************/
     
    /**
     * Return a clean and reliable logout URL