woocommerce_widget_product_item_end action-hook . WC 1.0
Usage
add_action( 'woocommerce_widget_product_item_end', 'action_function_name_6149' ); function action_function_name_6149( $args ){ // action... }
- $args
- -
Where the hook is called
woocommerce_widget_product_item_end
woocommerce/templates/content-widget-product.php 42
<?php do_action( 'woocommerce_widget_product_item_end', $args ); ?>