ActionScheduler_Action::get_group()publicWC 1.0

Метод класса: ActionScheduler_Action{}

Хуков нет.

Возвращает

Строку.

Использование

$ActionScheduler_Action = new ActionScheduler_Action();
$ActionScheduler_Action->get_group();

Код ActionScheduler_Action::get_group() WC 8.7.0

public function get_group() {
	return $this->group;
}