How to remove specific hook?
-
Hi! I need to remove specific hook that kinda mess a bit in my category page. I’m reading about it and try to search in internet, but it doen’t work. Site is under construction so I can’t give a link to a specific page. The problem is in this code:
<p class="wc-gzd-additional-info tax-info"><?php echo wc_gzd_get_product( $product )->get_tax_info(); ?></p>path to the php file:
wp-content\plugins\woocommerce-germanized\templates\single-product\tax-info.phpI’m tryed to remove it with this code in functions.php file:
remove_action ( 'woocommerce_after_shop_loop_item', 'woocommerce_template_single_tax_info', 10 );And it doesn’t work =(
Can someone help me to remove this hook?
The topic ‘How to remove specific hook?’ is closed to new replies.