Skip to content

Instantly share code, notes, and snippets.

@madhvendras84
Created September 26, 2023 11:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save madhvendras84/232f15b8f5aeb2b6cc1e200750deb4de to your computer and use it in GitHub Desktop.
Save madhvendras84/232f15b8f5aeb2b6cc1e200750deb4de to your computer and use it in GitHub Desktop.
wp-config.php Edits
define( 'WP_POST_REVISIONS', 5 );
define( 'EMPTY_TRASH_DAYS', 5 );
define( 'AUTOMATIC_UPDATER_DISABLED', true );
define( 'DISALLOW_FILE_EDIT', true );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment