comment supprimer le fil d e2 80 99ariane woocommerce dans wordpress

Solutions on MaxInterview for comment supprimer le fil d e2 80 99ariane woocommerce dans wordpress by the best coders in the world

showing results for - "comment supprimer le fil d e2 80 99ariane woocommerce dans wordpress"
Yasmina
25 Nov 2020
1<?php
2add_action('template_redirect', 'remove_shop_breadcrumbs' );
3function remove_shop_breadcrumbs(){
4    if (is_shop())
5        remove_action( 'woocommerce_before_main_content', 'woocommerce_breadcrumb', 20, 0); 
6}
7?>
similar questions