Skip to content

Instantly share code, notes, and snippets.

@ville6000
Created January 7, 2019 14:03
Show Gist options
  • Save ville6000/3d509f1651bdcaf3dc4dae649a346f0a to your computer and use it in GitHub Desktop.
Save ville6000/3d509f1651bdcaf3dc4dae649a346f0a to your computer and use it in GitHub Desktop.
Remove breadcrumbs from WooCommerce
<?php
remove_action( 'woocommerce_before_main_content', 'woocommerce_breadcrumb', 20 );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment