Last active
September 20, 2017 23:15
-
-
Save wpscholar/3eda5c6d12e8be23205e to your computer and use it in GitHub Desktop.
Create a new salt.php file with secret keys
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
echo "<?php" > salt.php | |
wget https://api.wordpress.org/secret-key/1.1/salt/ -O - >> salt.php |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment