Move manage subscription page filter to proper class
[MAILPOET-1635]
This commit is contained in:
committed by
Veljko V
parent
72ca0ce32f
commit
7c979c9b56
@@ -100,10 +100,7 @@ class ManageSubscriptionFormRenderer {
|
||||
}
|
||||
}
|
||||
|
||||
return $this->wp->applyFilters(
|
||||
'mailpoet_manage_subscription_page',
|
||||
$this->templateRenderer->render('subscription/manage_subscription.html', $templateData)
|
||||
);
|
||||
return $this->templateRenderer->render('subscription/manage_subscription.html', $templateData);
|
||||
}
|
||||
|
||||
private function getCustomFields(Subscriber $subscriber): array {
|
||||
|
Reference in New Issue
Block a user