Thank you for registering. You'll receive an email momentarily to activate your account.
[insert_php] $type = esc_html($_REQUEST['type']);
if ($type === "non_member") {
echo "Your account will need to be approved before you can access members-only content. If it is not approved within a few days, please contact us.";
}
[/insert_php]