JS Error On Unrelated Admin Pages
-
<script> const fields = document.querySelectorAll('.wooccm-premium-field') Array.from(fields).forEach( (field) => { field.closest('tr')?.classList.add('wooccm-premium-field'); } ) </script>When using your awesome plugin, in the latest version 7.7.0 it generates a console error that breaks other plugins’ buttons etc.. The full error above, the message below. I think you guys need to maybe isolate the output of your plugin to not appear or load on any other admin pages??
/wp-admin/admin.php?…ckout-manager.php:1 Uncaught (in promise) Error: A listener indicated an asynchronous response by returning true, but the message channel closed before a response was received
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘JS Error On Unrelated Admin Pages’ is closed to new replies.