Developers
...
Filters
Basic
wpgmza-map-editor-settings-{$dataGroup}
3min
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 apply filters("wpgmza map editor settings {$datagroup}", $html); 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