bbp_forum_post_type

bbp_forum_post_type

Hook Type: filter

See hook in core

Displaying hooks found in version: bbpress.2.6.9

apply_filters('bbp_forum_post_type') is found 1 times:

  • /bbpress.php line 245
     
    		/** Identifiers *******************************************************/
    
    		// Post type identifiers
    		$this->forum_post_type   = apply_filters( 'bbp_forum_post_type',  'forum'     );
    		$this->topic_post_type   = apply_filters( 'bbp_topic_post_type',  'topic'     );
    		$this->topic_tag_tax_id  = apply_filters( 'bbp_topic_tag_tax_id', 'topic-tag' );
    		$this->reply_post_type   = apply_filters( 'bbp_reply_post_type',  'reply'     );
    
    		// Status identifiers
    		$this->spam_status_id    = apply_filters( 'bbp_spam_post_status',    'spam'    );