Recent

Status_Command class Pro only

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=] : Output format (table, json, csv). Default: table.

[—network] : Show status for all sites in the network.

[—blog-id=] : Specific blog ID (multisite only).

EXAMPLES

wp top10 status
wp top10 status --format=json
wp top10 status --network

Line: 51

public function __invoke( array $args, array $assoc_args ): void;
TypeNameDescription
array$argsCommand arguments.
array$assoc_argsCommand associative arguments.

Returns: void