wc_before_products_ending_sales хук-событие . WC 1.0
Sales which are due to end.
Использование
add_action( 'wc_before_products_ending_sales', 'action_function_name_7856' ); function action_function_name_7856( $product_ids ){ // action... }
- $product_ids
- -
Где вызывается хук
wc_before_products_ending_sales
woocommerce/includes/wc-product-functions.php 434
do_action( 'wc_before_products_ending_sales', $product_ids );