• Resolved blesed

    (@blesed)


    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.php

    I’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?

    • This topic was modified 5 years, 1 month ago by blesed.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘How to remove specific hook?’ is closed to new replies.