woocommerce_after_subcategory_title хук-событие . WC 1.0
The woocommerce_after_subcategory_title hook.
Использование
add_action( 'woocommerce_after_subcategory_title', 'action_function_name_7343' ); function action_function_name_7343( $category ){ // action... }
- $category
- -
Где вызывается хук
В файле: /templates/content-product-cat.php
woocommerce_after_subcategory_title
woocommerce/templates/content-product-cat.php 48
do_action( 'woocommerce_after_subcategory_title', $category );