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Β 
3min

wpgmza-map-editor-settings-{$dataGroup}

Add to the Atlas Novus map editor settings blocks within sidebar. This should contain HTML the new settings you would like to add to existing blocks.

In this case {$dataGroup} is a dynamic variable, which changes based on the group being rendered. This allows for more granular addition to the settings areas.

Source

PHP
|
ο»Ώ

Arguments

  • $html : The HTML of the additional settings to add to the editor block (string)

Requirements

  • Must return $html with your changes in place

Files

  • includes/class.map-edit-page.php

This is a dynamic hook which means it changes based on the method calling it. Take note of this when registering your hooks.

ο»Ώ

Updated 03 Mar 2023
Did this page help you?
Yes
No
UP NEXT
wpgmza-map-editor-navigation-{$dataGroup}
Docs powered byΒ archbeeΒ