bp_get_email_tax_type()

Return the name of the email type taxonomy.

Description

Return

(string) The unique email taxonomy type ID.

Source

File: bp-core/bp-core-functions.php

3248
3249
3250
3251
3252
3253
3254
3255
3256
3257
3258
function bp_get_email_tax_type() {
 
    /**
     * Filters the name of the email type taxonomy.
     *
     * @since BuddyPress 2.5.0
     *
     * @param string $value Email type taxonomy name.
     */
    return apply_filters( 'bp_get_email_tax_type', buddypress()->email_taxonomy_type );
}

Changelog

Changelog
Version Description
BuddyPress 2.5.0 Introduced.

Questions?

We're always happy to help with code or other questions you might have! Search our developer docs, contact support, or connect with our sales team.