Advertisement
Guest User

Untitled

a guest
Jun 23rd, 2017
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. <?php
  2.  
  3. add_action( 'wp_footer', 'my_custom_popup_scripts', 500 );
  4.  
  5. function my_custom_popup_scripts() { ?>
  6.  
  7. <script type="text/javascript">
  8.  
  9. (function ($, document, undefined) {
  10. $('#popmake-2686.pum-content a').click(function (e) { $('#popmake-2686').trigger('pumSetCookie'); });
  11. }(jQuery, document))
  12.  
  13. </script><?php
  14.  
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement