Files
php_assessment_2/wp-content/plugins/mailpoet/views/subscription/confirm_unsubscribe.html
T
emmymayo 7269c99357 init
2025-02-05 23:15:46 +01:00

8 lines
277 B
HTML

<% block content %>
<p class="mailpoet_confirm_unsubscribe">
<%= __('Simply click on this link to stop receiving emails from us.') %>
<br>
<a href="<%= unsubscribeUrl %>" rel="nofollow"><%= _x('Yes, unsubscribe me', 'Text in unsubscribe link') %></a>
</p>
<% endblock %>