Skip to content

Instantly share code, notes, and snippets.

@darrenterhune
Last active January 27, 2018 00:53
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 darrenterhune/677f32ca7ece8263579fb45b5a8636f2 to your computer and use it in GitHub Desktop.
Save darrenterhune/677f32ca7ece8263579fb45b5a8636f2 to your computer and use it in GitHub Desktop.
Wordpress wp-config.php settings
$table_prefix = 'wp_RANDOMUUID-HERE';
define('WP_AUTO_UPDATE_CORE', true);
define('WP_POST_REVISIONS', false);
define('FORCE_SSL_ADMIN', true);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment