Skip to content

Instantly share code, notes, and snippets.

@HeikoMamerow
Created June 14, 2022 08:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save HeikoMamerow/7d21cfa8c38d042fea1a2ffe92d80f9b to your computer and use it in GitHub Desktop.
Save HeikoMamerow/7d21cfa8c38d042fea1a2ffe92d80f9b to your computer and use it in GitHub Desktop.
#!/usr/bin/env bash
# Update WordPress core plugins, themes and languages
wp core update && wp core update-db && wp language core update && wp plugin update --all && wp language plugin update --all && wp theme update --all && wp language theme update --all
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment