Function __global->_append_to_page_links
Definitions
sources/menus.php
- Append to all page-links in a branch structure.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
Parameters
| Name | Type | Passed by reference? | Variadic? | Default | Set | Range | Description |
|---|---|---|---|---|---|---|---|
| &$branches | array | Yes | No | required parameter | N/A | N/A | Branches |
| $page_link_append | string | No | No | required parameter | N/A | N/A | What to append to the page-links |
Preview
Code (PHP)
/**
* Append to all page-links in a branch structure.
*
* @param array $branches Branches
* @param string $page_link_append What to append to the page-links
*/
function _append_to_page_links(array &$branches, string $page_link_append)
* Append to all page-links in a branch structure.
*
* @param array $branches Branches
* @param string $page_link_append What to append to the page-links
*/
function _append_to_page_links(array &$branches, string $page_link_append)

