Trying to add UNSUBSCRIBE button
-
I’ve adjusted the form in subscribe2/classes/class-s2-frontend.php to remove the link to the profile for when people who are already subscribed go to the subscribe page or if the subscription shortcode is used.
I need to add an UNSUBSCRIBE button.
here’s the code where i removed the link:
$this->profile = “<p class=\”s2_message\”>” . __(‘You are already subscribed!’, ‘subscribe2’) . “</p>”;how do i add a unsubscribe button to that?
Thanks
Noel
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Trying to add UNSUBSCRIBE button’ is closed to new replies.