website logo
Go back to WP Go Maps
⌘K
Atlas Novus (v9)
πŸ‘Initial Setup
πŸ‘First-time users
πŸ‘Map Features
πŸ‘Integrations
πŸ‘Importing and Exporting Data
πŸ‘Troubleshooting
πŸ‘Frequently asked questions
Legacy (v9)
πŸ‘Initial Setup
πŸ‘First-time users
πŸ‘Map Features
πŸ‘Integrations
πŸ‘Importing and Exporting Data
πŸ‘Troubleshooting
πŸ‘Frequently asked questions
Integrations
Developers
Hooks
Docs powered byΒ archbeeΒ 

wpgmza_base_upgrade_hook

2min

Execute additional logic as part of a plugin upgrade. An upgrade call is run when the plugin versions change, meaning an update has been installed.

This is helpful in automating new table creation, data migration, backups, and much more.

Source

PHP
|
do_action("wpgmza_base_upgrade_hook");
ο»Ώ

Files

  • includes/class.upgrader.php

ο»Ώ

Updated 03 Mar 2023
Did this page help you?
Yes
No
PREVIOUS
wpgmza_map_edit_page_created
NEXT
wpgmza_shortcode_before_output
Docs powered byΒ archbeeΒ