-
Hello,
there is a list of Optimus commands for WP-CLI?
if there isen't a list of commands, can you tell me if there is the possibility of activating the license via WP-CLI?
-
A follow on to https://github.com/bobbingwide/bobbingwide/issues/114, which was for PHP 8.3
PHP 8.4.0 is due for release on 21st November 2024
Now it's time to test and/or update my plugins and …
-
## Bug Report
- [x] Yes, I reviewed the [contribution guidelines](https://make.wordpress.org/cli/handbook/contributing/).
- [x] Yes, more specifically, I reviewed the guidelines on [how to write c…
-
**Is your feature request related to a problem? Please describe.**
Currently `wp wc update` only works on one site. It's be nice if it could take a --network flag to update WC across multiple sub-sit…
jb510 updated
5 months ago
-
## Bug Report
- [x] Yes, I reviewed the [contribution guidelines](https://make.wordpress.org/cli/handbook/contributing/).
- [x] Yes, more specifically, I reviewed the guidelines on [how to write c…
-
I don't understand the criteria of the rule, but I tried the new cli scan for database and a lot of my articles gives "Suspicious database record found in table "wp_posts" matching rule "SEO spam":...…
-
Looking at the official WP documentation here, the [`wp post delete`](https://developer.wordpress.org/cli/commands/post/delete/) command should be able to take a subcommand to list all the IDs to dele…
-
When configured a Redis socket in `wp-config.php`:
```php
$redis_server = array(
'host' => '/var/run/redis/redis.sock',
'database' => 0, // Optionally use a specific numeric Redis da…
-
I’d like to suggest adding a new Guide to help with data-migration using wp-cli.
There are [a lot of guides](https://duckduckgo.com/?q=+data-migration+using+wp-cli) out there, but the official one …
-
### Description
In various instances throughout the `@wordpress/env` documentation, the `run` commands are illustrated with double quotes, as demonstrated in the following example from [here](https…