27 lines
1.3 KiB
PHP
27 lines
1.3 KiB
PHP
<?php
|
|
defined('ABSPATH') || exit;
|
|
?>
|
|
<div id="tnp-footer">
|
|
<div>
|
|
<ul>
|
|
<li><a href="https://www.thenewsletterplugin.com" target="_blank">The Newsletter Plugin</a></li>
|
|
<li><a href="https://www.thenewsletterplugin.com/premium" target="_blank"><?php _e('Get Premium', 'newsletter') ?></a></li>
|
|
</ul>
|
|
</div>
|
|
<div>
|
|
<ul>
|
|
<li><a href="https://www.thenewsletterplugin.com/account"><?php _e('Your Account', 'newsletter') ?></a></li>
|
|
<li><a href="https://www.thenewsletterplugin.com/forums"><?php _e('Forum', 'newsletter') ?></a></li>
|
|
<li><a href="https://www.thenewsletterplugin.com/blog"><?php _e('Blog', 'newsletter') ?></a></li>
|
|
</ul>
|
|
</div>
|
|
<div>
|
|
<form target="_blank" action="https://www.thenewsletterplugin.com/?na=s" method="post">
|
|
<input type="email" name="ne" placeholder="Your email" required size="20" value="<?php echo esc_attr($current_user->user_email) ?>">
|
|
<input type="hidden" value="plugin-footer" name="nr">
|
|
<input type="hidden" value="3" name="nl[]">
|
|
<input type="hidden" value="single" name="optin">
|
|
<input type="submit" value="<?php _e('Stay updated', 'newsletter') ?>">
|
|
</form>
|
|
</div>
|
|
</div>
|