Skip to content

Instantly share code, notes, and snippets.

@jimboobrien
Forked from wpscholar/salt.sh
Created September 20, 2017 23:15
Show Gist options
  • Save jimboobrien/143df2ca2c81833ee0e849098dea47fb to your computer and use it in GitHub Desktop.
Save jimboobrien/143df2ca2c81833ee0e849098dea47fb to your computer and use it in GitHub Desktop.
Create a new salt.php file with secret keys
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