How to remove edd-js inline script & style
-
I am noticing this added inline on all pages:
<style>.edd-js .edd-no-js, .no-js .edd-has-js { display: none; }</style> <script>/* <![CDATA[ */(function(){var c = document.body.classList;c.remove('no-js');c.add('edd-js');})();/* ]]> */</script>Inline scripts and styles can impact page optimization.
How to remove on non-store pages?
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
The topic ‘How to remove edd-js inline script & style’ is closed to new replies.