website logo
Go back to WP Go Maps
⌘K
Initial Setup
WP Go Maps (v9)
πŸ‘First-time users
πŸ‘Map Features
πŸ‘Integrations
πŸ‘Importing and Exporting Data
Legacy (OIder) Layout (v9)
Frequently asked questions
Troubleshooting
Integrations
Developers
Hooks
Docs powered by
Archbee
Developers
...
Filters
Basic

wpgmza_global_settings_tab_content

3min

Add global settings tab content HTML to the settings area. This would hold your additional settings, but should be wrapped in the correct tab structures.

Source

PHP
|
apply_filters("wpgmza_global_settings_tab_content", $html);
ο»Ώ

Arguments

  • $html : The tab content HTML (string)

Requirements

  • Must return the $html with your additions included. Do not override the content as this would break other integrations.

Files

  • includes/class.settings-page.php

ο»Ώ

Updated 03 Aug 2023
Did this page help you?
PREVIOUS
wpgmza_global_settings_save_redux
NEXT
wpgmza_global_settings_tabs
Docs powered by
Archbee
Docs powered by
Archbee