%PDF- %PDF-
Direktori : /home/tradesc/www/relax/wp-content/plugins/woocommerce-bulk-editor/data/ |
Current File : /home/tradesc/www/relax/wp-content/plugins/woocommerce-bulk-editor/data/settings.php |
<?php if (!defined('ABSPATH')) { exit; // Exit if accessed directly } function woobe_get_total_settings($data) { return array( 'per_page' => array( 'title' => esc_html__('Default products count per page', 'woocommerce-bulk-editor'), 'desc' => sprintf(esc_html__('How many rows of products show per page in tab Products. Max possible value is 100! To set more - read %s please', 'woocommerce-bulk-editor'), WOOBE_HELPER::draw_link([ 'href' => 'https://bulk-editor.com/howto/set-more-rows-of-products-per-page/', 'title' => esc_html__('this article', 'woocommerce-bulk-editor'), 'target' => '_blank' ])), 'value' => '', 'type' => 'number' ), 'default_sort_by' => array( 'title' => esc_html__('Default sort by', 'woocommerce-bulk-editor'), 'desc' => esc_html__('Select column by which products sorting is going after plugin page loaded', 'woocommerce-bulk-editor'), 'value' => '', 'type' => 'select', 'select_options' => $data['default_sort_by'] ), 'default_sort' => array( 'title' => esc_html__('Default sort', 'woocommerce-bulk-editor'), 'desc' => esc_html__('Select sort direction for Default sort by column above', 'woocommerce-bulk-editor'), 'value' => '', 'type' => 'select', 'select_options' => array( 'desc' => array('title' => 'DESC'), 'asc' => array('title' => 'ASC') ) ), 'show_admin_bar_menu_btn' => array( 'title' => esc_html__('Show button in admin bar', 'woocommerce-bulk-editor'), 'desc' => esc_html__('Show Bulk Editor button in admin bar for quick access to the products editor', 'woocommerce-bulk-editor'), 'value' => '', 'type' => 'select', 'select_options' => array( 1 => array('title' => esc_html__('Yes', 'woocommerce-bulk-editor')), 0 => array('title' => esc_html__('No', 'woocommerce-bulk-editor')), ) ), 'show_thumbnail_preview' => array( 'title' => esc_html__('Show thumbnail preview', 'woocommerce-bulk-editor'), 'desc' => esc_html__('Show bigger thumbnail preview on mouse over', 'woocommerce-bulk-editor'), 'value' => '', 'type' => 'select', 'select_options' => array( 1 => array('title' => esc_html__('Yes', 'woocommerce-bulk-editor')), 0 => array('title' => esc_html__('No', 'woocommerce-bulk-editor')), ) ), 'load_switchers' => array( 'title' => esc_html__('Load beauty switchers', 'woocommerce-bulk-editor'), 'desc' => esc_html__('Load beauty switchers instead of checkboxes in the products table.', 'woocommerce-bulk-editor'), 'value' => '', 'type' => 'select', 'select_options' => array( 1 => array('title' => esc_html__('Yes', 'woocommerce-bulk-editor')), 0 => array('title' => esc_html__('No', 'woocommerce-bulk-editor')), ) ), 'autocomplete_max_elem_count' => array( 'title' => esc_html__('Autocomplete max count', 'woocommerce-bulk-editor'), 'desc' => esc_html__('How many products display in the autocomplete drop-downs. Uses in up-sells, cross-sells and grouped popups.', 'woocommerce-bulk-editor'), 'value' => '', 'type' => 'number' ), 'quick_search_fieds' => array( 'title' => esc_html__('Add fields to the quick search', 'woocommerce-bulk-editor'), 'desc' => esc_html__('Adds more fields to quick search fields drop-down on the tools panel. Works only for text fields. Syntax: post_name:Product slug,post_content: Content', 'woocommerce-bulk-editor'), 'value' => '', 'type' => 'text' ), 'sync_profiles' => array( 'title' => esc_html__('Synchronize managers profiles', 'woocommerce-bulk-editor'), 'desc' => esc_html__('The profiles will be the same for all managers. Except the administrator.', 'woocommerce-bulk-editor'), 'value' => '', 'type' => 'select', 'select_options' => array( 1 => array('title' => esc_html__('Yes', 'woocommerce-bulk-editor')), 0 => array('title' => esc_html__('No', 'woocommerce-bulk-editor')) ) ), 'show_text_editor' => array( 'title' => esc_html__('Show content and excerpt text partly', 'woocommerce-bulk-editor'), 'desc' => esc_html__('Show part of the text in the buttons of the content and excerpt', 'woocommerce-bulk-editor'), 'value' => '', 'type' => 'select', 'select_options' => array( 1 => array('title' => esc_html__('Yes', 'woocommerce-bulk-editor')), 0 => array('title' => esc_html__('No', 'woocommerce-bulk-editor')) ) ), ); }