Code Errors
-
Hi! You have errors in the code for the subscription management form. File /wp/content/plugins/mailpoet/lib/Subscription/Pages.php
`$formHtml .= Helpers::replaceLinkTags(
$this->wp->__(‘[link]Edit your profile[/link] to update your email.’, ‘mailpoet’),
$this->wp->getEditProfileUrl(),
[‘target’ => ‘_blank’]
);
} else {
$formHtml .= Helpers::replaceLinkTags(
$this->wp->__(‘[link]Log in to your account[/link] to update your email.’, ‘mailpoet’),
$this->wp->wpLoginUrl(),
[‘target’ => ‘_blank’]
);Links do not work correctly.
- The topic ‘Code Errors’ is closed to new replies.