Can’t remove compare button
-
Hello,
I was trying to remove compare button from product loop default position. Use remove_action hook but its not working.
I was trying both way from my theme and plugin.
remove_action('woocommerce_after_shop_loop_item', ['YITH_Woocompare_Frontend', 'add_compare_link'],20 ); global $yith_woocompare; remove_action( 'woocommerce_after_shop_loop_item', [ $yith_woocompare->obj, 'add_compare_link' ], 20 );
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Can’t remove compare button’ is closed to new replies.