Skip to content

Instantly share code, notes, and snippets.

@rajeshsingh520
Created April 8, 2025 00:53
Show Gist options
  • Save rajeshsingh520/aac12bdeb226e15202f6ac28c63bc7b9 to your computer and use it in GitHub Desktop.
Save rajeshsingh520/aac12bdeb226e15202f6ac28c63bc7b9 to your computer and use it in GitHub Desktop.
add_action('wp_enqueue_scripts', function(){
if(function_exists('is_checkout') && is_checkout()){
wp_enqueue_style( 'select2-pi', WC()->plugin_url() . '/assets/css/select2.css');
}
}, PHP_INT_MAX);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment