• Resolved kamran1331

    (@kamran1331)


    Hi, i am using this code*. But with your plugin it’s little be buggy. Its shows double. Like my country select and + from your plug-in select2.

    *code
    /* Serch Country Search Field in Checkout will be disable */
    add_action( ‘wp_enqueue_scripts’, function() {
    wp_dequeue_style( ‘select2’ );
    wp_dequeue_script( ‘select2’);
    wp_dequeue_script( ‘selectWoo’ );
    }, 11 );`

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘select2 country must be not shows’ is closed to new replies.