Function __global->sitemap_xml_build
Definitions
sources/sitemap_xml.php
- Top level function to (re)generate a Sitemap (xml file, search-engine-style).
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: N/A
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$callback | ?mixed | Null | N/A | N/A | Callback to run on each iteration (null: none) |
$force | boolean | False | N/A | N/A | Force reconstruction regardless of update-dates (should not be needed) |