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 );
	}

Top ↑

Changelog Changelog

Changelog
Version Description
1.8.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.