action_scheduler_pre_theme_init action-hookWC 1.0

Usage

add_action( 'action_scheduler_pre_theme_init', 'wp_kama_action_scheduler_pre_theme_init_action' );

/**
 * Function for `action_scheduler_pre_theme_init` action-hook.
 * 
 * @return void
 */
function wp_kama_action_scheduler_pre_theme_init_action(){

	// action...
}

Where the hook is called

In file: /packages/action-scheduler/action-scheduler.php
action_scheduler_pre_theme_init
woocommerce/packages/action-scheduler/action-scheduler.php 67
do_action( 'action_scheduler_pre_theme_init' );

Where the hook is used in WooCommerce

Usage not found.