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