Created
August 12, 2018 14:51
-
-
Save kamalkhan/e177d8e8d5df5e6868bae9c5ed56dfa2 to your computer and use it in GitHub Desktop.
Action hook which enables you to listen to a new visitor
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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