Modify the XML data which is being stored to the cache.
Source
PHP
apply_filters(‘wpgmza_xml_cache_generated’, $document);
Arguments
- $document : The XML document (WPGMZA\DOMDocument)
Requirements
- Must return the $document passed through the filter
Files
- includes/class.map.php
