Guest User

Untitled

a guest
Sep 24th, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. ...
  2. })(window,document,'FS','script','user');
  3.  
  4. <?php if (is_user_logged_in()) { ?>
  5. var wpEmail = "<?php $current_user = wp_get_current_user(); echo $current_user->user_email; ?>";
  6. var count = <?php echo wc_get_customer_order_count(get_current_user_id()); ?>;
  7.  
  8. FS.identify(wpEmail, { "displayName": wpEmail,
  9. "email": wpEmail,
  10. "orders_int": count });
  11.  
  12. <?php } ?>
  13.  
  14. </script>
Add Comment
Please, Sign In to add comment