| @@ -30,9 +30,8 @@ | ||
| 30 | 30 | * - wp activitypub cache <clear|status> [--type=<type>] |
| 31 | 31 | * - wp activitypub self-destruct [--status] [--yes] |
| 32 | 32 | * - wp activitypub move <from> <to> |
| 33 | 33 | * - wp activitypub follow <remote_user> |
| 34 | - * - wp activitypub stats <collect|compile|send> | |
| 35 | 34 | * - wp activitypub fetch <url> |
| 36 | 35 | */ |
| 37 | 36 | public static function register() { |
| 38 | 37 | // Register parent command with version subcommand. |
| @@ -112,16 +111,8 @@ | ||
| 112 | 111 | 'activitypub fetch', |
| 113 | 112 | '\Activitypub\Cli\Fetch_Command', |
| 114 | 113 | array( |
| 115 | 114 | 'shortdesc' => 'Fetch a remote URL with a signed ActivityPub request.', |
| 116 | - ) | |
| 117 | - ); | |
| 118 | - | |
| 119 | - \WP_CLI::add_command( | |
| 120 | - 'activitypub stats', | |
| 121 | - '\Activitypub\Cli\Stats_Command', | |
| 122 | - array( | |
| 123 | - 'shortdesc' => 'Manage ActivityPub statistics (collect, compile or send).', | |
| 124 | 115 | ) |
| 125 | 116 | ); |
| 126 | 117 | } |
| 127 | 118 | } |