It looks like the plugin loads public.js without any conditions. I disabled WP_DEBUG and even turned off the error logging switch, but public.js continues to be enqueued. If debugging is disabled, this should disable public.js too. Or at least provide an option to disable it. I wouldn't want to load this for regular visitors.
It looks like the plugin loads
public.js
without any conditions. I disabledWP_DEBUG
and even turned off the error logging switch, butpublic.js
continues to be enqueued. If debugging is disabled, this should disablepublic.js
too. Or at least provide an option to disable it. I wouldn't want to load this for regular visitors.