ActionScheduler_Versions::get_versionspublicWC 1.0

Get all versions.

Method of the class: ActionScheduler_Versions{}

No Hooks.

Returns

null. Nothing (null).

Usage

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

ActionScheduler_Versions::get_versions() code WC 10.7.0

public function get_versions() {
	return $this->versions;
}