action_scheduler_pre_theme_init хук-событиеWC 1.0

Использование

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...
}

Где вызывается хук

В файле: /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' );

Где используется хук в WooCommerce

Использование не найдено.