breich

Disable Breadcrumbs in Woocommerce

Jun 4th, 2012
866
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.27 KB | None | 0 0
  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);
Add Comment
Please, Sign In to add comment