Skip to content

Instantly share code, notes, and snippets.

@rajeshsingh520
Created October 23, 2025 11:27
Show Gist options
  • Select an option

  • Save rajeshsingh520/5f832e60b8a5c549974e52025a13815e to your computer and use it in GitHub Desktop.

Select an option

Save rajeshsingh520/5f832e60b8a5c549974e52025a13815e to your computer and use it in GitHub Desktop.
add_action( 'wp_enqueue_scripts', function(){
if(function_exists('is_checkout') && is_checkout()){
wp_dequeue_script( 'wc-opayopi-dropin' );
wp_deregister_script( 'wc-opayopi-dropin' );
}
}, PHP_INT_MAX );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment