action_scheduler_pre_init

action_scheduler_pre_init

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

do_action('action_scheduler_pre_init') is found 1 times:

  • /packages/action-scheduler/classes/abstracts/ActionScheduler.php line 140
     
    		/**
    		 * Fires in the early stages of Action Scheduler init hook.
    		 */
    		do_action( 'action_scheduler_pre_init' );
    
    		require_once( self::plugin_path( 'functions.php' ) );
    		ActionScheduler_DataController::init();
    
    		$store      = self::store();
    		$logger     = self::logger();