WGET Wordpress SALT Keys


/ Published in: Bash
Save to your folder(s)

WGET the SALT keys from Wordpress' API


Copy this code and paste it in your HTML
  1. key=$(wget https://api.wordpress.org/secret-key/1.1/salt/ -q -O -);
  2. echo $key;

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.