remove loop_product_thumbnail from hook
-
How do I remove the callback
loop_product_thumbnail
from the
woocommerce_before_shop_loop_item_title
hook?
In certain cases I need to use an external, not wordpress image
The callback
loop_product_thumbnail
is associated with the class
OceanWP_WooCommerce_Config
so that:
remove_action('woocommerce_before_shop_loop_item_title', 'loop_product_thumbnail', 10);won’t work
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘remove loop_product_thumbnail from hook’ is closed to new replies.
