entity-command
entity-command copied to clipboard
`wp option` - new autoload values in autoload filter
- Replaces the old values of autoload filter to new ones when passing via flag in the
wp option listcommand - Checks for the autoload values of
onandoffinstead of old valuesyesandno. - Fixes: #509
Hi there and thanks for your contribution!
As per the reported issue, we should search for both values, old and new, not just the new ones.
Also, would it be possible to add tests for this change?