Filter the geolocation database storage path.
$database_path
Sortie :
@param string $database_path The path to the database.
// Modifier la valeur avec le filtre 'woocommerce_maxmind_geolocation_database_path'
add_filter('woocommerce_maxmind_geolocation_database_path', 'ma_fonction_filtre', 10, 1);
function ma_fonction_filtre($database_path) {
// Modifier la valeur
return $database_path;
}
Chargement des actualités...