ActionScheduler_Action::get_group
Action's group.
Метод класса: ActionScheduler_Action{}
Хуков нет.
Возвращает
string.
Использование
$ActionScheduler_Action = new ActionScheduler_Action(); $ActionScheduler_Action->get_group();
Код ActionScheduler_Action::get_group() ActionScheduler Action::get group WC 11.1.0
public function get_group() {
return $this->group;
}