PluginProbe
xSpeed Cache: AI-Powered Performance Hub with MCP, Caching & CDN / 1.3.2
xSpeed Cache: AI-Powered Performance Hub with MCP, Caching & CDN v1.3.2
1.3.2 1.3.1 1.3.0 1.2.4 trunk 1.0.0 1.0.1 1.0.2 1.0.3 1.0.4 1.0.5 1.0.6 1.0.7 1.0.8 1.0.9 1.1.0 1.1.1 1.1.2 1.1.3 1.1.4 1.1.5 1.1.6 1.1.7 1.1.8 1.2.0 All 28 releases
← All changes | includes/modules/Settings/SettingsModule.php +1 -0 1.2.01.3.2 View file →
@@ -77,8 +77,9 @@
77 77 array(
78 78 'name' => 'xspeed settings',
79 79 'callback' => array( $this, 'cli_handler' ),
80 80 'shortdesc' => 'List modules, or read/update a module\'s settings.',
81 + 'ai_hint' => 'Read or write any xSpeed module\'s settings directly, and export/import the whole configuration. Use for bulk changes or replicating one site\'s setup onto another.',
81 82 'synopsis' => array(
82 83 // No 'options' constraint on `action`: WP_CLI validates a
83 84 // positional's options list against every positional it
84 85 // receives, so `settings get nosuchmodule` failed on the