34
edits
Changes
→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');