Created
June 13, 2025 16:36
-
-
Save szepeviktor/9c213f46c42813a73c498a0532a1e8c8 to your computer and use it in GitHub Desktop.
WP-CLI edit array option
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
wp option get auto_update_plugins --format=json \ | |
| jq -c 'to_entries | map(select(.value != "wordpress-seo/wp-seo.php")) | from_entries' \ | |
| wp option update auto_update_plugins --format=json |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Check plugin existence.