Create New Item
×
Item Type
File
Folder
Item Name
×
Search file in folder and subfolders...
File Manager
/
wp-content
/
plugins
/
jetpack
/
jetpack_vendor
/
automattic
/
jetpack-waf
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
<?php /** * Registers the CLI functionality. * * @package automattic/jetpack-waf */ namespace Automattic\Jetpack\Waf; if ( defined( 'WP_CLI' ) && \WP_CLI ) { // @phan-suppress-next-line PhanUndeclaredFunctionInCallable -- https://github.com/phan/phan/issues/4763 \WP_CLI::add_command( 'jetpack-waf', CLI::class ); }