Modify the map edit page with DOMDocument, or simply take some additional action based on this event
Source
PHP
do_action(“wpgmza_map_edit_page_created”, $document);
Arguments
- $document : The map edit page instance (WPGMZA\DOMDocument)
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.
