8000 GitHub - orbisius/wp_updater
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

orbisius/wp_updater

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 

Repository files navigation

WordPress Site Updater

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


📂 Installation

Add this script to the root directory of your WordPress demo installation, where wp-config.php is located.


🚀 Usage

From a Web Browser

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

From the Command Line (CLI)

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

⚠️ WARNING

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. **


🛑 Disclaimer

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.


🌐 Related Services

WordPress Demo Sites

If you're a plugin developer or theme designer, check out the hosted WordPress demo sites on WPDemo.net

WordPress Staging Sites

If you're looking for an efficient way to manage staging WordPress sites, check out:


🤝 Need Help?

Need help setting up or customizing this script?

We're available for hire.
Reach out here: https://orbisius.com/contact

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0