bbp_topic_post_type

bbp_topic_post_type

Hook Type: filter

See hook in core

Displaying hooks found in version: bbpress.2.6.9

apply_filters('bbp_topic_post_type') is found 1 times:

  • /bbpress.php line 246
    242
    243
    244
    245
    246
    247
    248
    249
    250
    251
    252
    /** 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'    );
    $this->closed_status_id  = apply_filters( 'bbp_closed_post_status''closed'  );