groups_screen_group_admin()
Handle the display of a group’s Admin pages.
Description
Source
File: bp-groups/screens/single/admin.php
function groups_screen_group_admin() { if ( !bp_is_groups_component() || !bp_is_current_action( 'admin' ) ) return false; if ( bp_action_variables() ) return false; bp_core_redirect( bp_get_group_permalink( groups_get_current_group() ) . 'admin/edit-details/' ); }
Changelog
Version | Description |
---|---|
BuddyPress 1.0.0 | Introduced. |
Questions?
We're always happy to help with code or other questions you might have! Search our developer docs, contact support, or connect with our sales team.