Function __global->load_breadcrumb_substitutions
Definitions
sources/breadcrumbs.php
- Load all breadcrumb substitutions and return them.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: array
Parameters
| Name | Type | Passed by reference? | Variadic? | Default | Set | Range | Description |
|---|---|---|---|---|---|---|---|
| $segments | array | No | No | required parameter | N/A | N/A | The default breadcrumb segments |
Returns
- The adjusted breadcrumb segments
- Type: array
- Set: N/A
- Range: N/A

