Skip to content

Instantly share code, notes, and snippets.

View hemraj7171's full-sized avatar

Hemraj Adhikari hemraj7171

  • Web Experts Nepal(WEN)
  • Kathmandu,Nepal
View GitHub Profile
@hemraj7171
hemraj7171 / WP Config File Power
Last active July 20, 2016 08:48
Why wp-config.php file is so much important in WordPress
Use wp-config to better handle WordPress
1. Basic configuration
a) Database Configuration
2. Debugging
3. Security
a) Security Keys
define('AUTH_KEY', 'put your unique phrase here');
define('SECURE_AUTH_KEY', 'put your unique phrase here');
define('LOGGED_IN_KEY', 'put your unique phrase here');
define('NONCE_KEY', 'put your unique phrase here');