Skip to content

Instantly share code, notes, and snippets.

@srdjan-m
Created July 8, 2018 11:24
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 srdjan-m/104c5edd92b5ab31d4f963a6fe27b113 to your computer and use it in GitHub Desktop.
Save srdjan-m/104c5edd92b5ab31d4f963a6fe27b113 to your computer and use it in GitHub Desktop.
wordpress: wp-config.php file options
// Revisions (doesn't work?)
define( 'WP_POST_REVISIONS', 5 );
// Disable automtic updates
define('AUTOMATIC_UPDATER_DISABLED', true );
// Get rid of the code editor
define('DISALLOW_FILE_EDIT', true);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment