. */ if ( ! defined( 'ABSPATH' ) ) { die( 'Kangaroos cannot jump here' ); } if ( defined( 'WP_CLI' ) ) { class Ai1wm_WP_CLI_Command extends WP_CLI_Command { public function __invoke() { if ( is_multisite() ) { WP_CLI::error_multi_line( array( __( 'WordPress Multisite is supported via our All-in-One WP Migration Multisite Extension.', AI1WM_PLUGIN_NAME ), __( 'You can get a copy of it here: https://servmask.com/products/multisite-extension', AI1WM_PLUGIN_NAME ), ) ); exit; } WP_CLI::error_multi_line( array( __( 'WordPress CLI is supported via our All-in-One WP Migration Unlimited Extension.', AI1WM_PLUGIN_NAME ), __( 'You can get a copy of it here: https://servmask.com/products/unlimited-extension', AI1WM_PLUGIN_NAME ), ) ); exit; } } }