PluginProbe ʕ •ᴥ•ʔ
WP All Export – Drag & Drop Export to Any Custom CSV, XML & Excel / 1.3.6
WP All Export – Drag & Drop Export to Any Custom CSV, XML & Excel v1.3.6
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 / export / options.php
wp-all-export / views / admin / export Last commit date
blocks 4 years ago options 4 years ago template 4 years ago google.php 4 years ago index.php 4 years ago options.php 4 years ago process.php 4 years ago success_page.php 4 years ago template.php 4 years ago variation_options.php 4 years ago variation_options_common.php 4 years ago
options.php
143 lines
1 <?php
2 if(!defined('ABSPATH')) {
3 die();
4 }
5 $l10n = array(
6 'confirm_and_run' => __('Confirm & Run Export', 'wp_all_export_plugin'),
7 'save_configuration' => __('Save Export Configuration', 'wp_all_export_plugin')
8 );
9 ?>
10 <script type="text/javascript">
11 var wp_all_export_L10n = <?php echo json_encode($l10n); ?>;
12 </script>
13
14 <div class="wpallexport-step-4 wpallexport-export-options">
15
16 <h2 class="wpallexport-wp-notices"></h2>
17
18 <div class="wpallexport-wrapper">
19 <h2 class="wpallexport-wp-notices"></h2>
20 <div class="wpallexport-header">
21 <div class="wpallexport-logo"></div>
22 <div class="wpallexport-title">
23 <h2><?php esc_html_e('Export Settings', 'wp_all_export_plugin'); ?></h2>
24 </div>
25 <div class="wpallexport-links">
26 <a href="http://www.wpallimport.com/support/?utm_source=export-plugin-free&utm_medium=help&utm_campaign=premium-support" target="_blank"><?php esc_html_e('Support', 'wp_all_export_plugin'); ?></a> | <a href="http://www.wpallimport.com/documentation/?utm_source=export-plugin-free&utm_medium=help&utm_campaign=docs" target="_blank"><?php esc_html_e('Documentation', 'wp_all_export_plugin'); ?></a>
27 </div>
28 </div>
29 <div class="clear"></div>
30 </div>
31
32 <table class="wpallexport-layout">
33 <tr>
34 <td class="left" style="width: 100%;">
35
36 <?php do_action('pmxe_options_header', $this->isWizard, $post); ?>
37
38 <div class="ajax-console">
39 <?php if ($this->errors->get_error_codes()): ?>
40 <?php $this->error() ?>
41 <?php endif ?>
42 </div>
43
44 <div class="wpallexport-content-section" style="padding: 0 30px 0 0; overflow: hidden; margin-bottom: 0;">
45
46 <div id="filtering_result" class="wpallexport-ready-to-go">
47 <h3> &nbsp; </h3>
48 <div class="wp_all_export_preloader"></div>
49 </div>
50 <?php if ($this->isWizard): ?>
51 <form class="confirm <?php echo ! $this->isWizard ? 'edit' : '' ?>" method="post" style="float:right;">
52 <div style="position: relative;" class="wpae-scheduling-status">
53
54 <div class="easing-spinner" style="position: absolute; top: 7px; left: 35px; display: none;">
55 <div class="double-bounce1"></div>
56 <div class="double-bounce2"></div>
57 </div>
58
59 <svg width="30" height="30" viewBox="0 0 1792 1792"
60 xmlns="http://www.w3.org/2000/svg"
61 style="fill: white; position: absolute; top: 14px; left: 15px; display: none;">
62 <path
63 d="M1671 566q0 40-28 68l-724 724-136 136q-28 28-68 28t-68-28l-136-136-362-362q-28-28-28-68t28-68l136-136q28-28 68-28t68 28l294 295 656-657q28-28 68-28t68 28l136 136q28 28 28 68z"
64 fill="white"/>
65 </svg>
66 </div>
67 <?php wp_nonce_field('options', '_wpnonce_options') ?>
68 <input type="hidden" name="is_submitted" value="1" />
69 <input type="hidden" name="record-count" class="wpae-record-count" value="0" />
70
71 <input style="padding:20px 50px 20px 50px;" type="submit" class="rad10 wp_all_export_confirm_and_run" value="<?php esc_html_e('Confirm & Run Export', 'wp_all_export_plugin') ?>" />
72 </form>
73 <?php endif; ?>
74 </div>
75
76 <div class="clear"></div>
77
78 <form class="<?php echo ! $this->isWizard ? 'edit' : 'options' ?> choose-export-options" method="post" enctype="multipart/form-data" autocomplete="off" <?php echo ! $this->isWizard ? 'style="overflow:visible;"' : '' ?> id="wpae-options-form">
79
80 <input type="hidden" class="hierarhy-output" name="filter_rules_hierarhy" value="<?php echo esc_attr($post['filter_rules_hierarhy']);?>"/>
81
82 <?php
83 $addons = new \Wpae\App\Service\Addons\AddonService();
84 $selected_post_type = '';
85 if ($addons->isUserAddonActive() && XmlExportUser::$is_active):
86 $selected_post_type = empty($post['cpt'][0]) ? 'users' : $post['cpt'][0];
87 endif;
88 if (XmlExportComment::$is_active):
89 $selected_post_type = 'comments';
90 endif;
91 if (empty($selected_post_type) and ! empty($post['cpt'][0]))
92 {
93 $selected_post_type = $post['cpt'][0];
94 }
95 ?>
96
97 <input type="hidden" name="selected_post_type" value="<?php echo esc_attr($selected_post_type); ?>"/>
98 <input type="hidden" name="export_type" value="<?php echo esc_attr($post['export_type']); ?>"/>
99 <input type="hidden" name="taxonomy_to_export" value="<?php echo esc_attr($post['taxonomy_to_export']);?>">
100 <input type="hidden" name="wpml_lang" value="<?php echo empty(PMXE_Plugin::$session->wpml_lang) ? esc_attr($post['wpml_lang']) : esc_attr(PMXE_Plugin::$session->wpml_lang);?>" />
101 <input type="hidden" id="export_variations" name="export_variations" value="<?php echo esc_attr(XmlExportEngine::getProductVariationMode());?>" />
102
103 <input type="hidden" name="record-count" class="wpae-record-count" value="0" />
104
105 <?php //\Wpae\Pro\Filtering\FilteringFactory::render_filtering_block( $engine, $this->isWizard, $post ); ?>
106
107 <?php include(__DIR__ . "/../../../src/Scheduling/views/SchedulingOptions.php"); ?>
108
109 <?php include_once 'options/settings.php'; ?>
110
111
112 <?php wp_nonce_field('options', '_wpnonce_options') ?>
113 <input type="hidden" name="is_submitted" value="1" />
114 <div style="color: #425F9A; font-size: 14px; font-weight: bold; margin: 0 0 15px; line-height: 25px; text-align: center;">
115 <div id="no-subscription" style="display: none;">
116 <?php esc_html_e("Looks like you're trying out Automatic Scheduling!");?><br/>
117 <?php esc_html_e("Your Automatic Scheduling settings won't be saved without a subscription.");?>
118 </div>
119 </div>
120 <div class="wpallexport-submit-buttons" style="text-align: center; <?php if ($this->isWizard) { ?> height: 60px; <?php } ?> ">
121
122 <?php if ($this->isWizard): ?>
123 <a href="<?php echo esc_url(apply_filters('pmxi_options_back_link', add_query_arg('action', 'template', $this->baseUrl), $this->isWizard)); ?>" class="back rad3"><?php esc_html_e('Back', 'wp_all_export_plugin') ?></a>
124 <?php include(__DIR__ . "/../../../src/Scheduling/views/SaveSchedulingButton.php"); ?>
125 <?php else: ?>
126 <a href="<?php echo esc_url(apply_filters('pmxi_options_back_link', remove_query_arg('id', remove_query_arg('action', $this->baseUrl)), $this->isWizard)); ?>" class="back rad3"><?php esc_html_e('Back to Manage Exports', 'wp_all_export_plugin') ?></a>
127 <?php include(__DIR__ . "/../../../src/Scheduling/views/SaveSchedulingButton.php"); ?>
128 <?php endif ?>
129 </div>
130
131
132 </form>
133
134 <a href="http://soflyy.com/" target="_blank" class="wpallexport-created-by"><?php esc_html_e('Created by', 'wp_all_export_plugin'); ?> <span></span></a>
135
136 </td>
137 </tr>
138 </table>
139
140 </div>
141
142 <div class="wpallexport-overlay"></div>
143