OnPoint Plugins

  • Plugins
    • Advanced Sidebar Menu
    • Go Live Update Urls
  • About
    • Services
    • Showcase
  • Blog
  • Contact
  • Support
  • Log In

Go Live Update Urls – Developer Docs

Internationalization

This plugin has support for internationalization translations. If you wish to help out by translating this plugin, you may find the .pot file in the languages folder of the plugin. Please send me your .mo translation files and I will add them to the plugin.

Languages Currently Supported:

  1. English (US)
  2. French (fr_FR)
  3. German (de_DE)
  4. Spanish (es_ES)

Filters

This plugin is highly extendable using WordPress filter API. Although the names are pretty self explanatory, I will briefly describe them.

go-live-update-urls/database/serialized-tables

Used to change which database tables and columns are treated as serialized data when updates are run. You can add any database table and column combination which uses serialized data. By default this array will contain the options, postmeta, usermeta, termmeta, commentmeta, and sitemeta tables.

Accepts 1 argument:

  1. Array of  <table name> => <table_column>.

go-live-update-urls/database/core-tables

Used to filter the list of the WordPress core table used when creating checkboxes on the tools screen.

Accepts 1 argument:

  1. List of tables.

go-live-update-urls/database/column-types

Used to filter the types of database types that will be included in the updates.

Accepts 1 argument:

  1. List of database types.

go-live-update-urls/database/plugin-tables

Used to filter the list of the Tables Created By Plugins used when creating checkboxes on the tools screen.

Accepts 1 argument:

  1. List of tables.

go-live-update-urls/updaters/repo/get-updaters

Used to register an updater handler to be used during updates.

Accepts 1 argument:

  1. Array of  fully qualified class names.

go-live-update-urls-pro/core/old-url

Used to prefill the Old URL field with a default value.

Accepts 1 argument:

  1. Value of the most recently used New URL or empty if the plugin has not been run nor the general settings changed within the past day.

go-live-update-urls-pro/core/new-url

Used to prefill the New URL field with a default value.

Accepts 1 argument:

  1. Value of the most recently used New URL or empty if the plugin has not been run nor the general settings changed within the past day.

Related Content

  • Go Live Update Urls
    • Developer Docs
    • Troubleshooting
    • PRO - Usage
    • Changelog
Go PRO

© 2021 OnPoint Plugins · WordPress Development · Privacy Policy · Terms Of Service · Log in

  • Plugins
  • Blog
  • Contact