Created
June 11, 2020 11:47
-
-
Save ugonkwocha/af5d0e0686744ca48cf77e19ac5cf060 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function my_pmpro_confirmation_url($rurl, $user_id, $pmpro_level) | |
{ | |
if(pmpro_hasMembershipLevel(2)) | |
$rurl = "https://online.9jacodekids.com/my-account/"; | |
elseif(pmpro_hasMembershipLevel(3)) | |
$rurl = "https://online.9jacodekids.com/my-account/"; | |
elseif(pmpro_hasMembershipLevel(4)) | |
$rurl = "https://online.9jacodekids.com/my-account/"; | |
return $rurl; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment