wp option
- autoload filter doesn't display new autoload values
#509
Labels
wp option
- autoload filter doesn't display new autoload values
#509
Bug Report
Describe the current, buggy behavior
The
option list
command with the--autoload
option does not search for the newon
/off
values in WordPress Core 6.6, resulting in no return values.Describe how other contributors can replicate this bug
[path to wp-cli.phar] option list --autoload=on
[path to wp-cli.phar] option list --autoload=yes
[path to wp-cli.phar] option list --autoload=off
[path to wp-cli.phar] option list --autoload=no
Describe what you would expect as the correct outcome
I would expect that either:
Let us know what environment you are running this on
Provide a possible solution
The following code could be updated to one of the following:
entity-command/src/Option_Command.php
Lines 275 to 284 in da6f7bf
1 - search for both values:
2 - split for individual values:
Provide additional context/Screenshots
The text was updated successfully, but these errors were encountered: