#200005
 Radu
Moderator

Hi,

Add this code in to functions.php from child theme

COPY CODE

//Dequeue Select2-js
function sqr_dequeue_redux_scripts() {
        wp_dequeue_script( 'select2-js' );
        wp_deregister_script( 'select2-js' );
}
add_action( 'wp_print_scripts', 'sqr_dequeue_redux_scripts' );

Let me know

Cheers
R

Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

Log in with your credentials

Forgot your details?