action_scheduler_register_3_dot_5_dot_4()WC 1.0

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() 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.
}