sidebar.php
47 lines
| 1 | <div id="support" class="postbox"> |
| 2 | <div class="inside"> |
| 3 | <ul> |
| 4 | <li> |
| 5 | <a href="https://ironikus.com/docs/article-categories/email-encoder-bundle/" target="_blank"> |
| 6 | <i class="dashicons-before dashicons-media-text"></i> |
| 7 | Documentation </a> |
| 8 | </li> |
| 9 | <li> |
| 10 | <a href="http://wordpress.org/support/plugin/email-encoder-bundle#postform" target="_blank"> |
| 11 | <i class="dashicons-before dashicons-welcome-comments"></i> |
| 12 | Report a problem </a> |
| 13 | </li> |
| 14 | <li> |
| 15 | <a href="http://wordpress.org/extend/plugins/email-encoder-bundle/faq/" target="_blank"> |
| 16 | <i class="dashicons-before dashicons-editor-help"></i> |
| 17 | FAQ </a> |
| 18 | </li> |
| 19 | </ul> |
| 20 | |
| 21 | <hr> |
| 22 | <p> |
| 23 | <a href="http://wordpress.org/support/view/plugin-reviews/email-encoder-bundle" target="_blank"> |
| 24 | <i class="dashicons-before dashicons-thumbs-up"></i> |
| 25 | <strong>Rate the plugin!</strong> |
| 26 | </a> |
| 27 | </p> |
| 28 | |
| 29 | <hr> |
| 30 | <h4>Other plugins by Ironikus</h4> |
| 31 | <ul id="other_plugins"> |
| 32 | <li> |
| 33 | <h4><img src="<?php echo plugins_url('core/includes/assets/img/icon-wp-webhooks.png', EEB_PLUGIN_FILE) ?>"> WP Webhooks</h4> |
| 34 | <p>If you love to automate things, this is for you! WP Webhooks allows you to recieve and send data on your WordPress website from any third party service out there. |
| 35 | <br /><a href="<?php echo admin_url( $mulsitie_slug . 'plugin-install.php?s=WP+Webhooks&tab=search&type=term'); ?>" target="_blank">Install now for free</a> | <a href="https://wordpress.org/plugins/wp-webhooks/" title="Go to WordPress.org" target="_blank">More info</a> |
| 36 | </p> |
| 37 | </li> |
| 38 | <li> |
| 39 | <h4><img src="<?php echo plugins_url('core/includes/assets/img/icon-wp-snow.png', EEB_PLUGIN_FILE) ?>"> WP Snow</h4> |
| 40 | <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. |
| 41 | <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> |
| 42 | </p> |
| 43 | </li> |
| 44 | |
| 45 | </ul> |
| 46 | </div> |
| 47 | </div> |