bbp_get_topic_tag_tax_id

bbp_get_topic_tag_tax_id

Hook Type: filter

See hook in core

Displaying hooks found in version: bbpress.2.6.9

apply_filters('bbp_get_topic_tag_tax_id') is found 1 times:

  • /includes/topics/template.php line 3371
    	 */
    	function bbp_get_topic_tag_tax_id() {
    
    		// Filter & return
    		return apply_filters( 'bbp_get_topic_tag_tax_id', bbpress()->topic_tag_tax_id );
    	}
    
    /**
     * Return array of labels used by the topic-tag taxonomy
     *
     * @since 2.5.0 bbPress (r5129)