Simple updater script for one or more WordPress sites.
This script automates WordPress core, plugin, and theme updates. It's designed for self-hosted staging/demo environments only, not production sites.
Always use the latest version:
https://github.com/orbisius/wp_updater
Add this script to the root directory of your WordPress demo installation, where wp-config.php
is located.
Single site update:
https://yourdemo.com/000_wp_updater.php?go=SomeSmartCode
Mass update all WordPress installations in the directory:
https://yourdemo.com/000_wp_updater.php?go=SomeSmartCode&all=1
Single site update:
php 000_wp_updater.php
Or with a specific WordPress path:
php 000_wp_updater.php /path/to/your/wordpress/installation
Mass update all WordPress installations in a directory:
php 000_wp_updater.php /path/to/parent/dir 1
This script performs updates to:
- WordPress core
- All installed plugins
- All installed themes
It does not create any backups.
This is intended for demo/staging site environments only. **Do NOT run this on your main production site. It doesn't perform any backups. **
This script is provided "AS-IS" with no warranties.
Use it at your own risk.
The author (Svetoslav Marinov | https://orbisius.com)
is not responsible for any damage, data loss, or downtime caused by its use.
If you're a plugin developer or theme designer, check out the hosted WordPress demo sites on WPDemo.net
If you're looking for an efficient way to manage staging WordPress sites, check out:
Need help setting up or customizing this script?
We're available for hire.
Reach out here: https://orbisius.com/contact