Advertisement
Guest User

Untitled

a guest
Jul 17th, 2019
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. jQuery(document).on('lrm_user_logged_in', function(response, $form, action) {
  2. if ( "register"=== action && response.data.user_id && $(".um-153").length > 0 ) {
  3. // $(".um-153").length > 0 is optionally to check if your form is loaded on the page, like
  4.  
  5. // DO your ACTION like
  6. my_send_teacher_msg(response.data.user_id);
  7. }
  8. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement