Title: Remove action
Last modified: October 16, 2018

---

# Remove action

 *  [alexandraher](https://wordpress.org/support/users/alexandraher/)
 * (@alexandraher)
 * [7 years, 7 months ago](https://wordpress.org/support/topic/remove-action/)
 * Hello,
 * I downloaded this plugin to test if it matches with our needs.
    Is it possible
   to remove an action from the loop via a line in functions.php in our child theme?
 * add_action(‘woocommerce_after_shop_loop_item’, array($this, ‘auction_end_start’),
   8);
 * We tried “remove_action(‘woocommerce_after_shop_loop_item’, array( YITH_Auction_Frontend(),‘
   auction_end_start’), 8);” but it didn’t work.

Viewing 1 replies (of 1 total)

 *  Plugin Author [YITHEMES](https://wordpress.org/support/users/yithemes/)
 * (@yithemes)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/remove-action/#post-10982898)
 * Hi there,
    you may use following code to achieve your goal.
 * `remove_action(‘woocommerce_after_shop_loop_item’, array( YITH_Auction_Frontend::
   get_instance(), ‘auction_end_start’), 8);`
 * We hope to be helpful for you.

Viewing 1 replies (of 1 total)

The topic ‘Remove action’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/yith-auctions-for-woocommerce_967594.
   svg)
 * [YITH Auctions for WooCommerce](https://wordpress.org/plugins/yith-auctions-for-woocommerce/)
 * [Support Threads](https://wordpress.org/support/plugin/yith-auctions-for-woocommerce/)
 * [Active Topics](https://wordpress.org/support/plugin/yith-auctions-for-woocommerce/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/yith-auctions-for-woocommerce/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/yith-auctions-for-woocommerce/reviews/)

## Tags

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

 * 1 reply
 * 2 participants
 * Last reply from: [YITHEMES](https://wordpress.org/support/users/yithemes/)
 * Last activity: [7 years, 5 months ago](https://wordpress.org/support/topic/remove-action/#post-10982898)
 * Status: not resolved