Home › Forums › Support › Woocommerce breadcrumbs › Reply To: Woocommerce breadcrumbs
December 27, 2015 at 9:43 am
#162111
Lead Developer
Lead Developer
Hi Daniel,
That’s correct – now that GP uses the WooCommerce hooks for compatibility, the hooks are added automatically.
To remove them, you can use this PHP:
remove_action( 'woocommerce_before_main_content','woocommerce_breadcrumb', 20, 0);
Adding PHP: https://generatepress.com/knowledgebase/adding-php-functions/
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/
Ongoing Development: https://generatepress.com/ongoing-development