PluginProbe ʕ •ᴥ•ʔ
WP All Export – Drag & Drop Export to Any Custom CSV, XML & Excel / trunk
WP All Export – Drag & Drop Export to Any Custom CSV, XML & Excel vtrunk
trunk 0.9.0 0.9.1 1.0.0 1.0.1 1.0.2 1.0.3 1.0.4 1.0.5 1.0.6 1.0.7 1.0.8 1.0.9 1.1.0 1.1.1 1.1.2 1.1.3 1.1.4 1.1.5 1.2.0 1.2.1 1.2.10 1.2.2 1.2.3 1.2.4 1.2.5 1.2.6 1.2.7 1.2.8 1.2.9 1.3.0 1.3.1 1.3.2 1.3.3 1.3.4 1.3.5 1.3.6 1.3.7 1.3.8 1.3.9 1.4.0 1.4.1 1.4.10 1.4.11 1.4.12 1.4.13 1.4.14 1.4.15 1.4.2 1.4.3 1.4.4 1.4.5 1.4.6 1.4.7 1.4.8 1.4.9 1.5.0
wp-all-export / views / admin / help / index.php
wp-all-export / views / admin / help Last commit date
index.php 4 weeks ago
index.php
29 lines
1 <?php
2 if(!defined('ABSPATH')) {
3 die();
4 }
5 ?>
6 <div class="wrap">
7
8 <h2><?php esc_html_e('WP All Export Support','wp-all-export');?></h2>
9
10 <table class="layout">
11 <tbody>
12 <tr>
13 <td class="left">
14 <p style="font-size: 1.3em !important;">
15 <b>Support Form </b> - <a target="_blank" href="http://www.wpallimport.com/support/?utm_source=export-plugin-free&utm_medium=help&utm_campaign=premium-support">http://www.wpallimport.com/support/</a>
16 </p>
17
18 <p style="font-size: 1.3em !important;"><?php esc_html_e('Thank you for using WP All Export.', 'wp-all-export');?></p>
19
20 <p style="font-size: 1.3em !important;"><?php esc_html_e('While we do our best to provide technical support to users of the free version, we must prioritize requests from Pro users. If you need help with WP All Export please submit a ticket through the support form.', 'wp-all-export');?></p>
21
22 <p style="font-size: 1.3em !important;"><a href="https://www.wpallimport.com/checkout/?edd_action=add_to_cart&download_id=5839967&discount=welcome-upgrade-99&edd_options%5Bprice_id%5D=1&utm_source=export-plugin-free&utm_medium=help&utm_campaign=premium-support" target="_blank"><?php esc_html_e('Upgrade to the Pro edition of WP All Export for Premium Support', 'wp-all-export');?></a></p>
23
24 </td>
25 <td class="right">&nbsp;</td>
26 </tr>
27 </tbody>
28 </table>
29 </div>