How can I remove the breadcrumbs? I have breadcrumbs off in Parabola. I’ve tried a Woocommerce Breadcrumbs plugin. I’ve tried the following code, found in Woocommerce documentation, entered into functions.php. Nothing works so far. Have any suggestions? The site is in development.
add_action( ‘init’, ‘jk_remove_wc_breadcrumbs’ );
function jk_remove_wc_breadcrumbs() {
remove_action( ‘woocommerce_before_main_content’, ‘woocommerce_breadcrumb’, 20, 0 );
}
Website: artcards.gallery