ActionScheduler_Versions::get_sources()publicWC 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.

Method of the class: ActionScheduler_Versions{}

No Hooks.

Return

Array. string>

Usage

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

Changelog

Since 3.9.1 Introduced.

ActionScheduler_Versions::get_sources() code WC 9.8.1

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