Advertisement
cyberdev

Untitled

Jul 24th, 2017
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. add_shortcode( 'bimber-custom-login-popup', function(){ ?>
  2. <script>
  3. (function ($) {
  4. $(document).ready(function () {
  5.  
  6. snax.forceLoginPopup = { blocked: true };
  7.  
  8. });
  9.  
  10. })(jQuery);
  11. </script>
  12. <?php });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement