Filter: bricks/breadcrumbs/home_label
Filters the label text used for the “Home” link in the Breadcrumbs element.
Parameters
Section titled “Parameters”$home_label(string): The home label text (may include HTML if an icon is used).
Example usage
Section titled “Example usage”add_filter( 'bricks/breadcrumbs/home_label', function( $home_label ) { return 'Start';} );Was this helpful?
A quick vote and short notes help us improve these docs faster.
Leave a note for us
Thanks for sharing feedback. We're using it to improve these docs.