ActionScheduler_Versions::get_sourcespublicWC 3.9.1

Get registered sources.

Use with caution: this method is only available as of Action Scheduler's 3.9.1 release and, owing to the way Action Scheduler is loaded, it's possible that the class definition used at runtime will belong to an earlier version.

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

Хуков нет.

Возвращает

Массив<Строку,. string>

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

$ActionScheduler_Versions = new ActionScheduler_Versions();
$ActionScheduler_Versions->get_sources();

Список изменений

С версии 3.9.1 Введена.

Код ActionScheduler_Versions::get_sources() WC 10.0.2

public function get_sources() {
	return $this->sources;
}