skip to Main Content

Woocommerce , add_action conditionally

Precisely speaking, I want to change the place of breadcrumbs in category pages. so I check if it is_product_category() and then remove_action ('woocommerce_before_main_content', 'woocommerce_breadcrumb', 20 ) and add_action( 'woocommerce_before_shop_loop', 'woocommerce_breadcrumb', 15 ); but apparently it's not the solution, since it…

VIEW QUESTION
Back To Top
Search