Skip to content

Instantly share code, notes, and snippets.

@bogdanpopa90
Created March 13, 2017 15:28
Show Gist options
  • Save bogdanpopa90/f49a626ba85c8badf9f47e016a668724 to your computer and use it in GitHub Desktop.
Save bogdanpopa90/f49a626ba85c8badf9f47e016a668724 to your computer and use it in GitHub Desktop.
Remove breadcrumb on shop category in WooCommerce
<?php
// Remove breadcrumb on shop category
remove_action( 'woocommerce_before_main_content','woocommerce_breadcrumb', 20, 0 );
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment