Supports overriding the database service to be used.
null
Sortie :
@return mixed|null The geolocation database service.
// Modifier la valeur avec le filtre 'woocommerce_maxmind_geolocation_database_service'
add_filter('woocommerce_maxmind_geolocation_database_service', 'ma_fonction_filtre', 10, 1);
function ma_fonction_filtre(null) {
// Modifier la valeur
return null;
}
Chargement des actualités...