Title: cherrygroup's Replies | WordPress.org

---

# cherrygroup

  [  ](https://wordpress.org/support/users/cherrygroup/)

 *   [Profile](https://wordpress.org/support/users/cherrygroup/)
 *   [Topics Started](https://wordpress.org/support/users/cherrygroup/topics/)
 *   [Replies Created](https://wordpress.org/support/users/cherrygroup/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/cherrygroup/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/cherrygroup/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/cherrygroup/engagements/)
 *   [Favorites](https://wordpress.org/support/users/cherrygroup/favorites/)

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Clone Woo Orders - Free by WP Masters] I want this clone order option under order actions](https://wordpress.org/support/topic/i-want-this-clone-order-option-under-order-actions/)
 *  Thread Starter [cherrygroup](https://wordpress.org/support/users/cherrygroup/)
 * (@cherrygroup)
 * [3 years, 7 months ago](https://wordpress.org/support/topic/i-want-this-clone-order-option-under-order-actions/#post-16303904)
 * Hey, [@wpmasterscom](https://wordpress.org/support/users/wpmasterscom/) Thanks
   a ton this is working perfectly!!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Clone Woo Orders - Free by WP Masters] I want this clone order option under order actions](https://wordpress.org/support/topic/i-want-this-clone-order-option-under-order-actions/)
 *  Thread Starter [cherrygroup](https://wordpress.org/support/users/cherrygroup/)
 * (@cherrygroup)
 * [3 years, 7 months ago](https://wordpress.org/support/topic/i-want-this-clone-order-option-under-order-actions/#post-16298233)
 * Hey,
 * Thank you [@wpmasterscom](https://wordpress.org/support/users/wpmasterscom/) 
   but till when can you release this next version?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Clone Woo Orders - Free by WP Masters] I want this clone order option under order actions](https://wordpress.org/support/topic/i-want-this-clone-order-option-under-order-actions/)
 *  Thread Starter [cherrygroup](https://wordpress.org/support/users/cherrygroup/)
 * (@cherrygroup)
 * [3 years, 7 months ago](https://wordpress.org/support/topic/i-want-this-clone-order-option-under-order-actions/#post-16250095)
 * I have already added some code in the plugin but i’m stuck at the trigger side
   if you can improve this code or help me with something i’m looking for it will
   be great help.
 *     ```
       add_filter( 'woocommerce_order_actions', 'filter_wc_add_clone_order_action', 20, 1 );
       function filter_wc_add_clone_order_action( $actions ) {
           $actions['clone_order'] = __( 'Clone Order', 'woocommerce' );
           return $actions;
       }
       add_action( 'woocommerce_order_action_clone_order', 'trigger_action_clone_order', 20, 1 );
       function trigger_action_clone_order( $post ) {
   
       }
       ```
   

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