PluginProbe ʕ •ᴥ•ʔ
WP All Export – Drag & Drop Export to Any Custom CSV, XML & Excel / 1.2.10
WP All Export – Drag & Drop Export to Any Custom CSV, XML & Excel v1.2.10
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 / src / Scheduling / views / SaveSchedulingButton.php
wp-all-export / src / Scheduling / views Last commit date
CommonJs.php 4 years ago ConnectionIcon.php 4 years ago ManualScheduling.php 4 years ago SaveSchedulingButton.php 4 years ago SchedulingHelp.php 4 years ago SchedulingOptions.php 4 years ago SchedulingUI.php 4 years ago
SaveSchedulingButton.php
22 lines
1 <div class="wpae-save-button button button-primary button-hero wpallexport-large-button"
2 style="position: relative; width: 285px; margin-left: 5px;">
3 <svg width="30" height="30" viewBox="0 0 1792 1792"
4 xmlns="http://www.w3.org/2000/svg"
5 style="fill: white; display: none;">
6 <path
7 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"
8 fill="white"/>
9 </svg>
10 <div class="easing-spinner" style="display: none;">
11 <div class="double-bounce1"></div>
12 <div class="double-bounce2"></div>
13 </div>
14 <div class="save-text"
15 style="display: block; position:absolute; <?php if($this->isWizard) {?> left: 70px; <?php } else { ?> left: 60px; <?php } ?> top:0; user-select: none;">
16 <?php if($this->isWizard) {?>
17 <?php _e('Confirm & Run Export', 'wp_all_export_plugin'); ?>
18 <?php } else { ?>
19 <?php _e('Save Export Configuration', 'wp_all_export_plugin'); ?>
20 <?php } ?>
21 </div>
22 </div>