• With the update of wordpress 5.5 I got the problem that the load function in settings.js is deprecated. To remove this error, please replace:

    $( window ).load( function () {

    with

    ` $( window ).on(‘load’,function () {‘

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi,

    I have a warning from “Enable jQuery Migrate Helper” plugin concerning jQuery :

    jQuery Migrate Helper — Warnings encountered

    /wp-content/plugins/woocommerce-pdf-invoices/assets/js/settings.js: jQuery.fn.load() is deprecated

    Can you tell us when you will update your plugin please ?

    Best regards

    Plugin Author Bas Elbers

    (@baaaaas)

    This will be fixed in the next update.

    Hi, when is the next update expected?

    Best regards

    UP ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘suggestion update (jquery problem)’ is closed to new replies.