<?php $userEmpId = $_GET['pId'];

if($userEmpId){

	$userinfo = get_userdata($userEmpId);
	$agencyname = $userinfo->user_login;
	$url = get_site_url().'/profile';
?>
<script> 
	jQuery(document).ready(function(){


	Swal.fire({
		title: 'Success!',
		text: 'Success, you are now a part of <?php echo $agencyname; ?> and if you want access the features in your profile, so please choose a Plan.',
		icon: 'success',
		showConfirmButton: true,
		allowOutsideClick: true,
		allowEscapeKey: false,
		confirmButtonColor: '#40BFB9',
	}).then((result) => {
       window.location.href = "<?php echo $url; ?>";
    });
    	});
</script>
<?php
}
?>
				
			

Start Your FREE 7-Day Trial Now!

 

Then confidently pay for the plan that’s best for you.

Tier 1

Elite

$14.99 per month

Tier 2

Unlimited

$24.99 per month