uv_resend_verification_form

For resend verification key by user email [uv_resend_verification_form] Parameter: This shortcode has no parameter.

For resend verification key by user email [uv_resend_verification_form] Parameter: This shortcode has no parameter.

if you want to allow user to logged in their account after successfully verification, please see how you can enable it, #1. please go User Verification Settings page User Verification Settings > Options > Automatically login after verification? #2. then…

Please follow this to disable auto-login after payment via WooCommerce. #1. you need to set “Disable auto login” to Yes #2. Create a page and use the following shortcode under the page content, this shrotcode will display a message and…

Here is the code you can check by user id for verification status. so you can execute 3rd party active based on user verified or not. $current_user = wp_get_current_user(); $user_id = $current_user->ID; $approved_status = get_user_meta($user_id, ‘user_activation_status’, true); if ( $approved_status…

Here is the quick guide will help you to setup plugin for active user verification. Step -1: After install & activate the plugin please create a page and use following shortcode under content. [user_verification_check] Step – 2: And…

For checking verification status after click on email link. [user_verification_check] Parameter: This shortcode has no parameter.