Quantcast
Channel: Webmaster Firenze – Realizzazione siti web Firenze
Viewing all articles
Browse latest Browse all 27

Nascondere una Categoria dalla Shop di WooCommerce

$
0
0

E’ possibile nascondere una singola categoria dalla pagina “Shop” (principale) di WooCommerce, utilizzando questa funzione, che deve essere impostata nella functions.php del proprio tema. Nell’esempio riportato si “nasconde” la categoria ‘aula’ add_filter( 'get_terms', 'get_subcategory_terms', 10, 3 ); function get_subcategory_terms( $terms, $taxonomies, $args ) { $new_terms = array(); // if a product category and on the […]

The post Nascondere una Categoria dalla Shop di WooCommerce appeared first on Webmaster Firenze - Realizzazione siti web Firenze.


Viewing all articles
Browse latest Browse all 27

Trending Articles