HUSKY - Product Filter for WooCommerce

woof_print_html_type_{type}

Utilizzando le estensioni per disegnarsi sul front-end

È sufficiente, nell'inizializzazione di un'estensione, scrivere il seguente codice:

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

Guarda il codice di by_author come esempio