• Resolved Gevorg

    (@gev0rg)


    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() with wp_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?

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

You must be logged in to reply to this topic.