Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Jquery issue when updating to wordpress 5.6 › Reply To: Jquery issue when updating to wordpress 5.6
January 6, 2021 at 11:21 am
#31021
Keymaster
Hi,
That is a false positive find. The object property is existence checked before use, for backwards compatibility reasons – which the checker plugin cannot detect. I usually not recommend using compatibility check plugins, or taking them with a grain of salt, as they can detect only substrings in script files, and not complex programmatical structures.