ActionScheduler_Action::set_group
Section action's group.
Method of the class: ActionScheduler_Action{}
No Hooks.
Returns
null
. Nothing (null).
Usage
// protected - for code of main (parent) or child class $result = $this->set_group( $group );
- $group(string) (required)
- Action's group.
ActionScheduler_Action::set_group() ActionScheduler Action::set group code WC 9.9.4
protected function set_group( $group ) { $this->group = $group; }