This action hook will run just after the trail has been populated. It is located in bcn_breadcrumb_trail::fill()
. It receives one parameter:
- &$breadcrumb_trail – (bcn_breadcrumb)(required) A reference to the current
bcn_breadcrumb_trail
instance.
Note: Do not exit with a cleared bcn_breadcrumb_trail::trail
, otherwise an inescapable loop may result.