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 のコードをご覧ください