suggestion update (jquery problem)
-
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)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘suggestion update (jquery problem)’ is closed to new replies.