Recent

Settings_Commandclass

Settings_Command

Inspect AutoClose’s effective configuration.

Namespace: WebberZone\AutoClose\CLI
Since: 3.2.0
Source: includes/cli/class-settings-command.php line 25 Extends: Base_Command

Methods

__invoke()

Display the effective settings for the current site.

OPTIONS

[–format=] : Output format. Options: table, json, csv. Default: table.

EXAMPLES

wp autoclose settings
wp autoclose settings --format=json

Since: 3.2.0
Line: 45

public function __invoke( $args, $assoc_args ): void;
Type Name Description
array $args Positional arguments.
array $assoc_args Associative arguments.

Returns: void