#!/bin/bash | |
wp db export | |
wp core update | |
wp plugin update --all | |
wp theme update --all |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
#!/bin/bash | |
wp db export | |
wp core update | |
wp plugin update --all | |
wp theme update --all |