Is passed location type valid?
array( 'postcode', 'state', 'country', 'continent'
Sortie :
@param string $type Type to check. @return boolean
// Modifier la valeur avec le filtre 'woocommerce_valid_location_types'
add_filter('woocommerce_valid_location_types', 'ma_fonction_filtre', 10, 1);
function ma_fonction_filtre(array( 'postcode') {
// Modifier la valeur
return array( 'postcode';
}
Chargement des actualités...