Esempio n. 1
0
</a></span> |
											<?php 
                        }
                        ?>
										<?php 
                    }
                    ?>
										
										<?php 
                    if (!empty($item['options']['split_large_exports']) and !empty($item['options']['split_files_list'])) {
                        ?>
											<span class="update"><a class="update" href="<?php 
                        echo esc_url(add_query_arg(array('id' => $item['id'], 'action' => 'split_bundle', '_wpnonce' => wp_create_nonce('_wpnonce-download_split_bundle')), $this->baseUrl));
                        ?>
"><?php 
                        printf(__('Split %ss', 'wp_all_export_plugin'), strtoupper(wp_all_export_get_export_format($item['options'])));
                        ?>
</a></span> |
										<?php 
                    }
                    ?>

										<span class="delete"><a class="delete" href="<?php 
                    echo esc_url(add_query_arg(array('id' => $item['id'], 'action' => 'delete'), $this->baseUrl));
                    ?>
"><?php 
                    _e('Delete', 'wp_all_export_plugin');
                    ?>
</a></span>										
									</div>
								</td>
Esempio n. 2
0
echo add_query_arg(array('action' => 'download', 'id' => $update_previous->id, '_wpnonce' => wp_create_nonce('_wpnonce-download_feed')), $this->baseUrl);
?>
"><?php 
echo strtoupper(wp_all_export_get_export_format($update_previous->options));
?>
</button>
				</div>
				<?php 
if (!empty($update_previous->options['split_large_exports'])) {
    ?>
				<div class="input" style="margin-left: 10px;">
					<button class="button button-primary button-hero wpallexport-large-button download_data" rel="<?php 
    echo add_query_arg(array('page' => 'pmxe-admin-manage', 'id' => $update_previous->id, 'action' => 'split_bundle', '_wpnonce' => wp_create_nonce('_wpnonce-download_split_bundle')), $this->baseUrl);
    ?>
"><?php 
    printf(__('Split %ss', 'wp_all_export_plugin'), strtoupper(wp_all_export_get_export_format($update_previous->options)));
    ?>
</button>					
				</div>
				<?php 
}
?>
				<?php 
if (PMXE_Export_Record::is_bundle_supported($update_previous->options)) {
    ?>
				<div class="input" style="margin-left: 10px;">
					<button class="button button-primary button-hero wpallexport-large-button download_data" rel="<?php 
    echo add_query_arg(array('page' => 'pmxe-admin-manage', 'id' => $update_previous->id, 'action' => 'bundle', '_wpnonce' => wp_create_nonce('_wpnonce-download_bundle')), $this->baseUrl);
    ?>
"><?php 
    _e('Bundle', 'wp_all_export_plugin');