Skip to content

Instantly share code, notes, and snippets.

@HeikoMamerow
Created June 14, 2022 08:37
Embed
What would you like to do?
#!/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