Bin: Add script to deactivate pledges.

This commit is contained in:
Ian Dunn 2022-03-17 14:38:19 -07:00
parent d22f13f2c1
commit 5c0b79fa86
No known key found for this signature in database
GPG key ID: 99B971B50343CBCB
2 changed files with 72 additions and 0 deletions

View file

@ -18,6 +18,7 @@ wp_debug_mode(); // re-set `display_errors` after WP-CLI overrides it, see ht
/** @var array $args The arguments passed to this script from the command line */
main( $file, $args );
defined( 'WP_CLI' ) || die( 'Nope' );
/**
* The main controller