-
-
Save jimboobrien/143df2ca2c81833ee0e849098dea47fb 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