action_scheduler_register_3_dot_8_dot_1()
Registers this version of Action Scheduler.
Хуков нет.
Возвращает
null
. Ничего (null).
Использование
action_scheduler_register_3_dot_8_dot_1() // WRCS: DEFINED_VERSION.;
Код action_scheduler_register_3_dot_8_dot_1() action scheduler register 3 dot 8 dot 1 WC 9.3.3
function action_scheduler_register_3_dot_8_dot_1() { // WRCS: DEFINED_VERSION. $versions = ActionScheduler_Versions::instance(); $versions->register( '3.8.1', 'action_scheduler_initialize_3_dot_8_dot_1' ); // WRCS: DEFINED_VERSION. }