Deprecated function in Woocommerce gateway
-
First of all, thank you so much for the great plugin.
Lines 719 and 728 in mycred/addons/gateway/carts/mycred-woocommerce.php call a deprecated function which is
woocommerce_get_page_id
the correct function to use should bewc_get_page_id
As the current way it is it spams php error logs whenever someone visits the checkout page with woocommerce gateways addon enabled.
I thought I should report this so it can be fixed in the next version, thank you.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Deprecated function in Woocommerce gateway’ is closed to new replies.