Function __global->_sitemap_cache_node

Definitions

sources/sitemap_xml.php

  • Backend for callbacks for referencing a Sitemap node in the cache.
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No

Parameters

Name Type Passed by reference? Variadic? Default Set Range Description
$node array No No required parameter N/A N/A The Sitemap node
$guest_access boolean No No required parameter N/A N/A Whether there is guest access

Preview

Code (PHP)

/**
 * Backend for callbacks for referencing a Sitemap node in the cache.
 *
 * @param  array $node The Sitemap node
 * @param  boolean $guest_access Whether there is guest access
 */

function _sitemap_cache_node(array $node, bool $guest_access)