Deprecated function wc_enqueue_js is in use
-
Hi
There is an issue related to the deprecated function
wc_enqueue_js().You can read about it for example here:
https://developer.woocommerce.com/2025/11/19/deprecation-of-wc_enqueue_js-in-10-4/In the current version of your plugin, which is version 3.8.6, this deprecated function is being used in the file:
wp-lister-for-ebay -> wp-lister.php…on line 236 and 249
It has been recommended by WooCommerce to replace
wc_enqueue_js()withwp_add_inline_script().Since version 10.5 WooCommerce is reporting the deprecated function calls in the PHP error_log file. And this results in the PHP error_log file being flooded with these warnings.
Can you please update your plugin file to avoid using the deprecated
wc_enqueue_js()function?
You must be logged in to reply to this topic.