Tabela de conteúdos

SITEMAP_GENERATE

Description:
Generate a sitemap XML file from sitemap items
DefaultAction:
Writes the XML file using Sitemapper::getXML()
Preventable:
yes
Added:
2010-11-12

This event is signaled by generate() in inc/Sitemapper.php when a new sitemap is generated, handlers can use it to change the generated XML, prevent saving the sitemap and provide their own routine for saving the file and add or remove items to/from the sitemap. The path the sitemap will be saved to can be changed, but shouldn't be changed as the path getFilePath() returns is used to deliver the sitemap.

Passed Data

See also