Skip to content

Instantly share code, notes, and snippets.

@sergeykuzmich
Last active November 28, 2022 13: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 sergeykuzmich/134fe24ad186ad4e486210a91c35c5f1 to your computer and use it in GitHub Desktop.
Save sergeykuzmich/134fe24ad186ad4e486210a91c35c5f1 to your computer and use it in GitHub Desktop.
WordPress Configuration
<?php
#These values are intentionally left blank to avoid copy-pastes
define( 'AUTH_KEY', '');
define( 'SECURE_AUTH_KEY', '');
define( 'LOGGED_IN_KEY', '');
define( 'NONCE_KEY', '');
define( 'AUTH_SALT', '');
define( 'SECURE_AUTH_SALT', '');
define( 'LOGGED_IN_SALT', '');
define( 'NONCE_SALT', '');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment