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