开发者 |
Mat Lipe
onpointplugins |
---|---|
更新时间 | 2025年5月1日 01:44 |
捐献地址: | 去捐款 |
PHP版本: | 7.4.0 及以上 |
WordPress版本: | 6.8.1 |
版权: | GPLv3 or later |
版权网址: | 版权信息 |
go-live-upload-urls
folder to the /wp-content/plugins/
directory.Under the Tools menu in the dashboard there will be a "Go Live" link.
Some plugins will store the serialized or JSON data in the database which does not allow for easy updating of the data. You may un-check tables used by such plugins and then update the urls manually for those plugins. Currently, the options, postmeta, usermeta, commentmeta, blogmeta, and sitemeta tables are serialization safe. The PRO Version supports updating all tables created by plugins, including ones with serialized or JSON data.
Most tables will be just fine to update. This plugin will tell you which tables not to update. If you wish to try to update tables mentioned as "not safe" anyway, you may:
Skip_Rows
unit testing.Admin::get_admin_capability
method.go-live-update-urls/admin/admin-capability
filter.Core::sanitize_field
method.go_live_update_urls_sanitize_field
function.wp_links
table.render_admin_header
method for the tools page header.private
access modifiers.self
to static
.Skip_Rows
class for programmatically skipping database row updates.go-live-update-urls-pro/database/supports-skipping
filter to disable row skipping.Admin::get_url
method for retrieving URL or tools page.go-live-update-urls/database/after-counting
action.go-live-update-urls/database/before-counting
actiongo-live-update-urls-pro/admin/use-default-inputs
filter.registration_log
and signups
tables.get_doubled_up_subdomain
method public.go-live-update-urls/database/column-types
.go-live-update-urls/views/admin-tools-page/disable-description
filter.