bbp_toggle_reply_action_admin

bbp_toggle_reply_action_admin

Hook Type: filter

See hook in core

Displaying hooks found in version: bbpress.2.6.9

apply_filters('bbp_toggle_reply_action_admin') is found 1 times:

  • /includes/admin/replies.php line 512
    			$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' ) ) );