general.php
17 lines
| 1 | <?php if ( ! defined( 'ABSPATH' ) ) exit; ?> |
| 2 | <?php $pluginData = get_plugin_data( EEB_PLUGIN_FILE ); ?> |
| 3 | <h3><i class="dashicons-before dashicons-email"></i> <?php echo esc_html( $pluginData['Name'] ); ?> - v<?php echo esc_html( $pluginData['Version'] ); ?></h3> |
| 4 | <p> |
| 5 | <?php echo esc_html__( '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' ); ?> |
| 6 | </p> |
| 7 | <p> |
| 8 | <?php echo wp_kses( __( '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' ), array( 'a' => array( 'href' => array(), 'target' => array() ) ) ); ?> |
| 9 | </p> |
| 10 | <p> |
| 11 | <?php echo wp_kses( __( 'You can now also check your website protection using our email checker tool: <a href="https://wpemailencoder.com/email-protection-checker/" target="_blank">https://wpemailencoder.com/email-protection-checker/</a>.', 'email-encoder-bundle' ), array( 'a' => array( 'href' => array(), 'target' => array() ) ) ); ?> |
| 12 | </p> |
| 13 | <p> |
| 14 | Visit us at <a href="https://wpemailencoder.com" target="_blank" title="Visit us at https://wpemailencoder.com" >https://wpemailencoder.com</a> |
| 15 | <i class="dashicons-before dashicons-universal-access"></i> |
| 16 | </p> |
| 17 |