action_scheduler_register_3_dot_9_dot_3()WC 1.0

Registers this version of Action Scheduler.

No Hooks.

Returns

null. Nothing (null).

Usage

action_scheduler_register_3_dot_9_dot_3() // WRCS: DEFINED_VERSION.;

action_scheduler_register_3_dot_9_dot_3() code WC 10.3.6

function action_scheduler_register_3_dot_9_dot_3() { // WRCS: DEFINED_VERSION.
	$versions = ActionScheduler_Versions::instance();
	$versions->register( '3.9.3', 'action_scheduler_initialize_3_dot_9_dot_3' ); // WRCS: DEFINED_VERSION.
}