bbp_get_forum_status

bbp_get_forum_status

Hook Type: filter

See hook in core

Displaying hooks found in version: bbpress.2.6.9

apply_filters('bbp_get_forum_status') is found 1 times:

  • /includes/forums/template.php line 1430
    1426
    1427
    1428
    1429
    1430
    1431
    1432
    1433
    1434
    1435
    1436
                $status = 'open';
            }
     
            // Filter & return
            return apply_filters( 'bbp_get_forum_status', $status, $forum_id );
        }
     
    /**
     * Output the visibility of the forum
     *
     * @since 2.0.0 bbPress (r2997)