index.php
34 lines
| 1 | <?php |
| 2 | if(!defined('ABSPATH')) { |
| 3 | die(); |
| 4 | } |
| 5 | ?> |
| 6 | <div class="wrap"> |
| 7 | |
| 8 | <h2>Help make WP All Export better.</h2> |
| 9 | |
| 10 | <table class="layout"> |
| 11 | <tbody> |
| 12 | <tr> |
| 13 | <td class="left"> |
| 14 | <p style="font-size: 1.3em !important;"> |
| 15 | <b>E-mail</b> - <a href="mailto:support@wpallimport.com?Subject=WP%20All%20Export%20feedback">support@wpallimport.com</a><br> |
| 16 | <b>Support Form </b> - <a target="_blank" href="http://www.wpallimport.com/support/?utm_source=export-plugin-free&utm_medium=feedback&utm_campaign=premium-support">http://www.wpallimport.com/support/</a> |
| 17 | </p> |
| 18 | |
| 19 | <p style="font-size: 1.3em !important;">Thanks for using WP All Export.</p> |
| 20 | |
| 21 | <p style="font-size: 1.3em !important;">Every day we work to improve WP All Export and we can't do that without hearing from you.</br>We'd love for you to get in touch and tell us about your experiences with WP All Export.</p> |
| 22 | |
| 23 | <p style="font-size: 1.3em !important;"><b>Which tasks do you use WP All Export for?</b></p> |
| 24 | |
| 25 | <p style="font-size: 1.3em !important;"><b>What do you wish WP All Export was able to do?</b></p> |
| 26 | |
| 27 | <p style="font-size: 1.3em !important;"><b>What is the most frustrating part of using WP All Export?</b></p> |
| 28 | |
| 29 | </td> |
| 30 | <td class="right"> </td> |
| 31 | </tr> |
| 32 | </tbody> |
| 33 | </table> |
| 34 | </div> |