Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- add_action('wp_footer', function () {
- ?>
- <script>
- (function() {
- var dispatch = new Event('mouseover');
- setInterval(function() {
- document.querySelectorAll('.pnlm-hotspot-base>*').forEach(function(el) {
- el.dispatchEvent(dispatch);
- });
- }, 300);
- })();
- </script>
- <?php
- }, 99);
Add Comment
Please, Sign In to add comment