"; echo "window.intercomSettings = {"; echo "name: \"$current_user->user_firstname\","; echo "email: \"$current_user->user_email\","; echo "created_at: \"$current_user->user_registered\","; echo "app_id: \"b9sf1gok\""; echo "};"; echo ""; echo ""; } add_action( 'admin_print_scripts-index.php', 'brubeck_custom_intercom' ); } endif;