Notice: These forums are now retired and closed. For active support, please Submit a Ticket or visit our official WordPress.org community pages.
Kadence Theme | Kadence Blocks | Starter Templates | WooCommerce Email Designer | Ascend | Virtue | Pinnacle

Can’t remove action kt_woo_product_breadcrumbs

Home / Forums / Virtue Theme / Can’t remove action kt_woo_product_breadcrumbs

This topic is: Resolved
[Resolved]
Posted in: Virtue Theme
September 2, 2019 at 4:46 am

Hi, I want to remove an action in my child theme:

remove_action( ‘woocommerce_before_main_content’, ‘kt_woo_product_breadcrumbs’, 20 );

I have tried this:

add_action( ‘init’, ‘remove_my_action’);
function remove_my_action() {
remove_action( ‘woocommerce_before_main_content’, ‘kt_woo_product_breadcrumbs’, 20 );
}

But it doesn’t work. I have seen this function and action is inside another function/action. I don’t know if this affects.

Can you help me?

Thank you.

  • The forum ‘Virtue Theme’ is closed to new topics and replies.