Duplicate Snippet
Embed Snippet on Your Site
MemberPress: Add An Email Parameter That Displays A Link To The Sub-Account Signup Page
This code will create a new email parameter named {$subaccount_link}. This email parameter can be added to MemberPress emails and reminders to allow users direct access to the sub-account signup page.
The dummy URL https://cool-domain.com/register/organizational-membership-not-for-profit/ below will need to be replaced with the URL of your corporate membership registration page.
$params['subaccount_link'] = "https://cool-domain.com/register/organizational-membership-not-for-profit/?ca=$uuid";
Code Preview
php
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
Comments