Skip to content

Instantly share code, notes, and snippets.

@wpscholar
Last active September 20, 2017 23:15
Show Gist options
  • Save wpscholar/3eda5c6d12e8be23205e to your computer and use it in GitHub Desktop.
Save wpscholar/3eda5c6d12e8be23205e 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