| Server IP : 162.243.168.218 / Your IP : 216.73.217.81 Web Server : Apache System : Linux ISPCONFIG-WEB-EMPRESAS 5.15.0-174-generic #184-Ubuntu SMP Fri Mar 13 18:41:50 UTC 2026 x86_64 User : web23 ( 5020) PHP Version : 8.3.32 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /var/www/clients/client3/web23/web/pruebas/wp-content/plugins/post-smtp/Postman/extra/ |
Upload File : |
<?php
$postman_dismiss_donation = get_option('postman_dismiss_donation');
if ( empty( $postman_dismiss_donation ) || isset( $in_wizard ) ) : ?>
<div class="updated settings-error notice is-dismissible post-smtp-donation">
<p style="font-size: 1.1em;">It is hard to continue development and support for this free plugin without contributions from users like you.<br>
If you enjoy using <strong>Post SMTP</strong> and find it useful, please consider making a donation.<br>
Your donation will help encourage and support the plugin's continued development and better user support.</p>
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
<input type="hidden" name="cmd" value="_s-xclick" />
<input type="hidden" name="hosted_button_id" value="N2MKEPYUHUN32" />
<input type="image" src="https://www.paypalobjects.com/en_US/IL/i/btn/btn_donateCC_LG.gif" border="0" name="submit" title="PayPal - The safer, easier way to pay online!" alt="Donate with PayPal button" />
<img alt="" border="0" src="https://www.paypal.com/en_IL/i/scr/pixel.gif" width="1" height="1" />
</form>
<button style="z-index: 100;" data-security="<?php echo wp_create_nonce('postsmtp'); ?>" type="button" class="notice-dismiss donation-dismiss">
<span class="screen-reader-text">Dismiss this notice.</span>
</button>
</div>
<?php endif; ?>