woocommerce_template_loop_category_link_close()
Insert the closing anchor tag for categories in the loop.
Хуков нет.
Возвращает
null
. Ничего (null).
Использование
woocommerce_template_loop_category_link_close();
Код woocommerce_template_loop_category_link_close() woocommerce template loop category link close WC 9.8.1
function woocommerce_template_loop_category_link_close() { echo '</a>'; }