ActionScheduler_Action::set_group()protectedWC 1.0

Method of the class: ActionScheduler_Action{}

No Hooks.

Return

null. Nothing (null).

Usage

// protected - for code of main (parent) or child class
$result = $this->set_group( $group );
$group(string) (required)
-

ActionScheduler_Action::set_group() code WC 8.7.0

protected function set_group( $group ) {
	$this->group = $group;
}