Export WordPress data to XML/CSV - Version 1.2.5

Version Description

  • bug fix: preserve existing admin body classes
Download this release

Release Info

Developer soflyy
Plugin Icon 128x128 Export WordPress data to XML/CSV
Version 1.2.5
Comparing to
See all releases

Code changes from version 1.2.4 to 1.2.5

Files changed (90) hide show
  1. actions/admin_init.php +0 -0
  2. actions/admin_menu.php +0 -0
  3. actions/admin_notices.php +0 -0
  4. actions/wp_ajax_redirect_after_addon_installed.php +24 -0
  5. actions/wp_loaded.php +0 -0
  6. classes/config.php +0 -0
  7. classes/download.php +0 -0
  8. classes/helper.php +0 -0
  9. classes/input.php +0 -0
  10. classes/session.php +0 -0
  11. config/options.php +0 -0
  12. controllers/admin/export.php +0 -0
  13. controllers/admin/help.php +0 -0
  14. controllers/admin/settings.php +0 -0
  15. controllers/controller.php +0 -0
  16. controllers/controller/admin.php +1 -1
  17. helpers/backward.php +0 -0
  18. helpers/pmxe_functions.php +0 -0
  19. helpers/str_getcsv.php +0 -0
  20. helpers/wp_redirect_or_javascript.php +0 -0
  21. models/export/list.php +0 -0
  22. models/export/record.php +0 -0
  23. models/model.php +0 -0
  24. models/model/list.php +0 -0
  25. models/model/record.php +0 -0
  26. readme.txt +7 -3
  27. schema.php +0 -0
  28. static/css/admin-ie.css +0 -0
  29. static/css/admin-wp-3.8.css +0 -0
  30. static/css/admin.css +0 -0
  31. static/img/date-picker.gif +0 -0
  32. static/img/down.gif +0 -0
  33. static/img/drag.png +0 -0
  34. static/img/ico-add-new.png +0 -0
  35. static/img/ico-remove.png +0 -0
  36. static/img/loading.png +0 -0
  37. static/img/progress_animated.gif +0 -0
  38. static/img/screen-options-right-up.gif +0 -0
  39. static/img/screen-options-right.gif +0 -0
  40. static/img/stars.png +0 -0
  41. static/js/admin.js +26 -0
  42. static/js/jquery/css/redmond/images/animated-overlay.gif +0 -0
  43. static/js/jquery/css/redmond/images/ui-bg_flat_0_aaaaaa_40x100.png +0 -0
  44. static/js/jquery/css/redmond/images/ui-bg_flat_0_aaaaaa_40x100_1.png +0 -0
  45. static/js/jquery/css/redmond/images/ui-bg_flat_55_fbec88_40x100.png +0 -0
  46. static/js/jquery/css/redmond/images/ui-bg_glass_75_d0e5f5_1x400.png +0 -0
  47. static/js/jquery/css/redmond/images/ui-bg_glass_85_dfeffc_1x400.png +0 -0
  48. static/js/jquery/css/redmond/images/ui-bg_glass_95_fef1ec_1x400.png +0 -0
  49. static/js/jquery/css/redmond/images/ui-bg_gloss-wave_55_5c9ccc_500x100.png +0 -0
  50. static/js/jquery/css/redmond/images/ui-bg_inset-hard_100_f5f8f9_1x100.png +0 -0
  51. static/js/jquery/css/redmond/images/ui-bg_inset-hard_100_fcfdfd_1x100.png +0 -0
  52. static/js/jquery/css/redmond/images/ui-icons_217bc0_256x240.png +0 -0
  53. static/js/jquery/css/redmond/images/ui-icons_2e83ff_256x240.png +0 -0
  54. static/js/jquery/css/redmond/images/ui-icons_469bdd_256x240.png +0 -0
  55. static/js/jquery/css/redmond/images/ui-icons_6da8d5_256x240.png +0 -0
  56. static/js/jquery/css/redmond/images/ui-icons_cd0a0a_256x240.png +0 -0
  57. static/js/jquery/css/redmond/images/ui-icons_d8e7f3_256x240.png +0 -0
  58. static/js/jquery/css/redmond/images/ui-icons_f9bd01_256x240.png +0 -0
  59. static/js/jquery/css/redmond/jquery-ui.css +0 -0
  60. static/js/jquery/css/select2/select2-bootstrap.css +0 -0
  61. static/js/jquery/css/select2/select2-spinner.gif +0 -0
  62. static/js/jquery/css/select2/select2.css +0 -0
  63. static/js/jquery/css/select2/select2.png +0 -0
  64. static/js/jquery/css/smoothness/images/tipsy.gif +0 -0
  65. static/js/jquery/css/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png +0 -0
  66. static/js/jquery/css/smoothness/images/ui-bg_flat_75_ffffff_40x100.png +0 -0
  67. static/js/jquery/css/smoothness/images/ui-bg_glass_55_fbf9ee_1x400.png +0 -0
  68. static/js/jquery/css/smoothness/images/ui-bg_glass_65_ffffff_1x400.png +0 -0
  69. static/js/jquery/css/smoothness/images/ui-bg_glass_75_dadada_1x400.png +0 -0
  70. static/js/jquery/css/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png +0 -0
  71. static/js/jquery/css/smoothness/images/ui-bg_glass_95_fef1ec_1x400.png +0 -0
  72. static/js/jquery/css/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png +0 -0
  73. static/js/jquery/css/smoothness/images/ui-icons_222222_256x240.png +0 -0
  74. static/js/jquery/css/smoothness/images/ui-icons_2e83ff_256x240.png +0 -0
  75. static/js/jquery/css/smoothness/images/ui-icons_454545_256x240.png +0 -0
  76. static/js/jquery/css/smoothness/images/ui-icons_888888_256x240.png +0 -0
  77. static/js/jquery/css/smoothness/images/ui-icons_cd0a0a_256x240.png +0 -0
  78. static/js/jquery/css/smoothness/jquery-ui.css +0 -0
  79. static/js/jquery/css/smoothness/jquery.tipsy.css +0 -0
  80. static/js/jquery/jquery.tipsy.js +0 -0
  81. static/js/jquery/select2.min.js +0 -0
  82. static/js/jquery/ui.autocomplete.js +0 -0
  83. static/js/jquery/ui.datepicker.js +0 -0
  84. static/js/pmxe.js +0 -0
  85. views/admin/export/index.php +4 -2
  86. views/admin/export/process.php +0 -0
  87. views/admin/help/index.php +0 -0
  88. views/admin/settings/index.php +0 -0
  89. views/controller/error.php +0 -0
  90. wp-all-export.php +4 -4
actions/admin_init.php CHANGED
File without changes
actions/admin_menu.php CHANGED
File without changes
actions/admin_notices.php CHANGED
File without changes
actions/wp_ajax_redirect_after_addon_installed.php ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+ function pmxe_wp_ajax_redirect_after_addon_installed(){
4
+
5
+ if ( ! check_ajax_referer( 'wp_all_export_secure', 'security', false )){
6
+ exit( json_encode(array('html' => __('Security check', 'wp_all_export_plugin'))) );
7
+ }
8
+
9
+ if ( ! current_user_can( PMXE_Plugin::$capabilities ) ){
10
+ exit( json_encode(array('html' => __('Security check', 'wp_all_export_plugin'))) );
11
+ }
12
+
13
+ $input = new PMXE_Input();
14
+
15
+ $addon = $input->post('addon', false);
16
+
17
+ $result = false;
18
+
19
+ if ($addon && defined( 'WP_PLUGIN_DIR' )) {
20
+ $result = file_exists(trailingslashit(WP_PLUGIN_DIR) . $addon);
21
+ }
22
+
23
+ exit(json_encode(array('result' => $result)));
24
+ }
actions/wp_loaded.php CHANGED
File without changes
classes/config.php CHANGED
File without changes
classes/download.php CHANGED
File without changes
classes/helper.php CHANGED
File without changes
classes/input.php CHANGED
File without changes
classes/session.php CHANGED
File without changes
config/options.php CHANGED
File without changes
controllers/admin/export.php CHANGED
File without changes
controllers/admin/help.php CHANGED
File without changes
controllers/admin/settings.php CHANGED
File without changes
controllers/controller.php CHANGED
File without changes
controllers/controller/admin.php CHANGED
@@ -87,7 +87,7 @@ abstract class PMXE_Controller_Admin extends PMXE_Controller {
87
  wp_enqueue_script('wp-pointer');
88
 
89
  /* load plupload scripts */
90
- wp_enqueue_script('pmxe-admin-script', PMXE_ROOT_URL . '/static/js/admin.js', array('jquery', 'jquery-ui-dialog', 'jquery-ui-datepicker', 'jquery-ui-draggable', 'jquery-ui-droppable', 'jquery-ui-core', 'jquery-ui-widget', 'jquery-ui-position', 'jquery-ui-autocomplete' ), PMXE_VERSION);
91
  wp_enqueue_script('pmxe-admin-validate-braces', PMXE_ROOT_URL . '/static/js/validate-braces.js', array('pmxe-admin-script' ), PMXE_VERSION);
92
 
93
  if(getenv('WPAE_DEV')) {
87
  wp_enqueue_script('wp-pointer');
88
 
89
  /* load plupload scripts */
90
+ wp_enqueue_script('pmxe-admin-script', PMXE_ROOT_URL . '/static/js/admin.js', array('jquery', 'jquery-ui-dialog', 'jquery-ui-datepicker', 'jquery-ui-draggable', 'jquery-ui-droppable', 'jquery-ui-core', 'jquery-ui-widget', 'jquery-ui-position', 'jquery-ui-autocomplete', 'updates' ), PMXE_VERSION);
91
  wp_enqueue_script('pmxe-admin-validate-braces', PMXE_ROOT_URL . '/static/js/validate-braces.js', array('pmxe-admin-script' ), PMXE_VERSION);
92
 
93
  if(getenv('WPAE_DEV')) {
helpers/backward.php CHANGED
File without changes
helpers/pmxe_functions.php CHANGED
File without changes
helpers/str_getcsv.php CHANGED
File without changes
helpers/wp_redirect_or_javascript.php CHANGED
File without changes
models/export/list.php CHANGED
File without changes
models/export/record.php CHANGED
File without changes
models/model.php CHANGED
File without changes
models/model/list.php CHANGED
File without changes
models/model/record.php CHANGED
File without changes
readme.txt CHANGED
@@ -1,8 +1,8 @@
1
  === Export any WordPress data to XML/CSV ===
2
  Contributors: soflyy, wpallimport
3
  Requires at least: 4.1
4
- Tested up to: 5.2
5
- Stable tag: 1.2.4
6
  Tags: export, wordpress csv export, wordpress xml export, export woocommerce, migrate, export csv from wordpress, export xml from wordpress, advanced xml export, advanced csv export, export data, bulk csv export, export custom post type, export woocommerce products, export woocommerce orders, migrate woocommerce, csv export, export csv, xml export, export xml, csv exporter, datafeed
7
 
8
  Easily export any data from WordPress. Drag & drop to create a completely custom spreadsheet, CSV, or XML file.
@@ -15,6 +15,8 @@ WP All Export features a three step export process and an intuitive drag & drop
15
 
16
  With WP All Export you can: export data for easy editing, migrate content from WordPress to another site, create a WooCommerce affiliate feed, generate filtered lists of WooCommerce orders, export the email addresses of new customers, create and publish customized WordPress RSS feeds - and much more.
17
 
 
 
18
  [youtube https://www.youtube.com/watch?v=a-z0R-Ldkqo/]
19
 
20
  * **Turn your WordPress data into a customized CSV or XML**
@@ -53,7 +55,7 @@ For technical support from the developers, please consider purchasing WP All Exp
53
 
54
  * **Guaranteed technical support via e-mail.**
55
 
56
- [Upgrade to the Pro edition of WP All Export.](http://www.wpallimport.com/upgrade-to-wp-all-export-pro/?utm_source=export-users-addon-free&utm_medium=readme&utm_campaign=premium-support)
57
 
58
  = Automatic Scheduling =
59
 
@@ -88,6 +90,8 @@ Either: -
88
  * Unzip wp-all-export.zip and upload the contents to /wp-content/plugins/, and then activate the plugin from the Plugins page in WordPress
89
 
90
  == Changelog ==
 
 
91
 
92
  = 1.2.4 =
93
  * improvement: add support for User Export Add-On
1
  === Export any WordPress data to XML/CSV ===
2
  Contributors: soflyy, wpallimport
3
  Requires at least: 4.1
4
+ Tested up to: 5.2.3
5
+ Stable tag: 1.2.5
6
  Tags: export, wordpress csv export, wordpress xml export, export woocommerce, migrate, export csv from wordpress, export xml from wordpress, advanced xml export, advanced csv export, export data, bulk csv export, export custom post type, export woocommerce products, export woocommerce orders, migrate woocommerce, csv export, export csv, xml export, export xml, csv exporter, datafeed
7
 
8
  Easily export any data from WordPress. Drag & drop to create a completely custom spreadsheet, CSV, or XML file.
15
 
16
  With WP All Export you can: export data for easy editing, migrate content from WordPress to another site, create a WooCommerce affiliate feed, generate filtered lists of WooCommerce orders, export the email addresses of new customers, create and publish customized WordPress RSS feeds - and much more.
17
 
18
+ **[Click here to try WP All Export right now](https://www.wpallimport.com/try-export-free/).**
19
+
20
  [youtube https://www.youtube.com/watch?v=a-z0R-Ldkqo/]
21
 
22
  * **Turn your WordPress data into a customized CSV or XML**
55
 
56
  * **Guaranteed technical support via e-mail.**
57
 
58
+ [Upgrade to the Pro edition of WP All Export.](http://www.wpallimport.com/upgrade-to-wp-all-export-pro/?utm_source=export-plugin-free&utm_medium=readme&utm_campaign=premium-support)
59
 
60
  = Automatic Scheduling =
61
 
90
  * Unzip wp-all-export.zip and upload the contents to /wp-content/plugins/, and then activate the plugin from the Plugins page in WordPress
91
 
92
  == Changelog ==
93
+ = 1.2.5 =
94
+ * bug fix: preserve existing admin body classes
95
 
96
  = 1.2.4 =
97
  * improvement: add support for User Export Add-On
schema.php CHANGED
File without changes
static/css/admin-ie.css CHANGED
File without changes
static/css/admin-wp-3.8.css CHANGED
File without changes
static/css/admin.css CHANGED
File without changes
static/img/date-picker.gif CHANGED
File without changes
static/img/down.gif CHANGED
File without changes
static/img/drag.png CHANGED
File without changes
static/img/ico-add-new.png CHANGED
File without changes
static/img/ico-remove.png CHANGED
File without changes
static/img/loading.png CHANGED
File without changes
static/img/progress_animated.gif CHANGED
File without changes
static/img/screen-options-right-up.gif CHANGED
File without changes
static/img/screen-options-right.gif CHANGED
File without changes
static/img/stars.png CHANGED
File without changes
static/js/admin.js CHANGED
@@ -1049,6 +1049,32 @@
1049
  }
1050
  }
1051
  });
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1052
  });
1053
  // [ \Step 1 ( chose & filter export data ) ]
1054
 
1049
  }
1050
  }
1051
  });
1052
+ $('.open-plugin-details-modal').click(function(){
1053
+ var request = {
1054
+ action: 'redirect_after_addon_installed',
1055
+ addon: 'export-wp-users-xml-csv',
1056
+ security: wp_all_export_security
1057
+ };
1058
+ var check_add_on_installed = setInterval(function() {
1059
+ // If plugin details iframe closed.
1060
+ if (!$('#TB_iframeContent').length) {
1061
+ // Send ajax request to check if plugin already installed.
1062
+ $.ajax({
1063
+ type: 'POST',
1064
+ url: get_valid_ajaxurl(),
1065
+ data: request,
1066
+ success: function(response) {
1067
+ if (response.result) {
1068
+ $( window ).off( 'beforeunload' );
1069
+ clearInterval(check_add_on_installed);
1070
+ window.location.href = '/wp-admin/plugins.php';
1071
+ }
1072
+ },
1073
+ dataType: "json"
1074
+ });
1075
+ }
1076
+ }, 1000);
1077
+ });
1078
  });
1079
  // [ \Step 1 ( chose & filter export data ) ]
1080
 
static/js/jquery/css/redmond/images/animated-overlay.gif CHANGED
File without changes
static/js/jquery/css/redmond/images/ui-bg_flat_0_aaaaaa_40x100.png CHANGED
File without changes
static/js/jquery/css/redmond/images/ui-bg_flat_0_aaaaaa_40x100_1.png CHANGED
File without changes
static/js/jquery/css/redmond/images/ui-bg_flat_55_fbec88_40x100.png CHANGED
File without changes
static/js/jquery/css/redmond/images/ui-bg_glass_75_d0e5f5_1x400.png CHANGED
File without changes
static/js/jquery/css/redmond/images/ui-bg_glass_85_dfeffc_1x400.png CHANGED
File without changes
static/js/jquery/css/redmond/images/ui-bg_glass_95_fef1ec_1x400.png CHANGED
File without changes
static/js/jquery/css/redmond/images/ui-bg_gloss-wave_55_5c9ccc_500x100.png CHANGED
File without changes
static/js/jquery/css/redmond/images/ui-bg_inset-hard_100_f5f8f9_1x100.png CHANGED
File without changes
static/js/jquery/css/redmond/images/ui-bg_inset-hard_100_fcfdfd_1x100.png CHANGED
File without changes
static/js/jquery/css/redmond/images/ui-icons_217bc0_256x240.png CHANGED
File without changes
static/js/jquery/css/redmond/images/ui-icons_2e83ff_256x240.png CHANGED
File without changes
static/js/jquery/css/redmond/images/ui-icons_469bdd_256x240.png CHANGED
File without changes
static/js/jquery/css/redmond/images/ui-icons_6da8d5_256x240.png CHANGED
File without changes
static/js/jquery/css/redmond/images/ui-icons_cd0a0a_256x240.png CHANGED
File without changes
static/js/jquery/css/redmond/images/ui-icons_d8e7f3_256x240.png CHANGED
File without changes
static/js/jquery/css/redmond/images/ui-icons_f9bd01_256x240.png CHANGED
File without changes
static/js/jquery/css/redmond/jquery-ui.css CHANGED
File without changes
static/js/jquery/css/select2/select2-bootstrap.css CHANGED
File without changes
static/js/jquery/css/select2/select2-spinner.gif CHANGED
File without changes
static/js/jquery/css/select2/select2.css CHANGED
File without changes
static/js/jquery/css/select2/select2.png CHANGED
File without changes
static/js/jquery/css/smoothness/images/tipsy.gif CHANGED
File without changes
static/js/jquery/css/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png CHANGED
File without changes
static/js/jquery/css/smoothness/images/ui-bg_flat_75_ffffff_40x100.png CHANGED
File without changes
static/js/jquery/css/smoothness/images/ui-bg_glass_55_fbf9ee_1x400.png CHANGED
File without changes
static/js/jquery/css/smoothness/images/ui-bg_glass_65_ffffff_1x400.png CHANGED
File without changes
static/js/jquery/css/smoothness/images/ui-bg_glass_75_dadada_1x400.png CHANGED
File without changes
static/js/jquery/css/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png CHANGED
File without changes
static/js/jquery/css/smoothness/images/ui-bg_glass_95_fef1ec_1x400.png CHANGED
File without changes
static/js/jquery/css/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png CHANGED
File without changes
static/js/jquery/css/smoothness/images/ui-icons_222222_256x240.png CHANGED
File without changes
static/js/jquery/css/smoothness/images/ui-icons_2e83ff_256x240.png CHANGED
File without changes
static/js/jquery/css/smoothness/images/ui-icons_454545_256x240.png CHANGED
File without changes
static/js/jquery/css/smoothness/images/ui-icons_888888_256x240.png CHANGED
File without changes
static/js/jquery/css/smoothness/images/ui-icons_cd0a0a_256x240.png CHANGED
File without changes
static/js/jquery/css/smoothness/jquery-ui.css CHANGED
File without changes
static/js/jquery/css/smoothness/jquery.tipsy.css CHANGED
File without changes
static/js/jquery/jquery.tipsy.js CHANGED
File without changes
static/js/jquery/select2.min.js CHANGED
File without changes
static/js/jquery/ui.autocomplete.js CHANGED
File without changes
static/js/jquery/ui.datepicker.js CHANGED
File without changes
static/js/pmxe.js CHANGED
File without changes
views/admin/export/index.php CHANGED
@@ -135,8 +135,8 @@ do_action('pmxe_addons_html');
135
  </select>
136
  </div>
137
  <div class="wpallexport-free-edition-notice wpallexport-user-export-notice">
138
- <a class="upgrade_link" target="_blank" href="https://www.wpallimport.com/checkout/?edd_action=add_to_cart&download_id=118611&edd_options%5Bprice_id%5D=1&utm_source=export-plugin-free&utm_medium=upgrade-notice&utm_campaign=export-users"><?php _e('Upgrade to the Pro edition of WP All Export to Export Users','wp_all_export_plugin');?></a>
139
- <p><?php _e('If you already own it, remove the free edition and install the Pro edition.', 'wp_all_export_plugin'); ?></p>
140
  </div>
141
  <div class="wpallexport-free-edition-notice wpallexport-shop_customer-export-notice">
142
  <a class="upgrade_link" target="_blank" href="https://www.wpallimport.com/checkout/?edd_action=add_to_cart&download_id=118611&edd_options%5Bprice_id%5D=1&utm_source=export-plugin-free&utm_medium=upgrade-notice&utm_campaign=export-wooco-customers"><?php _e('Upgrade to the Pro edition of WP All Export to Export Customers','wp_all_export_plugin');?></a>
@@ -222,3 +222,5 @@ do_action('pmxe_addons_html');
222
  </td>
223
  </tr>
224
  </table>
 
 
135
  </select>
136
  </div>
137
  <div class="wpallexport-free-edition-notice wpallexport-user-export-notice">
138
+ <a class="thickbox open-plugin-details-modal upgrade_link" href="/wp-admin/plugin-install.php?tab=plugin-information&plugin=export-wp-users-xml-csv&TB_iframe=true&width=772&height=566"><?php _e('Install the User Export Add-On','wp_all_export_plugin');?></a>
139
+ <p><?php _e('This free add-on is required to export users.', 'wp_all_export_plugin'); ?></p>
140
  </div>
141
  <div class="wpallexport-free-edition-notice wpallexport-shop_customer-export-notice">
142
  <a class="upgrade_link" target="_blank" href="https://www.wpallimport.com/checkout/?edd_action=add_to_cart&download_id=118611&edd_options%5Bprice_id%5D=1&utm_source=export-plugin-free&utm_medium=upgrade-notice&utm_campaign=export-wooco-customers"><?php _e('Upgrade to the Pro edition of WP All Export to Export Customers','wp_all_export_plugin');?></a>
222
  </td>
223
  </tr>
224
  </table>
225
+
226
+ <?php add_thickbox(); ?>
views/admin/export/process.php CHANGED
File without changes
views/admin/help/index.php CHANGED
File without changes
views/admin/settings/index.php CHANGED
File without changes
views/controller/error.php CHANGED
File without changes
wp-all-export.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: WP All Export
4
  Plugin URI: http://www.wpallimport.com/upgrade-to-wp-all-export-pro/?utm_source=export-plugin-free&utm_medium=wp-plugins-page&utm_campaign=upgrade-to-pro
5
  Description: Export any post type to a CSV or XML file. Edit the exported data, and then re-import it later using WP All Import.
6
- Version: 1.2.4
7
  Author: Soflyy
8
  */
9
 
@@ -59,7 +59,7 @@ else {
59
  */
60
  define('PMXE_PREFIX', 'pmxe_');
61
 
62
- define('PMXE_VERSION', '1.2.4');
63
 
64
  define('PMXE_EDITION', 'free');
65
 
@@ -393,8 +393,8 @@ else {
393
  );
394
  add_filter('current_screen', array($this, 'getAdminCurrentScreen'));
395
  add_filter('admin_body_class',
396
- function() {
397
- return 'wpallexport-plugin';
398
  }
399
  );
400
 
3
  Plugin Name: WP All Export
4
  Plugin URI: http://www.wpallimport.com/upgrade-to-wp-all-export-pro/?utm_source=export-plugin-free&utm_medium=wp-plugins-page&utm_campaign=upgrade-to-pro
5
  Description: Export any post type to a CSV or XML file. Edit the exported data, and then re-import it later using WP All Import.
6
+ Version: 1.2.5
7
  Author: Soflyy
8
  */
9
 
59
  */
60
  define('PMXE_PREFIX', 'pmxe_');
61
 
62
+ define('PMXE_VERSION', '1.2.5');
63
 
64
  define('PMXE_EDITION', 'free');
65
 
393
  );
394
  add_filter('current_screen', array($this, 'getAdminCurrentScreen'));
395
  add_filter('admin_body_class',
396
+ function($admin_body_class) {
397
+ return $admin_body_class.' wpallexport-plugin';
398
  }
399
  );
400