Title: using remove_action
Last modified: June 24, 2018

---

# using remove_action

 *  Resolved [akshat05](https://wordpress.org/support/users/akshat05/)
 * (@akshat05)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/using-remove_action/)
 * Hi,
 * I want to use remove_action for `add_action( 'woocommerce_single_product_summary',
   array( $this, 'add_compare_link' ), 35 );` in my child theme, I want to add it
   to another action, kindly help me with the snippet to use `remove_action`.
 * Thanks

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

 *  Plugin Author [YITHEMES](https://wordpress.org/support/users/yithemes/)
 * (@yithemes)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/using-remove_action/#post-10452142)
 * Hello there,
 * Thanks for contacting us and I hope you’re doing well 🙂
 * Please add the following code on your functions.php
 * `remove_action( 'woocommerce_single_product_summary', array( YITH_WCWL_Init::
   get_instance(), 'add_compare_link' ), 35 );`
 * Please try it and let us know.
 * Have a good day.
 *  Plugin Author [YITHEMES](https://wordpress.org/support/users/yithemes/)
 * (@yithemes)
 * [7 years, 8 months ago](https://wordpress.org/support/topic/using-remove_action/#post-10620509)
 * Hello,
    hope you are doing well! 🙂
 * Seem that this thread doesn’t have any activity, so we think that the problem
   is solved and we will proceed to close it.
 * Anyway, if you have any issue don’t hesitate to contact us.
 * Have a good day!

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

The topic ‘using remove_action’ is closed to new replies.

 * ![](https://ps.w.org/yith-woocommerce-wishlist/assets/icon-128x128.gif?rev=3129302)
 * [YITH WooCommerce Wishlist](https://wordpress.org/plugins/yith-woocommerce-wishlist/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/yith-woocommerce-wishlist/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/yith-woocommerce-wishlist/)
 * [Active Topics](https://wordpress.org/support/plugin/yith-woocommerce-wishlist/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/yith-woocommerce-wishlist/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/yith-woocommerce-wishlist/reviews/)

## Tags

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

 * 2 replies
 * 2 participants
 * Last reply from: [YITHEMES](https://wordpress.org/support/users/yithemes/)
 * Last activity: [7 years, 8 months ago](https://wordpress.org/support/topic/using-remove_action/#post-10620509)
 * Status: resolved