bbp_toggle_reply_action_admin
bbp_toggle_reply_action_admin
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_toggle_reply_action_admin') is found 1 times:
- /includes/admin/replies.php line 512508509510511512513514515516517518
$retval
[
'failed'
] =
'1'
;
}
// Filter all message args
$retval
= apply_filters(
'bbp_toggle_reply_action_admin'
,
$retval
,
$reply_id
,
$action
);
// Do additional reply toggle actions (admin side)
do_action(
'bbp_toggle_reply_admin'
,
$success
,
$post_data
,
$action
,
$retval
);
// Redirect back to the reply
$redirect
= add_query_arg(
$retval
, remove_query_arg(
array
(
'action'
,
'reply_id'
) ) );