Advertisement
GochiSiyan

slider patch

Feb 22nd, 2021
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. add_action('wp_footer',function (){
  2. ?>
  3. <script>
  4. (function(){
  5. setTimeout(function(){
  6. window.dispatchEvent(new Event('resize'))
  7. },500)
  8. })()
  9. </script>
  10. <?php
  11. },9999);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement