bbp_get_topic_post_type

bbp_get_topic_post_type

Hook Type: filter

See hook in core

Displaying hooks found in version: bbpress.2.6.9

apply_filters('bbp_get_topic_post_type') is found 1 times:

  • /includes/topics/template.php line 33
    	 */
    	function bbp_get_topic_post_type() {
    
    		// Filter & return
    		return apply_filters( 'bbp_get_topic_post_type', bbpress()->topic_post_type );
    	}
    
    /**
     * Return array of labels used by the topic post type
     *
     * @since 2.5.0 bbPress (r5129)