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