ActionScheduler_Versions::get_sources()
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
Usage
$ActionScheduler_Versions = new ActionScheduler_Versions(); $ActionScheduler_Versions->get_sources();
Changelog
Since 3.9.1 | Introduced. |
ActionScheduler_Versions::get_sources() ActionScheduler Versions::get sources code WC 9.8.1
public function get_sources() { return $this->sources; }