BP_Group_Extension::call_admin_screen_save()
Check the nonce, and call the admin_screen_save() method.
Description Description
Source 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 Changelog
Version | Description |
---|---|
1.8.0 | Introduced. |