Change Link in Approval Email
-
Hi there,
I want to change the link that appears to the affiliate when a approval email is sent.
By Default the URL is [site_url]. I want the url to be [site_url]/affiliate-area.
right now i have changed the line 179 in lib/core/class-affiliates-notifications.php and changed code as below
`case self::DEFAULT_AFFILIATE_PENDING_TO_ACTIVE_MESSAGE :
$text = __(
‘Congratulations [user_login],<br/>
<br/>
Your request to join the Affiliate Program has been approved.<br/>
[site_url]/affiliate-area<br/>’,
‘affiliates’
);’How do i ensure that this change does not go away on update of plugin ? Should i create a new plugin ? Or child theme with function ? Please advise.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Change Link in Approval Email’ is closed to new replies.