We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We seem to be getting errors like the one below, caused by this plugin
PHP Deprecated: get_used_coupons is deprecated since version 3.7! Use WC_Abstract_Order::get_coupon_codes instead.
As the error states, the plugin uses a function that has been deprecated.
That code can be found at https://github.com/weDevsOfficial/woocommerce-conversion-tracking/blob/v2.0.9/includes/integration.php#L307 and https://github.com/weDevsOfficial/woocommerce-conversion-tracking/blob/v2.0.9/includes/integrations/class-integration-custom.php#L121
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
We seem to be getting errors like the one below, caused by this plugin
PHP Deprecated: get_used_coupons is deprecated since version 3.7! Use WC_Abstract_Order::get_coupon_codes instead.
As the error states, the plugin uses a function that has been deprecated.
That code can be found at
https://github.com/weDevsOfficial/woocommerce-conversion-tracking/blob/v2.0.9/includes/integration.php#L307
and
https://github.com/weDevsOfficial/woocommerce-conversion-tracking/blob/v2.0.9/includes/integrations/class-integration-custom.php#L121
The text was updated successfully, but these errors were encountered: