Title: Deprecated function call ?
Last modified: October 22, 2017

---

# Deprecated function call ?

 *  Resolved [bloup](https://wordpress.org/support/users/bloup/)
 * (@bloup)
 * [8 years, 7 months ago](https://wordpress.org/support/topic/deprecated-function-call-3/)
 * Hi, It is related to issue related to deprecated functions
 * I have found in Debug.log
    [22-Oct-2017 12:18:51 UTC] PHP Notice: WC_Cart::get_checkout_url
   is **deprecated** since version 2.5! Use wc_get_checkout_url instead. in /wp-
   includes/functions.php on line 3831
 * It was related to quick buy at:
    /wp-content/plugins/woocommerce-quick-buy/includes/
   class-frontend.php line 140 &142 return WC()->cart->get_cart_url();
 * I wondered if it should not be replaced by
 * return wc_get_checkout_url();
 * [https://docs.woocommerce.com/wc-apidocs/function-wc_get_checkout_url.html](https://docs.woocommerce.com/wc-apidocs/function-wc_get_checkout_url.html)
   
   I am maybe wrong please check. Thank you for your great work.

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

 *  [theodisbutler](https://wordpress.org/support/users/theodisbutler/)
 * (@theodisbutler)
 * [8 years, 4 months ago](https://wordpress.org/support/topic/deprecated-function-call-3/#post-9862413)
 * I can confirm this fix works.
 *  Plugin Author [Varun Sridharan](https://wordpress.org/support/users/varunms/)
 * (@varunms)
 * [8 years, 4 months ago](https://wordpress.org/support/topic/deprecated-function-call-3/#post-9862431)
 * It seems that you might be using older version.
 * Because in latest version we fixed it. please do update the plugin to latest 
   version.

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

The topic ‘Deprecated function call ?’ is closed to new replies.

 * ![](https://ps.w.org/woocommerce-quick-buy/assets/icon-256x256.jpg?rev=2157616)
 * [Quick Buy For Woocommerce](https://wordpress.org/plugins/woocommerce-quick-buy/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/woocommerce-quick-buy/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/woocommerce-quick-buy/)
 * [Active Topics](https://wordpress.org/support/plugin/woocommerce-quick-buy/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/woocommerce-quick-buy/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/woocommerce-quick-buy/reviews/)

 * 2 replies
 * 3 participants
 * Last reply from: [Varun Sridharan](https://wordpress.org/support/users/varunms/)
 * Last activity: [8 years, 4 months ago](https://wordpress.org/support/topic/deprecated-function-call-3/#post-9862431)
 * Status: resolved