BP_Group_Extension::call_admin_screen()
Call the admin_screen() method, and add a nonce field.
Description
Source
File: bp-groups/classes/class-bp-group-extension.php
1206 1207 1208 1209 | public function call_admin_screen() { call_user_func( $this ->screens[ 'admin' ][ 'screen_callback' ], $this ->group_id ); $this ->nonce_field( 'admin' ); } |
Changelog
Version | Description |
---|---|
BuddyPress 1.8.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.