Advertisement
verygoodplugins

Untitled

May 3rd, 2018
186
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.15 KB | None | 0 0
  1. function my_wpf_login( $user_login, $user ) {
  2.  
  3.     wp_fusion()->user->user_register( $user->ID );
  4.  
  5. }
  6.  
  7. add_action( 'wp_login', 'my_wpf_login', 10, 2 );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement