Skip to content

Instantly share code, notes, and snippets.

@csloz
Created July 21, 2021 05:57
Show Gist options
  • Save csloz/5f17946843a3f83f144bdffa72515321 to your computer and use it in GitHub Desktop.
Save csloz/5f17946843a3f83f144bdffa72515321 to your computer and use it in GitHub Desktop.
Update wordpress, themes, plugins, and language files
#!/bin/bash
echo "Updating wordpress"
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