PluginProbe ʕ •ᴥ•ʔ
Email Encoder – Protect Email Addresses and Phone Numbers / 2.2.0
Email Encoder – Protect Email Addresses and Phone Numbers v2.2.0
2.5.0 2.4.8 trunk 0.10 0.11 0.12 0.20 0.21 0.22 0.30 0.31 0.32 0.40 0.41 0.42 0.50 0.60 0.70 0.71 0.80 1.0.0 1.0.1 1.0.2 1.1.0 1.2.0 1.2.1 1.3.0 1.4.0 1.4.1 1.4.2 1.4.3 1.4.4 1.4.5 1.4.6 1.5 1.5.2 1.51 1.53 2.0.0 2.0.1 2.0.2 2.0.3 2.0.4 2.0.5 2.0.6 2.0.7 2.0.8 2.0.9 2.1.0 2.1.1 2.1.10 2.1.2 2.1.3 2.1.4 2.1.5 2.1.6 2.1.7 2.1.8 2.1.9 2.2.0 2.2.1 2.2.2 2.2.3 2.2.4 2.2.5 2.3.0 2.3.1 2.3.3 2.3.4 2.3.5 2.3.6 2.3.7 2.3.8 2.3.9 2.4.0 2.4.1 2.4.2 2.4.3 2.4.4 2.4.5 2.4.6 2.4.7
email-encoder-bundle / core / includes / partials / widgets / sidebar.php
email-encoder-bundle / core / includes / partials / widgets Last commit date
main.php 2 years ago sidebar.php 2 years ago
sidebar.php
64 lines
1 <div id="support" class="postbox">
2 <div class="inside">
3 <ul>
4 <li>
5 <a href="https://wpemailencoder.com/email-checker/" target="_blank">
6 <i class="dashicons-before dashicons-search"></i>
7 Email checker </a>
8 </li>
9 <li>
10 <a href="https://wpemailencoder.com/docs/article-categories/email-encoder/" target="_blank">
11 <i class="dashicons-before dashicons-media-text"></i>
12 Documentation </a>
13 </li>
14 <li>
15 <a href="http://wordpress.org/support/plugin/email-encoder-bundle#postform" target="_blank">
16 <i class="dashicons-before dashicons-welcome-comments"></i>
17 Report a problem </a>
18 </li>
19 <li>
20 <a href="http://wordpress.org/extend/plugins/email-encoder-bundle/faq/" target="_blank">
21 <i class="dashicons-before dashicons-editor-help"></i>
22 FAQ </a>
23 </li>
24 </ul>
25
26 <hr>
27 <p>
28 <a href="http://wordpress.org/support/view/plugin-reviews/email-encoder-bundle" target="_blank">
29 <i class="dashicons-before dashicons-thumbs-up"></i>
30 <strong>Rate the plugin!</strong>
31 </a>
32 </p>
33
34 <div>
35 <a title="Visit wp-webhooks.com" href="https://wp-webhooks.com" target="_blank" style="text-decoration: none;">
36 <div style="background:linear-gradient(0deg, #0E0A1D 0%, rgb(99, 87, 219) 100%);padding: 20px;text-align: center;color: #fff;border-radius: 5px;">
37 <div style="display:flex;align-items:center;justify-content:center;">
38 <img style="width:50px;height:50px;" src="<?php echo plugins_url('core/includes/assets/img/icon-wp-webhooks-500x500-min.png', EEB_PLUGIN_FILE) ?>" />
39 <div style="margin: 0;color: #fff;font-size: 22px;font-weight: 700;">WP Webhooks Automator</div>
40 </div>
41 <div style="font-size: 14px;margin-top: 15px;margin-bottom: 20px;">Save time and money by automating your WordPress website.</div>
42 <div style="margin-top: 20px;outline: none;background-color: rgb(99, 87, 219);font-size: 18px;color: #fff;text-decoration: none;font-weight: 700;padding: 7px 15px;border-radius: 5px;width: auto;">Learn more</div>
43 </div>
44 </a>
45 </div>
46
47 <h4>Other plugins and services by Ironikus</h4>
48 <ul id="other_plugins">
49 <li>
50 <h4><img src="<?php echo plugins_url('core/includes/assets/img/icon-pluginplate.png', EEB_PLUGIN_FILE) ?>"> Pluginplate</h4>
51 <p>Create professional and beautifully written WordPress plugin templates with your finger tip. Its free and available at pluginplate.com
52 <br /><a href="https://pluginplate.com/" target="_blank">Go to Pluginplate.com</a>
53 </p>
54 </li>
55 <li>
56 <h4><img src="<?php echo plugins_url('core/includes/assets/img/icon-wp-snow.png', EEB_PLUGIN_FILE) ?>"> WP Snow</h4>
57 <p>Make your website something special with this awesome flakes animation plugin. Make snowflakes, falling snowmans, custom text or any other of the 1300+ icons glide over your website.
58 <br /><a href="<?php echo admin_url( $mulsitie_slug . 'plugin-install.php?s=WP+Snow+–+Best+Snow+Effect+Plugin+&tab=search&type=term'); ?>" target="_blank">Install now for free</a> | <a href="https://wordpress.org/plugins/wp-snow/" title="Go to WordPress.org" target="_blank">More info</a>
59 </p>
60 </li>
61
62 </ul>
63 </div>
64 </div>