Is there a Filter for Breadcrumbs?

Posted in: Newspaper
Post count: 2

Hi,

I want to make a shortcode work in the breadcrumb, like in the WordPress post title.

For the post title, I use the below filter.

add_filter( ‘the_title’, ‘my_custom_RM_title_replace_vars’, 10, 2 );

Is there a filter available for the breadcrumb (like the_title) so that the shortcode works in it?

Post count: 27744

Hi,

I don’t quite understand exactly what you mean, but for breadcrumbs, there is no option to apply filters.

Thank you!

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.