Skip to content

Instantly share code, notes, and snippets.

@ValeriiVasyliev
Last active January 23, 2024 08:42
Show Gist options
  • Save ValeriiVasyliev/651f996a87e5a74c571b3f6140e19dff to your computer and use it in GitHub Desktop.
Save ValeriiVasyliev/651f996a87e5a74c571b3f6140e19dff to your computer and use it in GitHub Desktop.
WP-CLI: Fully updating a website with one command
wp core update && wp plugin update --all && wp theme update --all && wp core language update
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment