action_scheduler_pre_theme_init

action_scheduler_pre_theme_init

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

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

do_action('action_scheduler_pre_theme_init') is found 1 times:

  • /packages/action-scheduler/action-scheduler.php line 67

    Warning: Undefined array key 70 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    Warning: Undefined array key 71 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    Warning: Undefined array key 72 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

     
    	// Support usage in themes - load this version if no plugin has loaded a version yet.
    	if ( did_action( 'plugins_loaded' ) && ! doing_action( 'plugins_loaded' ) && ! class_exists( 'ActionScheduler', false ) ) {
    		action_scheduler_initialize_3_dot_7_dot_2(); // WRCS: DEFINED_VERSION.
    		do_action( 'action_scheduler_pre_theme_init' );
    		ActionScheduler_Versions::initialize_latest_version();
    	}
    }