Title: what hook when push button &quot;processing&quot;
Last modified: August 31, 2016

---

# what hook when push button "processing"

 *  [amila](https://wordpress.org/support/users/flatworld21/)
 * (@flatworld21)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/what-hook-when-push-button-processing/)
 * Hi, after users buy products by “Direct Bank Transfer”
    My order need “processing”.
 * When I push “processing” button in wp-admin, what kind of hook will send?
    Now
   I added two hooks but nothing happened. add_action(‘**woocommerce_order_status_completed**‘,
   array(__CLASS__, ‘completeOrder’)); add_action(‘**subscriptions_activated_for_order**‘,
   array(__CLASS__, ‘completeOrder’));
 * [https://wordpress.org/plugins/woocommerce/](https://wordpress.org/plugins/woocommerce/)

Viewing 1 replies (of 1 total)

 *  Plugin Contributor [Mike Jolley](https://wordpress.org/support/users/mikejolley/)
 * (@mikejolley)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/what-hook-when-push-button-processing/#post-7176339)
 *     ```
       woocommerce_order_status_processing
       ```
   
 *  😉

Viewing 1 replies (of 1 total)

The topic ‘what hook when push button "processing"’ is closed to new replies.

 * ![](https://ps.w.org/woocommerce/assets/icon.svg?rev=3234504)
 * [WooCommerce](https://wordpress.org/plugins/woocommerce/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/woocommerce/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/woocommerce/)
 * [Active Topics](https://wordpress.org/support/plugin/woocommerce/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/woocommerce/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/woocommerce/reviews/)

## Tags

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

 * 1 reply
 * 2 participants
 * Last reply from: [Mike Jolley](https://wordpress.org/support/users/mikejolley/)
 * Last activity: [10 years, 2 months ago](https://wordpress.org/support/topic/what-hook-when-push-button-processing/#post-7176339)
 * Status: not resolved