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> |