bbp_register_topic_taxonomy

bbp_register_topic_taxonomy

Hook Type: filter

See hook in core

Displaying hooks found in version: bbpress.2.6.9

apply_filters('bbp_register_topic_taxonomy') is found 1 times:

  • /bbpress.php line 685
    		// Register the topic-tag taxonomy.
    		register_taxonomy(
    			bbp_get_topic_tag_tax_id(),
    			bbp_get_topic_post_type(),
    			apply_filters( 'bbp_register_topic_taxonomy', array(
    				'labels'                => bbp_get_topic_tag_tax_labels(),
    				'rewrite'               => bbp_get_topic_tag_tax_rewrite(),
    				'capabilities'          => bbp_get_topic_tag_caps(),
    				'update_count_callback' => 'bbp_update_topic_tag_count',
    				'query_var'             => true,
    				'show_tagcloud'         => true,