-
Posted a reply to WP Referral code with Ultimate Member, on the site WordPress.org Forums:
By default the plugin do nothing... whenever a person is registered after referring from another… -
Posted a reply to WP Referral code with Ultimate Member, on the site WordPress.org Forums:
function um_post_registration_approved_hook( $user_id, $args ) { um_fetch_user( $user_id ); UM()->user()->approve(); //Referal System $new_user_id = $user_id;… -
Created a topic, WP Referral code with Ultimate Member, on the site WordPress.org Forums:
Hi, I am trying to use this plugin, I simply installed…