Function Hook_sitemap_base->check_for_looping

Definitions

sources/sitemap.php

  • Make sure a Sitemap page-link is not recursively being evaluated due to some kind of issue (e.g. a cyclic category structure or a bug).
  • Visibility: protected
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Return: bool

Parameters

Name Type Default Set Range Description
$page_link ID_TEXT required parameter N/A N/A The page-link we are finding

Return

  • Whether are are okay, not looping
  • Type: boolean
  • Set: N/A
  • Range: N/A