Created
May 10, 2025 01:04
-
-
Save rajeshsingh520/0c0ce793aaafc41984bd4046556e9e18 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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