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
     */
    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)