Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save rajeshsingh520/0c0ce793aaafc41984bd4046556e9e18 to your computer and use it in GitHub Desktop.
Save rajeshsingh520/0c0ce793aaafc41984bd4046556e9e18 to your computer and use it in GitHub Desktop.
add_action( 'wp_enqueue_scripts', function(){
if(current_user_can('manage_options') || current_user_can('shop_manager')) {
wp_dequeue_script( 'pi-woocommerce-order-date-time-and-type-pro-save-checkout' );
wp_deregister_script( 'pi-woocommerce-order-date-time-and-type-pro-save-checkout' );
}
}, PHP_INT_MAX);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment