Hi,
I have a plugin that is essential for my website called wp-triggers. It allows users to enter a trigger and returns results. It was working fine with xtheme until the latest update which breaks the plugin. I get this error
x.js?ver=6.3.8:1 Uncaught TypeError: Cannot read property ‘filter’ of undefined
at HTMLDocument. (x.js?ver=6.3.8:1)
at i (jquery.js?ver=1.12.4:2)
at Object.fireWith [as resolveWith] (jquery.js?ver=1.12.4:2)
at Function.ready (jquery.js?ver=1.12.4:2)
at HTMLDocument.K (jquery.js?ver=1.12.4:2)
what can I do?