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_styling_page_created

4min

Modify the component styling page with DOMDocument, or simply take some additional action based on this event. This is only relevant to our Atlas Novus builds.

Source

PHP
|
do_action("wpgmza_styling_page_created", $document);
ο»Ώ

Arguments

  • $document : The component styling page instance (WPGMZA\DOMDocument)

Requirements

  • Internal Engine (Build): Atlas Novus

Files

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

If you are comfortable with DOMDocument, this hook can be used to alter the content of this page directly.

ο»Ώ

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