Warning about wcs_renewal_order_meta_query
-
Hi, I see this warning in my logs very often:
Der Hook wcs_renewal_order_meta_query ist seit Version subscriptions-core 2.5.0 veraltet! Verwende stattdessen wc_subscriptions_renewal_order_data.
This comes from the usage in https://github.com/shadimanna/dhl-logistic-services-for-woocommerce/blob/88242274bdc78ee893c507a8b380a8e426f92293/pr-dhl-woocommerce/includes/abstract-pr-dhl-wc-order.php#L53
add_filter( ‘wcs_renewal_order_meta_query’, array( $this, ‘woocommerce_subscriptions_renewal_order_meta_query’ ), 10 );
where wc_subscriptions_renewal_order_data should be used instead.
Can you fix this in a new version?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Warning about wcs_renewal_order_meta_query’ is closed to new replies.