BP_Group_Extension::maybe_create_screen_save()
Call the create_screen_save() method, if we’re on the right page.
Description
Source
File: bp-groups/classes/class-bp-group-extension.php
public function maybe_create_screen_save() {
if ( ! bp_is_group_creation_step( $this->screens['create']['slug'] ) ) {
return;
}
$this->check_nonce( 'create' );
call_user_func( $this->screens['create']['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.