Filter: bricks/breadcrumbs/separator
Filters the separator HTML displayed between items in the Breadcrumbs element.
Parameters
Section titled “Parameters”$separator(string): The HTML string for the breadcrumb separator (e.g., a span containing text or an icon).
Example usage
Section titled “Example usage”add_filter( 'bricks/breadcrumbs/separator', function( $separator ) { // Change separator to a custom character return '<span class="bricks-breadcrumbs-separator"> » </span>';} );Was this helpful?
A quick vote and short notes help us improve these docs faster.
Leave a note for us
Please do not include passwords, license keys, or personal data. We store submitted notes to improve the docs.
Thanks for sharing feedback. We're using it to improve these docs.