Advertisement
verygoodplugins

Untitled

Feb 4th, 2019
205
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.19 KB | None | 0 0
  1. function send_id_back( $user_id, $user_meta ) {
  2.  
  3.     wp_fusion()->user->push_user_meta( $user_id, array( 'user_id' => $user_id ) );
  4.  
  5. }
  6.  
  7. add_action( 'wpf_user_imported', 'send_id_back', 10, 2 );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement