Function __global->notify_sitemap_node_add
Definitions
sources/sitemap_xml.php
- Add a row to our sitemap cache.
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: N/A
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$page_link | SHORT_TEXT | required parameter | N/A | N/A | The page-link |
$add_date | ?TIME | Null | N/A | N/A | The add time (null: unknown) |
$edit_date | ?TIME | Null | N/A | N/A | The edit time (null: same as add time) |
$priority | ?float | Null | N/A | N/A | The sitemap priority, a SITEMAP_IMPORTANCE_* constant (null: unknown - and trigger a Sitemap tail call to find it) |
$refreshfreq | ?ID_TEXT | Null | N/A | N/A | The refresh frequency (null: unknown - and trigger a Sitemap tail call to find it) |
$guest_access | ?boolean | Null | N/A | N/A | Whether guests may access this resource in terms of category permissions not zone/page permissions (if not set to true then it will not end up in an XML Sitemap, but we'll keep tabs of it for other possible uses) (null: unknown - and trigger a Sitemap tail call to find it) |