bbp_toggle_forum_action_admin

bbp_toggle_forum_action_admin

Hook Type: filter

See hook in core

Displaying hooks found in version: bbpress.2.6.9

apply_filters('bbp_toggle_forum_action_admin') is found 1 times:

  • /includes/admin/forums.php line 401
    397
    398
    399
    400
    401
    402
    403
    404
    405
    406
    407
        $retval['failed'] = '1';
    }
     
    // Filter all message args
    $retval = apply_filters( 'bbp_toggle_forum_action_admin', $retval, $forum_id, $action );
     
    // Do additional forum toggle actions (admin side)
    do_action( 'bbp_toggle_forum_admin', $success, $post_data, $action, $retval );
     
    // Redirect back to the forum
    $redirect = add_query_arg( $retval, remove_query_arg( array( 'action', 'forum_id' ) ) );