2024-11-11

This commit is contained in:
gcch 2024-11-10 23:29:34 +01:00
commit b6ab6b3229
12 changed files with 359 additions and 44 deletions

View file

@ -22,3 +22,6 @@ Config::define("WOOCOMMERCE_API_CONSUMER_SECRET", env("WOOCOMMERCE_API_CONSUMER_
// Enable plugin and theme updates and installation from the admin
Config::define("DISALLOW_FILE_MODS", false);
// Désactive la mise à jour des traductions automatiques
Config::define("WP_AUTO_UPDATE_TRANSLATION", false);