Home / Admin / Breadcrumbs – Hide WooCommerce Shop crumb
Duplicate Snippet

Embed Snippet on Your Site

Breadcrumbs – Hide WooCommerce Shop crumb

This filter can be used to hide the WooCommerce Shop page from the breadcrumbs.

<10
Code Preview
php
<?php
add_filter( 'aioseo_woocommerce_breadcrumb_hide_shop', '__return_true' );

Comments

Add a Comment