GochiSiyan

always show hover

Mar 23rd, 2022 (edited)
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. add_action('wp_footer', function () {
  2. ?>
  3. <script>
  4. (function() {
  5. var dispatch = new Event('mouseover');
  6. setInterval(function() {
  7. document.querySelectorAll('.pnlm-hotspot-base>*').forEach(function(el) {
  8. el.dispatchEvent(dispatch);
  9. });
  10. }, 300);
  11. })();
  12. </script>
  13. <?php
  14. }, 99);
Add Comment
Please, Sign In to add comment