Guest User

Untitled

a guest
Jun 22nd, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. <script type="text/javascript">
  2. function sample() {
  3. setTimeout(function() {
  4. window.open('<?php echo esc_attr(wpcoupon_coupon()->get_go_out_url()); ?>', '_self');
  5. }, 5000);
  6. }
  7. </script>
  8.  
  9. <button class="ui right labeled icon button btn btn_secondary" onClick="sample();">
  10. <i class="copy icon"></i>
  11. <span><?php esc_html_e('Copy', 'wp-coupon'); ?></span>
Add Comment
Please, Sign In to add comment