mirror of
https://github.com/WordPress/five-for-the-future.git
synced 2025-07-04 02:01:18 +03:00
Bin: Add script to deactivate pledges.
This commit is contained in:
parent
d22f13f2c1
commit
5c0b79fa86
2 changed files with 72 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue