BP_Group_Extension::call_admin_screen_save()
Check the nonce, and call the admin_screen_save() method.
Description
Source
File: bp-groups/classes/class-bp-group-extension.php
public function call_admin_screen_save() {
$this->check_nonce( 'admin' );
call_user_func( $this->screens['admin']['screen_save_callback'], $this->group_id );
}
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.