Changes

Jump to: navigation, search

Wordpress Checklist

47 bytes added, 9 years ago
Security
means the file will not be accessible from the Internet.
* Create secret keys
https://api.wordpress.org/secret-key/1.1/salt/
define('AUTH_KEY', 'put your unique phrase here');
define('SECURE_AUTH_KEY', 'put your unique phrase here');

Navigation menu