general.php
15 lines
| 1 | <?php $pluginData = get_plugin_data( EEB_PLUGIN_FILE ); ?> |
| 2 | <h3><i class="dashicons-before dashicons-email"></i> <?php echo $pluginData['Name'] ?> - v<?php echo $pluginData['Version']; ?></h3> |
| 3 | <p> |
| 4 | <?php echo __( 'The plugin works out-of-the-box to protect your email addresses. All settings are default set to protect your email addresses automatically.', 'email-encoder-bundle' ); ?> |
| 5 | </p> |
| 6 | <p> |
| 7 | <?php echo __( 'To report problems or bugs or for support, please use <a href="https://wordpress.org/support/plugin/email-encoder-bundle#postform" target="_new">the official forum</a>.', 'email-encoder-bundle' ); ?> |
| 8 | </p> |
| 9 | <p> |
| 10 | <?php echo __( 'You can now also check your website protection using our email checker tool: <a href="https://wpemailencoder.com/email-checker/" target="_blank">https://wpemailencoder.com/email-checker/</a>.', 'email-encoder-bundle' ); ?> |
| 11 | </p> |
| 12 | <p> |
| 13 | Visit us at <a href="https://wpemailencoder.com" target="_blank" title="Visit us at https://wpemailencoder.com" >https://wpemailencoder.com</a> |
| 14 | <i class="dashicons-before dashicons-universal-access"></i> |
| 15 | </p> |