Skip to content

Commit

Permalink
feat: Added alias for the Security Headers command
Browse files Browse the repository at this point in the history
  • Loading branch information
igorhrcek committed Mar 21, 2022
1 parent dd09139 commit 11cb19a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/SecureCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -306,9 +306,10 @@ public function block_author_scanning($args, $assoc_args) : void {
*
* ## EXAMPLES
*
* $ wp secure add_security_headers
* $ wp secure add-security-headers
* Success: Add Security Headers rule has been deployed.
*
* @subcommand add-security-headers
* @when before_wp_load
*/
public function add_security_headers($args, $assoc_args) : void {
Expand Down

0 comments on commit 11cb19a

Please sign in to comment.