Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function wpf_apply_tags_in_intercom( $user_id, $tags ) {
- echo "<script>Intercom('trackEvent', '" . implode(',', $tags_applied) . "')</script>";
- }
- add_action( 'wpf_tags_applied', 'wpf_apply_tags_in_intercom', 10, 2 );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement