You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We're unlikely to change the behavior of existing commands, but this could be a useful enhancement for a wp search-replace url command: wp-cli/search-replace-command#186
command wp site option update siteurl - could not update option 'siteurl'
because
update_site_option () used in file \vendor\wp-cli\entity-command\src\Site_Option_Command.php adds data to the wp_sitemeta table
and we need to add data to the wp _ # _ options table
the WP engine uses commands to do this (file wp-admin\network\site-settings.php)
switch_to_blog ($ id);
update_option ($ key, $ val);
And you can make a command to change the field in the screenshot

my English is bad. I use google translate
The text was updated successfully, but these errors were encountered: