_dev Blog

WP Config

Wordpress
14 Aug.. 2025

// Optimisation Updates
define(‚WP_AUTO_UPDATE_CORE‘, false);
define(‚CORE_UPGRADE_SKIP_NEW_BUNDLED‘, true);
define(‚WP_MEMORY_LIMIT‘, ‚512M‘);
define(‚WP_MAX_MEMORY_LIMIT‘, ‚1024M‘);

// Security
define(‚DISALLOW_FILE_EDIT‘, true);
// define(‚DISALLOW_FILE_MODS‘,true); NE PAS AJOUTER = empèche les updates et install de plugins

// Content managment
define(‚WP_POST_REVISIONS‘, 2);
define(‚AUTOSAVE_INTERVAL‘, 240); // in Seconds
define(‚EMPTY_TRASH_DAYS‘, 15); // in Days