Using wp-cli to edit a WordPress options array
So you probably know that you can change WordPress options directly in the database with an SQL query, and maybe you've come across the /wp-admin/options.php page where you can edit them directly from WordPress. But if the options are held as serialized data, then it gets a bit more tricky. Luckily wp-cli can help. I'll … Read more