// Nome do código: display_travel_package_custom_fields_desktop function display_travel_package_custom_fields_desktop($atts) { global $post; // Enqueue Swiper.js CSS and JS wp_enqueue_style(‘swiper-css’, ‘https://unpkg.com/swiper/swiper-bundle.min.css’); wp_enqueue_script(‘swiper-js’, ‘https://unpkg.com/swiper/swiper-bundle.min.js’, array(‘jquery’), null, true); // Enqueue Font Awesome for icons wp_enqueue_style(‘font-awesome’, ‘https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css’); // Enqueue custom CSS for styling wp_enqueue_style(‘custom-style’, get_stylesheet_uri()); //…Continue reading