CodeCabin / wp-google-maps

WP Google Maps
16 stars 12 forks source link

jQuery.fn.bind() is deprecated #1025

Closed shazahm1 closed 2 years ago

shazahm1 commented 2 years ago

As the subject states, both WPGM and Pro use this deprecated jQuery function.

DylanCodeCabin commented 2 years ago

Thanks @shazahm1 -> It's been added to the internal repo and is on the next sprint list!

DylanCodeCabin commented 2 years ago

These have been replaced, where they are present in our core files.

There are some cases where a library may need to be updated to reduce/remove the use of .bind -> These will be resolved as part of a later library update sprint.

With that said, most of the core bind calls have been replaced.