UM assets on the page still appear after dequeueing scripts and styles
-
I struggle with removing scripts injected by UM plugin in wp_footer. Using dequeue, I managed to remove all scripts except the one that is injected inline below. Please notice, that no any extensions of UM plugin are used, only the core. Any ideas how I could remove this script?
<script type="text/javascript"> jQuery( window ).on( 'load', function() { jQuery('input[name="um_request"]').val(''); }); </script>
The same problem with the wp_head where a custom inline style is injected by UM plugin. I searched through whole plugin but couldn’t find any clear information on how this code snippet could be removed or where it comes from.
<style type="text/css"> .um_request_name { display: none !important; } </style>
Thank you in advance!
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘UM assets on the page still appear after dequeueing scripts and styles’ is closed to new replies.