Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. /**
  2.  * To disable breadcrumbs in Woocommerce, paste the following code into
  3.  * your theme's functions.php. It simply undoes the add_action() from
  4.  * line #26 in woocommerce-hooks.php:
  5.  */
  6. remove_action( 'woocommerce_before_main_content',
  7.     'woocommerce_breadcrumb', 20, 0);