Status_Command
Show a comprehensive Top 10 status overview.
EXAMPLES
$ wp top10 status
$ wp top10 status --format=json
Namespace: WebberZone\Top_Ten\Pro\CLI
Since: 4.3.0
Source: includes/cli/class-status-command.php line 26
Extends: Base_Command
Methods
__invoke()
Show comprehensive Top 10 status.
OPTIONS
[—format=
[—network] : Show status for all sites in the network.
[—blog-id=
EXAMPLES
wp top10 status
wp top10 status --format=json
wp top10 status --network
Line: 51
public function __invoke( array $args, array $assoc_args ): void;
| Type | Name | Description |
|---|---|---|
array | $args | Command arguments. |
array | $assoc_args | Command associative arguments. |
Returns: void