errors->get_error_codes()): ?> error() ?>
'display name' $columns = array( 'id' => __('ID', 'wp_all_import_plugin'), 'name' => __('File', 'wp_all_import_plugin'), 'actions' => '', 'summary' => __('Summary', 'wp_all_import_plugin'), 'info' => __('Info & Options', 'wp_all_import_plugin'), ); $columns = apply_filters('pmxi_manage_imports_columns', $columns); ?>
' . __('Displaying %s–%s of %s', 'wp_all_import_plugin') . '%s', number_format_i18n(($pagenum - 1) * $perPage + 1), number_format_i18n(min($pagenum * $perPage, $list->total())), number_format_i18n($list->total()), $page_links ) ?>
$column_display_name) { if (in_array($column_id, array('id', 'name'))){ $column_link = " $order2, 'order_by' => $column_id), $this->baseUrl)); $column_link .= "'>{$column_display_name}"; $col_html .= ''; } else $col_html .= ''; } echo $col_html; ?> isEmpty()): ?> $column_display_name): ?>
' . $column_link . '' . $column_display_name . '
Start a new import...', 'wp_all_import_plugin'), esc_url(add_query_arg(array('page' => 'pmxi-admin-import'), admin_url('admin.php')))); ?>
never never
baseUrl); ?> array( 'url' => ( ! $item['processing'] and ! $item['executing'] ) ? add_query_arg(array('id' => $item['id'], 'action' => 'edit'), $this->baseUrl) : '', 'title' => __('Edit Import', 'wp_all_import_plugin'), 'class' => 'edit' ), 'import_settings' => array( 'url' => ( ! $item['processing'] and ! $item['executing'] ) ? add_query_arg(array('id' => $item['id'], 'action' => 'options'), $this->baseUrl) : '', 'title' => __('Import Settings', 'wp_all_import_plugin'), 'class' => 'edit' ), 'delete' => array( 'url' => add_query_arg(array('id' => $item['id'], 'action' => 'delete'), $this->baseUrl), 'title' => __('Delete', 'wp_all_import_plugin'), 'class' => 'delete' ), ); $import_actions = apply_filters('pmxi_import_actions', $import_actions, $item ); $ai = 1; foreach ($import_actions as $key => $action) { switch ($key) { default: ?> |

= 10) echo 'style="color:red;"';?>> '; printf('Records Processed %s', $item['imported']); if ($item['last_activity'] != '0000-00-00 00:00:00'){ $diff = ceil((time() - strtotime($item['last_activity']))/60); ?>
= 10) echo 'style="color:red;"';?>>
= 10) echo 'style="color:red;"';?>> '; _e('Import canceled', 'wp_all_import_plugin'); } elseif($item['failed'] and $item['failed_on'] != '0000-00-00 00:00:00'){ printf(__('Import Attempt at %s', 'wp_all_import_plugin'), get_date_from_gmt($item['failed_on'], "m/d/Y g:i a")); echo '
'; _e('Import failed, please check logs', 'wp_all_import_plugin'); } else{ if (!empty($item['options']['custom_type'])){ $custom_type = get_post_type_object( $item['options']['custom_type'] ); $cpt_name = ( ! empty($custom_type)) ? $custom_type->label : ''; } else{ $cpt_name = ''; } printf(__('Last run: %s', 'wp_all_import_plugin'), ($item['registered_on'] == '0000-00-00 00:00:00') ? __('never', 'wp_all_import_plugin') : get_date_from_gmt($item['registered_on'], "m/d/Y g:i a")); echo '
'; printf(__('%d %s created', 'wp_all_import_plugin'), $item['created'], $cpt_name); echo '
'; printf(__('%d updated, %d skipped, %d deleted'), $item['updated'], $item['skipped'], $item['deleted']); //printf(__('%d records', 'wp_all_import_plugin'), $item['post_count']); } if ($item['settings_update_on'] != '0000-00-00 00:00:00' and $item['last_activity'] != '0000-00-00 00:00:00' and strtotime($item['settings_update_on']) > strtotime($item['last_activity'])){ echo '
'; ?>
">?

getOption('dismiss_manage_bottom')) { ?>

If our plugin helped you, please rate us on WordPress.org. It would really help us!

dismiss', 'wp_all_import_plugin') ) ?>