action_scheduler_register_3_dot_9_dot_2()
Registers this version of Action Scheduler.
No Hooks.
Return
null
. Nothing (null).
Usage
action_scheduler_register_3_dot_9_dot_2() // WRCS: DEFINED_VERSION.;
action_scheduler_register_3_dot_9_dot_2() action scheduler register 3 dot 9 dot 2 code WC 9.8.1
function action_scheduler_register_3_dot_9_dot_2() { // WRCS: DEFINED_VERSION. $versions = ActionScheduler_Versions::instance(); $versions->register( '3.9.2', 'action_scheduler_initialize_3_dot_9_dot_2' ); // WRCS: DEFINED_VERSION. }