ActionScheduler_Action::get_grouppublicWC 1.0

Action's group.

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

Хуков нет.

Возвращает

Строку.

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

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

Код ActionScheduler_Action::get_group() WC 10.0.2

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