action_scheduler_pre_theme_init хук-событие . WC 1.0
Support usage in themes - load this version if no plugin has loaded a version yet.
Использование
add_action( 'action_scheduler_pre_theme_init', 'action_function_name_1046' ); function action_function_name_1046(){ // action... }
Где вызывается хук
action_scheduler_pre_theme_init
woocommerce/packages/action-scheduler/action-scheduler.php 50
do_action( 'action_scheduler_pre_theme_init' );