wc_after_products_ending_sales хук-событие . WC 1.0
Использование
add_action( 'wc_after_products_ending_sales', 'action_function_name_9265' ); function action_function_name_9265( $product_ids ){ // action... }
- $product_ids
- -
Где вызывается хук
wc_after_products_ending_sales
woocommerce/includes/wc-product-functions.php 480
do_action( 'wc_after_products_ending_sales', $product_ids );