bbp_get_toggle_reply_actions
bbp_get_toggle_reply_actions
Appears in: 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_get_toggle_reply_actions') is found 1 times:
- /includes/replies/functions.php line 16741670167116721673167416751676167716781679
*/
function
bbp_get_reply_toggles(
$reply_id
= 0 ) {
// Filter & return
return
(
array
) apply_filters(
'bbp_get_toggle_reply_actions'
,
array
(
'bbp_toggle_reply_spam'
,
'bbp_toggle_reply_trash'
,
'bbp_toggle_reply_approve'
),
$reply_id
);
}