Skip to content

Instantly share code, notes, and snippets.

@rajeshsingh520
Last active July 2, 2024 03:51
Show Gist options
  • Save rajeshsingh520/ba352909b99da87b41ff4185a42e2f1c to your computer and use it in GitHub Desktop.
Save rajeshsingh520/ba352909b99da87b41ff4185a42e2f1c to your computer and use it in GitHub Desktop.
add_action('wp_enqueue_scripts', function () {
if(is_cart()) return;
wp_dequeue_script('pisol-mmq-amount');
wp_deregister_script('pisol-mmq-amount');
}, 100);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment