bbp_trash_post_status
bbp_trash_post_status
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_trash_post_status') is found 1 times:
- /bbpress.php line 258254255256257258259260261262263264
$this
->public_status_id = apply_filters(
'bbp_public_post_status'
,
'publish'
);
$this
->pending_status_id = apply_filters(
'bbp_pending_post_status'
,
'pending'
);
$this
->private_status_id = apply_filters(
'bbp_private_post_status'
,
'private'
);
$this
->hidden_status_id = apply_filters(
'bbp_hidden_post_status'
,
'hidden'
);
$this
->trash_status_id = apply_filters(
'bbp_trash_post_status'
,
'trash'
);
// Other identifiers
$this
->user_id = apply_filters(
'bbp_user_id'
,
'bbp_user'
);
$this
->tops_id = apply_filters(
'bbp_tops_id'
,
'bbp_tops'
);
$this
->reps_id = apply_filters(
'bbp_reps_id'
,
'bbp_reps'
);
$this
->favs_id = apply_filters(
'bbp_favs_id'
,
'bbp_favs'
);