WordPress plugin which goes through entire site and replaces all instances of and old URL with a new one. Used most often when changing the domain of your site.
Updates Entire Site Including:
- Posts
- Pages
- Image URL
- Excerpts
- Post meta data
- Custom post types
- Widgets and widget data
- Blocks
- Site settings
- And much more…
What is Go Live Update Urls?
At a basic level, Go Live Update Urls is a search and replace tool for a WordPress database. The plugin goes through every table in the database and replaces whatever is entered in the “Old URL” field with whatever is entered in the “New URL” field.
The plugin will update anything in the database such as:
- Domains
- Links
- Email addresses
- Usernames
- Text
- Gutenberg blocks
- Really anything which can be entered in a text field.
What Makes Go Live Update Urls Special?
Domain Considerations
Updating a domain or URL in a database is not always as simple as just matching one text and changing it to another. Domains may include things like subdomains or email addresses which end up duplicated or broken when doing a simple replace.
The Go Live Update Urls plugin automatically detects and handles special domain circumstances to give you an accurate update every time without side effects.
WordPress Data Types
WordPress stores various data types in the database, some of which do not support straightforward replacement methods. An example of this is serialized data.
The Go Live Update Urls plugin has built-in support for WordPress data types, which automatically:
- Parses the data into a replaceable format.
- Updates the data.
- Reverts the data to its original format and saves the updated version.
Gracefully Handle Serialized Data
WordPress stores arrays and objects in the database as serialized data. Serialized data cannot be updated using a simple search and replace method because serialized data contains a length value which would be incorrect after a simple replace.
Go Live Update Urls gracefully and accurately replaces serialized data in any WordPress Core database table. The PRO version replaces serialized data in any table.
Another consideration with serialized data is invalid data left behind from plugins which are no longer in use. Go Live Update Urls is the only tool capable of detecting and managing updates to invalid serialized data without failing or breaking your site.
Performance
A feature unique to Go Live Update URLs is that the plugin identifies database rows and columns containing complex data types and updates only the necessary items. This targeted approach significantly improves performance and minimizes the load on the database server during updates.
Documentation
Notice the “Related Content” menu near the top of this page. This menu contains helpful articles about working with this plugin.
A good place to start is Usage
Translations
This plugin includes the following languages:
- English (en_US)
- French (fr_FR)
- German (de_DE)
- Spanish (es_ES)
Features
- Database table by table selection.
- Updates serialized data in core tables.
- Very easy to use admin page, which may be found under "Tools."
- Updates page and post content.
- Updates widgets.
- Updates options and settings.
- Updates both multisite and single site installs.
For more features Go PRO
- Updates database tables created by plugins.
- Database tables are organized into simple intuitive sections.
- Ability to choose between tables or sections.
- Ability to convert relative URL into absolute URL.
- Updates serialized data across any table.
- Updates encoded URL across any table.
- Updates JSON data across any table.
- Ability to test URL changes before running them.
- URL testing report is provided for peace of mind.
- Option to fix common mistakes automatically when entering a URL.
- View and use history of your site's address.
- Accessible update history including count and location of updated URL. New
- Predictive URL automatically fill in the "Old URL" and "New URL."
- Real time reporting of count and location of URL which will be updated.
- Report of count and location of URL which were updated.
- WP-CLI support for updating URL from the command line.
- Priority support with access to members only support area.