Filter: bricks/dynamic_data/post_terms_separator
Programmatically set the post term separator like so:
add_filter( 'bricks/dynamic_data/post_terms_separator', function( $sep, $post, $taxonomy ) { return ' : ';}, 10, 3 );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.