Current path: home/webdevt/www/dev-uz-avocat/wp-content/plugins/wp-all-import/views/admin/import/options/
?? Go up: /home/webdevt/www/dev-uz-avocat/wp-content/plugins/wp-all-import/views/admin/import
<?php if ( ! $this->isWizard or ! empty(PMXI_Plugin::$session->deligate) and PMXI_Plugin::$session->deligate == 'wpallexport' or $this->isWizard and "new" != $post['wizard_type']): ?>
<h4><?php _e('When WP All Import finds new or changed data...', 'wp_all_import_plugin'); ?></h4>
<?php else: ?>
<h4><?php _e('If this import is run again and WP All Import finds new or changed data...', 'wp_all_import_plugin'); ?></h4>
<?php endif; ?>
<?php
if (!empty($post['custom_type'])){
$custom_type = get_post_type_object( $post['custom_type'] );
$cpt_name = ( ! empty($custom_type)) ? strtolower($custom_type->label) : '';
}
else{
$cpt_name = '';
}
?>
<div class="input">
<input type="hidden" name="create_new_records" value="0" />
<input type="checkbox" id="create_new_records" name="create_new_records" value="1" <?php echo $post['create_new_records'] ? 'checked="checked"' : '' ?> />
<label for="create_new_records"><?php printf(__('Create new %s from records newly present in your file', 'wp_all_import_plugin'), esc_attr($cpt_name)) ?></label>
<?php if ( ! empty(PMXI_Plugin::$session->deligate) and PMXI_Plugin::$session->deligate == 'wpallexport' ): ?>
<a href="#help" class="wpallimport-help" title="<?php _e('New posts will only be created when ID column is present and value in ID column is unique.', 'wp_all_import_plugin') ?>" style="top: -1px;">?</a>
<?php endif; ?>
</div>
<div class="input">
<input type="hidden" id="is_keep_former_posts" name="is_keep_former_posts" value="yes" />
<input type="checkbox" id="is_not_keep_former_posts" name="is_keep_former_posts" value="no" <?php echo "yes" != $post['is_keep_former_posts'] ? 'checked="checked"': '' ?> class="switcher" />
<label for="is_not_keep_former_posts"><?php printf(__('Update existing %s with changed data in your file', 'wp_all_import_plugin'), esc_attr($cpt_name)) ?></label>
<?php if ( $this->isWizard and "new" == $post['wizard_type'] and empty(PMXI_Plugin::$session->deligate)): ?>
<a href="#help" class="wpallimport-help" style="position: relative; top: -2px;" title="<?php printf(__('These options will only be used if you run this import again later. All data is imported the first time you run an import.<br/><br/>Note that WP All Import will only update/remove %s created by this import. If you want to match to %s that already exist on this site, use Existing Items in Step 1.', 'wp_all_import_plugin'), esc_attr($cpt_name), esc_attr($cpt_name)) ?>">?</a>
<?php endif; ?>
<div class="switcher-target-is_not_keep_former_posts" style="padding-left:17px;">
<div class="input" style="margin-left: 4px;">
<input type="hidden" name="is_selective_hashing" value="0" />
<input type="checkbox" id="is_selective_hashing" name="is_selective_hashing" value="1" <?php echo $post['is_selective_hashing'] ? 'checked="checked"': '' ?> class="switcher"/>
<label for="is_selective_hashing"><?php printf(__('Skip %s if their data in your file has not changed', 'wp_all_import_plugin'), esc_attr(strtolower($custom_type->labels->name))); ?></label>
<a href="#help" class="wpallimport-help" style="position: relative; top: -2px;" title="<?php _e('When enabled, WP All Import will keep track of every post\'s data as it is imported. When the import is run again, posts will be skipped if their data in the import file has not changed since the last run.<br/><br/>Posts will not be skipped if the import template or settings change, or if you make changes to the custom code in the Function Editor.', 'wp_all_import_plugin') ?>">?</a>
<div class="switcher-target-is_selective_hashing" style="padding-left:17px;">
<div class="wpallimport-free-edition-notice" style="margin: 0 0 30px 7px;">
<a href="https://www.wpallimport.com/checkout/?edd_action=add_to_cart&download_id=5839966&edd_options%5Bprice_id%5D=1&utm_source=import-plugin-free&utm_medium=upgrade-notice&utm_campaign=download-from-url" target="_blank" class="upgrade_link"><?php _e('Upgrade to the Pro edition of WP All Import to use this option', 'wp_all_import_plugin'); ?></a>
<p style="margin-top:16px;"><?php _e('If you already own it, remove the free edition and install the Pro edition.', 'wp_all_import_plugin'); ?></p>
</div>
</div>
</div>
<input type="radio" id="update_all_data" class="switcher" name="update_all_data" value="yes" <?php echo 'no' != $post['update_all_data'] ? 'checked="checked"': '' ?>/>
<label for="update_all_data"><?php _e('Update all data', 'wp_all_import_plugin' )?></label><br>
<input type="radio" id="update_choosen_data" class="switcher" name="update_all_data" value="no" <?php echo 'no' == $post['update_all_data'] ? 'checked="checked"': '' ?>/>
<label for="update_choosen_data"><?php _e('Choose which data to update', 'wp_all_import_plugin' )?></label><br>
<div class="switcher-target-update_choosen_data" style="padding-left:27px;">
<div class="input">
<h4 class="wpallimport-trigger-options wpallimport-select-all" rel="<?php _e("Unselect All", "wp_all_import_plugin"); ?>"><?php _e("Select All", "wp_all_import_plugin"); ?></h4>
</div>
<div class="input">
<input type="hidden" name="is_update_status" value="0" />
<input type="checkbox" id="is_update_status" name="is_update_status" value="1" <?php echo $post['is_update_status'] ? 'checked="checked"': '' ?> />
<label for="is_update_status"><?php _e('Post status', 'wp_all_import_plugin') ?></label>
<a href="#help" class="wpallimport-help" style="position: relative; top: -2px;" title="<?php _e('Hint: uncheck this box to keep trashed posts in the trash.', 'wp_all_import_plugin') ?>">?</a>
</div>
<div class="input">
<input type="hidden" name="is_update_title" value="0" />
<input type="checkbox" id="is_update_title" name="is_update_title" value="1" <?php echo $post['is_update_title'] ? 'checked="checked"': '' ?> />
<label for="is_update_title"><?php _e('Title', 'wp_all_import_plugin') ?></label>
</div>
<div class="input">
<input type="hidden" name="is_update_author" value="0" />
<input type="checkbox" id="is_update_author" name="is_update_author" value="1" <?php echo $post['is_update_author'] ? 'checked="checked"': '' ?> />
<label for="is_update_author"><?php _e('Author', 'wp_all_import_plugin') ?></label>
</div>
<div class="input">
<input type="hidden" name="is_update_slug" value="0" />
<input type="checkbox" id="is_update_slug" name="is_update_slug" value="1" <?php echo $post['is_update_slug'] ? 'checked="checked"': '' ?> />
<label for="is_update_slug"><?php _e('Slug', 'wp_all_import_plugin') ?></label>
</div>
<div class="input">
<input type="hidden" name="is_update_content" value="0" />
<input type="checkbox" id="is_update_content" name="is_update_content" value="1" <?php echo $post['is_update_content'] ? 'checked="checked"': '' ?> />
<label for="is_update_content"><?php _e('Content', 'wp_all_import_plugin') ?></label>
</div>
<div class="input">
<input type="hidden" name="is_update_excerpt" value="0" />
<input type="checkbox" id="is_update_excerpt" name="is_update_excerpt" value="1" <?php echo $post['is_update_excerpt'] ? 'checked="checked"': '' ?> />
<label for="is_update_excerpt"><?php _e('Excerpt/Short Description', 'wp_all_import_plugin') ?></label>
</div>
<div class="input">
<input type="hidden" name="is_update_dates" value="0" />
<input type="checkbox" id="is_update_dates" name="is_update_dates" value="1" <?php echo $post['is_update_dates'] ? 'checked="checked"': '' ?> />
<label for="is_update_dates"><?php _e('Dates', 'wp_all_import_plugin') ?></label>
</div>
<div class="input">
<input type="hidden" name="is_update_menu_order" value="0" />
<input type="checkbox" id="is_update_menu_order" name="is_update_menu_order" value="1" <?php echo $post['is_update_menu_order'] ? 'checked="checked"': '' ?> />
<label for="is_update_menu_order"><?php _e('Menu order', 'wp_all_import_plugin') ?></label>
</div>
<div class="input">
<input type="hidden" name="is_update_parent" value="0" />
<input type="checkbox" id="is_update_parent" name="is_update_parent" value="1" <?php echo $post['is_update_parent'] ? 'checked="checked"': '' ?> />
<label for="is_update_parent"><?php _e('Parent post', 'wp_all_import_plugin') ?></label>
</div>
<div class="input">
<input type="hidden" name="is_update_post_type" value="0" />
<input type="checkbox" id="is_update_post_type" name="is_update_post_type" value="1" <?php echo $post['is_update_post_type'] ? 'checked="checked"': '' ?> />
<label for="is_update_post_type"><?php _e('Post type', 'wp_all_import_plugin') ?></label>
</div>
<?php if ( current_theme_supports( 'post-formats' ) && post_type_supports( $post_type, 'post-formats' ) ): ?>
<div class="input">
<input type="hidden" name="is_update_post_format" value="0" />
<input type="checkbox" id="is_update_post_format" name="is_update_post_format" value="1" <?php echo $post['is_update_post_format'] ? 'checked="checked"': '' ?> />
<label for="is_update_post_format"><?php _e('Post format', 'wp_all_import_plugin') ?></label>
</div>
<?php endif; ?>
<div class="input">
<input type="hidden" name="is_update_comment_status" value="0" />
<input type="checkbox" id="is_update_comment_status" name="is_update_comment_status" value="1" <?php echo $post['is_update_comment_status'] ? 'checked="checked"': '' ?> />
<?php if ($post_type == 'product' and class_exists('PMWI_Plugin')): ?>
<label for="is_update_comment_status"><?php _e('Enable review setting', 'wp_all_import_plugin') ?></label>
<?php else: ?>
<label for="is_update_comment_status"><?php _e('Comment status', 'wp_all_import_plugin') ?></label>
<?php endif;?>
</div>
<div class="input">
<input type="hidden" name="is_update_ping_status" value="0" />
<input type="checkbox" id="is_update_ping_status" name="is_update_ping_status" value="1" <?php echo $post['is_update_ping_status'] ? 'checked="checked"': '' ?> />
<label for="is_update_ping_status"><?php _e('Trackbacks and pingbacks', 'wp_all_import_plugin') ?></label>
</div>
<div class="input">
<input type="hidden" name="is_update_attachments" value="0" />
<input type="checkbox" id="is_update_attachments" name="is_update_attachments" value="1" <?php echo $post['is_update_attachments'] ? 'checked="checked"': '' ?> />
<label for="is_update_attachments"><?php _e('Attachments', 'wp_all_import_plugin') ?></label>
</div>
<?php
// add-ons re-import options
do_action('pmxi_reimport', $post_type, $post);
?>
<div class="input">
<input type="hidden" name="is_update_images" value="0" />
<input type="checkbox" id="is_update_images" name="is_update_images" value="1" <?php echo $post['is_update_images'] ? 'checked="checked"': '' ?> class="switcher" />
<label for="is_update_images"><?php _e('Images', 'wp_all_import_plugin') ?></label>
<!--a href="#help" class="wpallimport-help" title="<?php _e('This will keep the featured image if it exists, so you could modify the post image manually, and then do a reimport, and it would not overwrite the manually modified post image.', 'wp_all_import_plugin') ?>">?</a-->
<div class="switcher-target-is_update_images" style="padding-left:17px;">
<div class="input" style="margin-bottom:3px;">
<input type="radio" id="update_images_logic_full_update" name="update_images_logic" value="full_update" <?php echo ( "full_update" == $post['update_images_logic'] ) ? 'checked="checked"': '' ?> />
<label for="update_images_logic_full_update"><?php _e('Update all images', 'wp_all_import_plugin') ?></label>
</div>
<?php $is_show_add_new_images = apply_filters('wp_all_import_is_show_add_new_images', true, $post_type); ?>
<?php if ($is_show_add_new_images): ?>
<div class="input" style="margin-bottom:3px;">
<input type="radio" id="update_images_logic_add_new" name="update_images_logic" value="add_new" <?php echo ( "add_new" == $post['update_images_logic'] ) ? 'checked="checked"': '' ?> />
<label for="update_images_logic_add_new"><?php _e('Don\'t touch existing images, append new images', 'wp_all_import_plugin') ?></label>
</div>
<?php endif; ?>
</div>
</div>
<div class="input">
<input type="hidden" name="custom_fields_list" value="0" />
<input type="hidden" name="is_update_custom_fields" value="0" />
<input type="checkbox" id="is_update_custom_fields" name="is_update_custom_fields" value="1" <?php echo $post['is_update_custom_fields'] ? 'checked="checked"': '' ?> class="switcher"/>
<label for="is_update_custom_fields"><?php _e('Custom Fields', 'wp_all_import_plugin') ?></label>
<!--a href="#help" class="wpallimport-help" title="<?php _e('If Keep Custom Fields box is checked, it will keep all Custom Fields, and add any new Custom Fields specified in Custom Fields section, as long as they do not overwrite existing fields. If \'Only keep this Custom Fields\' is specified, it will only keep the specified fields.', 'wp_all_import_plugin') ?>">?</a-->
<div class="switcher-target-is_update_custom_fields" style="padding-left:17px;">
<div class="input">
<input type="radio" id="update_custom_fields_logic_full_update" name="update_custom_fields_logic" value="full_update" <?php echo ( "full_update" == $post['update_custom_fields_logic'] ) ? 'checked="checked"': '' ?> class="switcher"/>
<label for="update_custom_fields_logic_full_update"><?php _e('Update all Custom Fields', 'wp_all_import_plugin') ?></label>
</div>
<div class="input">
<input type="radio" id="update_custom_fields_logic_only" name="update_custom_fields_logic" value="only" <?php echo ( "only" == $post['update_custom_fields_logic'] ) ? 'checked="checked"': '' ?> class="switcher"/>
<label for="update_custom_fields_logic_only"><?php _e('Update only these Custom Fields, leave the rest alone', 'wp_all_import_plugin') ?></label>
<div class="switcher-target-update_custom_fields_logic_only pmxi_choosen" style="padding-left:17px;">
<span class="hidden choosen_values"><?php if (!empty($existing_meta_keys)) echo esc_html(implode(',', $existing_meta_keys));?></span>
<input class="choosen_input" value="<?php if (!empty($post['custom_fields_list']) and "only" == $post['update_custom_fields_logic']) echo esc_html(implode(',', $post['custom_fields_list'])); ?>" type="hidden" name="custom_fields_only_list"/>
</div>
</div>
<div class="input">
<input type="radio" id="update_custom_fields_logic_all_except" name="update_custom_fields_logic" value="all_except" <?php echo ( "all_except" == $post['update_custom_fields_logic'] ) ? 'checked="checked"': '' ?> class="switcher"/>
<label for="update_custom_fields_logic_all_except"><?php _e('Leave these fields alone, update all other Custom Fields', 'wp_all_import_plugin') ?></label>
<div class="switcher-target-update_custom_fields_logic_all_except pmxi_choosen" style="padding-left:17px;">
<span class="hidden choosen_values"><?php if (!empty($existing_meta_keys)) echo esc_html(implode(',', $existing_meta_keys));?></span>
<input class="choosen_input" value="<?php if (!empty($post['custom_fields_list']) and "all_except" == $post['update_custom_fields_logic']) echo esc_html(implode(',', $post['custom_fields_list'])); ?>" type="hidden" name="custom_fields_except_list"/>
</div>
</div>
</div>
</div>
<div class="input">
<input type="hidden" name="taxonomies_list" value="0" />
<input type="hidden" name="is_update_categories" value="0" />
<input type="checkbox" id="is_update_categories" name="is_update_categories" value="1" class="switcher" <?php echo $post['is_update_categories'] ? 'checked="checked"': '' ?> />
<label for="is_update_categories"><?php _e('Taxonomies (incl. Categories and Tags)', 'wp_all_import_plugin') ?></label>
<div class="switcher-target-is_update_categories" style="padding-left:17px;">
<?php
$existing_taxonomies = array();
$hide_taxonomies = (class_exists('PMWI_Plugin')) ? array('product_type', 'product_visibility') : array();
$post_taxonomies = array_diff_key(get_taxonomies_by_object_type($post['is_override_post_type'] ? array_keys(get_post_types( '', 'names' )) : array($post_type), 'object'), array_flip($hide_taxonomies));
if (!empty($post_taxonomies)):
foreach ($post_taxonomies as $ctx): if ("" == $ctx->labels->name or (class_exists('PMWI_Plugin') and $post_type == "product" and strpos($ctx->name, "pa_") === 0)) continue;
$existing_taxonomies[] = $ctx->name;
endforeach;
endif;
?>
<div class="switcher-target-is_update_categories" style="padding-left:17px;">
<div class="input" style="margin-bottom:3px;">
<input type="radio" id="update_categories_logic_all_except" name="update_categories_logic" value="all_except" <?php echo ( "all_except" == $post['update_categories_logic'] ) ? 'checked="checked"': '' ?> class="switcher"/>
<label for="update_categories_logic_all_except"><?php _e('Leave these taxonomies alone, update all others', 'wp_all_import_plugin') ?></label>
<div class="switcher-target-update_categories_logic_all_except pmxi_choosen" style="padding-left:17px;">
<span class="hidden choosen_values"><?php if (!empty($existing_taxonomies)) echo esc_html(implode(',', $existing_taxonomies));?></span>
<input class="choosen_input" value="<?php if (!empty($post['taxonomies_list']) and "all_except" == $post['update_categories_logic']) echo esc_html(implode(',', $post['taxonomies_list'])); ?>" type="hidden" name="taxonomies_except_list"/>
</div>
</div>
<div class="input" style="margin-bottom:3px;">
<input type="radio" id="update_categories_logic_only" name="update_categories_logic" value="only" <?php echo ( "only" == $post['update_categories_logic'] ) ? 'checked="checked"': '' ?> class="switcher"/>
<label for="update_categories_logic_only"><?php _e('Update only these taxonomies, leave the rest alone', 'wp_all_import_plugin') ?></label>
<div class="switcher-target-update_categories_logic_only pmxi_choosen" style="padding-left:17px;">
<span class="hidden choosen_values"><?php if (!empty($existing_taxonomies)) echo esc_html(implode(',', $existing_taxonomies));?></span>
<input class="choosen_input" value="<?php if (!empty($post['taxonomies_list']) and "only" == $post['update_categories_logic']) echo esc_html(implode(',', $post['taxonomies_list'])); ?>" type="hidden" name="taxonomies_only_list"/>
</div>
</div>
<div class="input" style="margin-bottom:3px;">
<input type="radio" id="update_categories_logic_full_update" name="update_categories_logic" value="full_update" <?php echo ( "full_update" == $post['update_categories_logic'] ) ? 'checked="checked"': '' ?> class="switcher"/>
<label for="update_categories_logic_full_update"><?php _e('Remove existing taxonomies, add new taxonomies', 'wp_all_import_plugin') ?></label>
</div>
<div class="input" style="margin-bottom:3px;">
<input type="radio" id="update_categories_logic_add_new" name="update_categories_logic" value="add_new" <?php echo ( "add_new" == $post['update_categories_logic'] ) ? 'checked="checked"': '' ?> class="switcher"/>
<label for="update_categories_logic_add_new"><?php _e('Only add new', 'wp_all_import_plugin') ?></label>
</div>
</div>
</div>
<?php
// add-ons re-import options
do_action('pmxi_reimport_options_after_taxonomies', $post_type, $post);
?>
</div>
</div>
</div>
<div class="switcher-target-auto_matching">
<?php include( '_delete_missing_options.php' ); ?>
</div>