Function __global->_sitemap_cache_node__nonguest

Definitions

sources/sitemap_xml.php

  • Callback for referencing a Sitemap node in the cache. Used for things guests may not necessarily have access to.
  • 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

Preview

Code (PHP)

/**
 * Callback for referencing a Sitemap node in the cache. Used for things guests may not necessarily have access to.
 *
 * @param  array $node The Sitemap node
 */

function _sitemap_cache_node__nonguest(array $node)