woocommerce_log_clear хук-событие . WC 1.0
Использование
add_action( 'woocommerce_log_clear', 'action_function_name_3612' ); function action_function_name_3612( $handle ){ // action... }
- $handle
- -
Где вызывается хук
woocommerce_log_clear
woocommerce/includes/log-handlers/class-wc-log-handler-file.php 239
do_action( 'woocommerce_log_clear', $handle );