Function __global->get_page_grouping_links

Definitions

sources/sitemap.php

  • Get all the details (links) of our page groupings.
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Returns: array

Returns

  • List of link tuples (one of the elements of which defines the page grouping -- see the page grouping hooks to see the structure)
  • Type: array
  • Set: N/A
  • Range: N/A

Preview

Code (PHP)

/**
 * Get all the details (links) of our page groupings.
 *
 * @return array List of link tuples (one of the elements of which defines the page grouping -- see the page grouping hooks to see the structure)
 */

function get_page_grouping_links() : array