bbp_topic_tag_tax_id
bbp_topic_tag_tax_id
Appears in: bbpress.2.5.14, bbpress.2.6.0, bbpress.2.6.1, bbpress.2.6.11, bbpress.2.6.12, bbpress.2.6.2, bbpress.2.6.3, bbpress.2.6.4, bbpress.2.6.5, bbpress.2.6.6, bbpress.2.6.9
Hook Type: filter
Displaying hooks found in version: bbpress.2.6.9apply_filters('bbp_topic_tag_tax_id') is found 1 times:
- /bbpress.php line 247244245246247248249250251252253
// 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'
);
$this
->orphan_status_id = apply_filters(
'bbp_orphan_post_status'
,
'orphan'
);