Skip to content

Instantly share code, notes, and snippets.

@kamalkhan
Created August 12, 2018 14:51
Show Gist options
  • Save kamalkhan/e177d8e8d5df5e6868bae9c5ed56dfa2 to your computer and use it in GitHub Desktop.
Save kamalkhan/e177d8e8d5df5e6868bae9c5ed56dfa2 to your computer and use it in GitHub Desktop.
Action hook which enables you to listen to a new visitor
add_action('awesome_live_chat-new_visitor', function ($name, $email, $department, $website, $uri) {
// Custom code here.
}, 10, 5);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment