HUSKY - Product Filter for WooCommerce

woof_print_html_type_{type}

通过扩展在前端绘制自身

只需在扩展的初始化中编写以下代码即可:

add_action('woof_print_html_type_' . $this->html_type, array($this, 'print_html_type'), 10, 1);

例如,请参考 by_author 的代码