add_filter(‘wpseo_breadcrumb_single_link’ ,’remove_shop’, 10 ,2);
function remove_shop($link_output, $link ){
if( $link[‘text’] == ‘Products’ ) {
$link_output = ”;
}
return $link_output;
}
And you change the “Products” to that you have. “shop”, “Home” whatever.
you know where to put the code?
I fix it you can close the Topic
I will reply to that email. Thank you for you answer. I will post again here when the account is active.