updated plugin Jetpack Protect
version 1.2.0
This commit is contained in:
@ -0,0 +1,12 @@
|
||||
<?php
|
||||
/**
|
||||
* Registers the CLI functionality.
|
||||
*
|
||||
* @package automattic/jetpack-waf
|
||||
*/
|
||||
|
||||
namespace Automattic\Jetpack\Waf;
|
||||
|
||||
if ( defined( 'WP_CLI' ) && \WP_CLI ) {
|
||||
\WP_CLI::add_command( 'jetpack-waf', CLI::class );
|
||||
}
|
Reference in New Issue
Block a user