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