Title: remove loop_product_thumbnail from hook
Last modified: May 8, 2021

---

# remove loop_product_thumbnail from hook

 *  Resolved [dzseti](https://wordpress.org/support/users/dzseti/)
 * (@dzseti)
 * [5 years, 2 months ago](https://wordpress.org/support/topic/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)

 *  [Abhishek](https://wordpress.org/support/users/abhikr781/)
 * (@abhikr781)
 * [5 years, 2 months ago](https://wordpress.org/support/topic/remove-loop_product_thumbnail-from-hook/#post-14425218)
 * Hello,
 * Kindly try to change the priority and try to use the same priority which used
   in the templated and check.
 *  Thread Starter [dzseti](https://wordpress.org/support/users/dzseti/)
 * (@dzseti)
 * [5 years, 1 month ago](https://wordpress.org/support/topic/remove-loop_product_thumbnail-from-hook/#post-14434763)
 * Hi
 * Thanks for this. I tried this and a number of other changes, but without success
   here. Managed to work my way around the problem by changing several image template
   files in my theme
 * So not really sure how to do what I originally asked, but no longer necessary
   anyway

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘remove loop_product_thumbnail from hook’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/oceanwp/4.2.1/screenshot.png)
 * OceanWP
 * [Support Threads](https://wordpress.org/support/theme/oceanwp/)
 * [Active Topics](https://wordpress.org/support/theme/oceanwp/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/oceanwp/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/oceanwp/reviews/)

## Tags

 * [hook](https://wordpress.org/support/topic-tag/hook/)

 * 2 replies
 * 2 participants
 * Last reply from: [dzseti](https://wordpress.org/support/users/dzseti/)
 * Last activity: [5 years, 1 month ago](https://wordpress.org/support/topic/remove-loop_product_thumbnail-from-hook/#post-14434763)
 * Status: resolved