ActionScheduler_Action::get_group
Action's group.
Method of the class: ActionScheduler_Action{}
No Hooks.
Returns
String.
Usage
$ActionScheduler_Action = new ActionScheduler_Action(); $ActionScheduler_Action->get_group();
ActionScheduler_Action::get_group() ActionScheduler Action::get group code WC 10.7.0
public function get_group() {
return $this->group;
}