Title: How to change function
Last modified: August 26, 2021

---

# How to change function

 *  Resolved [Make carlos](https://wordpress.org/support/users/make-carlos/)
 * (@make-carlos)
 * [4 years, 9 months ago](https://wordpress.org/support/topic/how-to-change-function/)
 * How to customize:
 *     ```
       	if( $active_tab == 'active' ) {
       		$bid_status = 'active';
       		echo uwa_front_user_bid_list($user_id, "active");
       	}
       	if( $active_tab == 'won' ) {
       		$bid_status = 'won';
       		echo uwa_front_user_bid_list($user_id, "won");
       	}	
       	if( $active_tab == 'lost' ) {
       		$bid_status = 'lost';
       		echo uwa_front_user_bid_list($user_id, "lost");
       	}
       ```
   
 * uwa_front_user_bid_list -> this function i need to change in my custom theme.
   please advice.

Viewing 1 replies (of 1 total)

 *  Plugin Author [Nitesh](https://wordpress.org/support/users/nitesh_singh/)
 * (@nitesh_singh)
 * [4 years, 9 months ago](https://wordpress.org/support/topic/how-to-change-function/#post-14813645)
 * Hi [@make-carlos](https://wordpress.org/support/users/make-carlos/) ,
 * It seems you are using our [PRO plugin](https://auctionplugin.net/) please post
   your PRO version queries [here](https://docs.auctionplugin.net/contact). This
   forum is only meant for free plugin queries.
 * Very briefly, since our plugin is based on WooCommerce, you can edit the function
   by following WooCommerce edit template, here is one [link ](https://wordpress.stackexchange.com/questions/256088/how-to-override-woocommerce-template-files)
   which you can refer to.
 * Regards,
    Nitesh

Viewing 1 replies (of 1 total)

The topic ‘How to change function’ is closed to new replies.

 * ![](https://ps.w.org/ultimate-woocommerce-auction/assets/icon-256x256.gif?rev
   =2682280)
 * [Ultimate Auction for WooCommerce - Excellent WP Auction Plugin](https://wordpress.org/plugins/ultimate-woocommerce-auction/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/ultimate-woocommerce-auction/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/ultimate-woocommerce-auction/)
 * [Active Topics](https://wordpress.org/support/plugin/ultimate-woocommerce-auction/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/ultimate-woocommerce-auction/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/ultimate-woocommerce-auction/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Nitesh](https://wordpress.org/support/users/nitesh_singh/)
 * Last activity: [4 years, 9 months ago](https://wordpress.org/support/topic/how-to-change-function/#post-14813645)
 * Status: resolved