- wordpress, .
1st , .
WC Beta 2 Select2 V4. Select2 V4 Select2 V3 , , AJAX. WooCommerce , , HTML .
<input type="hidden" id="grant_access_id" name="grant_access_id" data-multiple="true" class="wc-product-search" style="width: 400px;" data-placeholder="<?php esc_attr_e( 'Search for a downloadable product…', 'woocommerce' ); ?>" data-action="woocommerce_json_search_downloadable_products_and_variations" />
<select id="grant_access_id" class="wc-product-search" name="grant_access_id[]" multiple="multiple" style="width: 400px;" data-placeholder="<?php esc_attr_e( 'Search for a downloadable product…', 'woocommerce' ); ?>" data-action="woocommerce_json_search_downloadable_products_and_variations"></select>
wordpress , select2 , select2 functions.php. script
add_action( 'admin_enqueue_scripts', 'remove_views_select2' );
function remove_views_select2($hook) {
if ( ( $hook == 'post.php' || $hook == 'post-new.php' ) ) {
wp_deregister_script( 'select2' );
}
}
. ! 😉