Advertisement
verygoodplugins

Untitled

Jun 7th, 2019
216
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.22 KB | None | 0 0
  1. function wpf_apply_tags_in_intercom( $user_id, $tags ) {
  2.  
  3.     echo "<script>Intercom('trackEvent', '" . implode(',', $tags_applied) . "')</script>";
  4.  
  5. }
  6.  
  7. add_action( 'wpf_tags_applied', 'wpf_apply_tags_in_intercom', 10, 2 );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement