Advertisement
Viper007Bond

Untitled

Oct 21st, 2012
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.23 KB | None | 0 0
  1. <?php
  2.  
  3. add_action( 'profile_update', 'chasr_sync_chat_credentials' );
  4. add_action( 'user_register',  'chasr_sync_chat_credentials' );
  5.  
  6. function chasr_sync_chat_credentials( $user_id ) {
  7.     $user = get_user_by( 'id', $user_id );
  8.  
  9.  
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement