Answer the question
In order to leave comments, you need to log in
Remove js plugin code?
Tell me how to disable unnecessary js plugin code, for example, there is such a block
<script type="text/javascript" id="mailchimp-woocommerce-js-extra">
add_action( 'wp_print_styles', 'aa_deregister_styles', 100 );
function aa_deregister_styles() {
wp_deregister_script( 'mailchimp-woocommerce-js-extra' );
wp_deregister_script( 'mailchimp-woocommerce-js' );
wp_deregister_script( 'mailchimp-woocommerce' );
}
wp_dequeue_script()
nothing helped
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question