groups_screen_group_admin()
Handle the display of a group’s Admin pages.
Source 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/' ); }
Expand full source code Collapse full source code View on Trac
Changelog Changelog
Version | Description |
---|---|
1.0.0 | Introduced. |