bbp_unapprove_reply
bbp_unapprove_reply
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: action
See hook in action
Displaying hooks found in version: bbpress.2.6.9do_action('bbp_unapprove_reply') is found 1 times:
- /includes/replies/functions.php line 187918751876187718781879188018811882188318841885
return
false;
}
// Execute pre open code
do_action(
'bbp_unapprove_reply'
,
$reply_id
);
// Set pending status
$reply
->post_status =
$status
;
// No revisions
remove_action(
'pre_post_update'
,
'wp_save_post_revision'
);