/ Published in: Bash

WGET the SALT keys from Wordpress' API
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
key=$(wget https://api.wordpress.org/secret-key/1.1/salt/ -q -O -); echo $key;
Comments
