Advertisement
verygoodplugins

Untitled

Jul 24th, 2018
194
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.27 KB | None | 0 0
  1. function wpf_disable_login_tags_on_registration( $post_data, $user_id, $price, $payment_id ) {
  2.  
  3.     remove_action( 'wp_login', array( wp_fusion_logins()->public, 'user_login' ), 10, 2 );
  4.  
  5. }
  6.  
  7. add_action( 'rcp_form_processing', 'wpf_disable_login_tags_on_registration', 10, 4 );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement