• Hi, the plugin detects the following deprecated jQuery when using latest WordPress (5.9 Beta 1) which is supposed to not contain any deprecated jQuery:
    jQuery.isFunction() is deprecated in /wp-admin/js/common.min.js triggered on https://test.test/wp-admin/index.php
    The notice seems to appear on most admin pages.

    In browser console I can see that common.js contents hoverintent function, so the notice is triggered by hoverintent containig:
    i.isFunction(s.out) || (s.out = s.over)) : s = i.isFunction(t) ? i.extend(s, {

    So, to me it seems like a false positive but would be nice if someone of plugin devs (e.g. @clorith) has a look at it.

  • The topic ‘False positive?’ is closed to new replies.