Quantcast
Channel: WordPress.org Forums » [Yoast SEO - Advanced SEO with real-time guidance and built-in AI] Support
Viewing all articles
Browse latest Browse all 42467

Breadcrumb code snippet not working with 17.8

$
0
0

Replies: 0

The following code snippet which prevents post titles from appearing in the breadcrumb output has stopped working in Yoast 17.8:

add_filter('wpseo_breadcrumb_single_link', __NAMESPACE__ . '\remove_last_breadcrumb' );

function remove_last_breadcrumb( $link_output ) {
    if ( strpos( $link_output, 'breadcrumb_last' ) !== false ) {
        $link_output = '';
    }
    return $link_output;
}

I don’t see anything in the change logs related to breadcrumbs. Can you please provide some insight?


Viewing all articles
Browse latest Browse all 42467

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>