bbp_get_topic_tag_tax_slug

bbp_get_topic_tag_tax_slug

Hook Type: filter

See hook in core

Displaying hooks found in version: bbpress.2.6.9

apply_filters('bbp_get_topic_tag_tax_slug') is found 1 times:

  • /includes/core/options.php line 875
    871
    872
    873
    874
    875
    876
    877
    878
    879
    880
    881
    */
    function bbp_get_topic_tag_tax_slug( $default = 'topic-tag' ) {
     
        // Filter & return
        return apply_filters( 'bbp_get_topic_tag_tax_slug', bbp_maybe_get_root_slug() . get_option( '_bbp_topic_tag_slug', $default ) );
    }
     
    /**
     * Return the single reply slug (used mostly for editing)
     *
     * @since 2.1.0 bbPress (r3759)