action_scheduler_initialize_3_dot_4_dot_0()WC 1.0

No Hooks.

Return

null. Nothing (null).

Usage

;

action_scheduler_initialize_3_dot_4_dot_0() code WC 8.7.0

	// phpcs:disable Generic.Functions.OpeningFunctionBraceKernighanRitchie.ContentAfterBrace
	/**
	 * Initializes this version of Action Scheduler.
	 */
	function action_scheduler_initialize_3_dot_7_dot_2() { // WRCS: DEFINED_VERSION.
		// A final safety check is required even here, because historic versions of Action Scheduler
		// followed a different pattern (in some unusual cases, we could reach this point and the
		// ActionScheduler class is already defined—so we need to guard against that).