None of the solution above is working for me. I want to delete all woocommerce breadcrumbs from every page (like lmoore i am using yoast's). With the above solution I can't get it even from one page. I tried this too:
if ( is_page('shop') ) {
remove_action( 'woocommerce_before_main_content', 'woocommerce_breadcrumb', 20, 0);
}
Also doesn't work. Anyone having a working solution for this problem?
Thanks in advance!