action_scheduler_init

action_scheduler_init

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

See hook in core

Displaying hooks found in version: woocommerce.8.8.3

do_action('action_scheduler_init') is found 2 times:

  • /packages/action-scheduler/classes/abstracts/ActionScheduler.php line 174
    					 * Fires when Action Scheduler is ready: it is safe to use the procedural API after this point.
    					 *
    					 * @since 3.5.5
    					 */
    					do_action( 'action_scheduler_init' );
    				},
    				1
    			);
    		} else {
    			$admin_view->init();
    			$store->init();
    
  • /packages/action-scheduler/classes/abstracts/ActionScheduler.php line 190
    			 * Fires when Action Scheduler is ready: it is safe to use the procedural API after this point.
    			 *
    			 * @since 3.5.5
    			 */
    			do_action( 'action_scheduler_init' );
    		}
    
    		if ( apply_filters( 'action_scheduler_load_deprecated_functions', true ) ) {
    			require_once( self::plugin_path( 'deprecated/functions.php' ) );
    		}