“Move on spray” has been added to your cart. Continue shopping
// ==================== ENQUEUE ASSETS ==================== add_action('wp_enqueue_scripts', function() { if (is_checkout()) { wp_enqueue_script('jquery-ui-autocomplete'); wp_enqueue_script('jquery-ui-datepicker'); wp_enqueue_style('jquery-ui-css', 'https://code.jquery.com/ui/1.13.2/themes/base/jquery-ui.css'); } });