Get an array of attributes and terms selected with the layered nav widget.
'and'
Sortie :
@return array
// Modifier la valeur avec le filtre 'woocommerce_layered_nav_default_query_type'
add_filter('woocommerce_layered_nav_default_query_type', 'ma_fonction_filtre', 10, 1);
function ma_fonction_filtre('and') {
// Modifier la valeur
return 'and';
}
Chargement des actualités...