/** * Sanitization Functions * * @link https://github.com/WPTRT/code-examples/blob/master/customizer/sanitization-callbacks.php * @package Travel_Booking */ /** * Sanitize callback for checkbox */ function travel_booking_sanitize_checkbox( $checked ){ // Boolean check. return ( ( isset( $checked ) && true == $checked ) ? true : false ); } /** * Sanitize callback for radio field */ function travel_booking_sanitize_radio( $input, $setting ) { // Ensure input is a slug. $input = sanitize_key( $input ); // Get list of choices from the control associated with the setting. $choices = $setting->manager->get_control( $setting->id )->choices; // If the input is a valid key, return it; otherwise, return the default. return ( array_key_exists( $input, $choices ) ? $input : $setting->default ); } /** * Sanitize callback for select */ function travel_booking_sanitize_select( $input, $setting ){ // Ensure input is a slug. $input = sanitize_key( $input ); // Get list of choices from the control associated with the setting. $choices = $setting->manager->get_control( $setting->id )->choices; // If the input is a valid key, return it; otherwise, return the default. return ( array_key_exists( $input, $choices ) ? $input : $setting->default ); } /** * Sanitize callback for number field */ function travel_booking_sanitize_number_absint( $number, $setting ) { // Ensure $number is an absolute integer (whole number, zero or greater). $number = absint( $number ); // If the input is an absolute integer, return it; otherwise, return the default return ( $number ? $number : $setting->default ); } /** * Sanitize image. */ function travel_booking_sanitize_image( $image, $setting ) { /** * Array of valid image file types. */ $mimes = array( 'jpg|jpeg|jpe' => 'image/jpeg', 'gif' => 'image/gif', 'png' => 'image/png', 'bmp' => 'image/bmp', 'tif|tiff' => 'image/tiff', 'ico' => 'image/x-icon', ); // Return an array with file extension and mime_type. $file = wp_check_filetype( $image, $mimes ); // If $image has a valid mime_type, return it; otherwise, return the default. return ( $file['ext'] ? esc_url_raw( $image ) : '' ); } Atlantic Travel Consulting LTD – Your gateway to the world.

Welcome to Atlantic Travel Consulting

Atlantic Travel Consulting is a full-service travel agency that can help you plan your perfect trip to any destination in the world. We have years of experience helping people from all over the world plan their travel, and we can make the process as smooth and stress-free as possible.

Our team

Atlantic Travel Consulting is a team of experienced travel professionals who are passionate about helping people plan their travel.

Our values

At Atlantic Travel Consulting, we believe in excellence, integrity and innovation. We strive to provide our clients with the best possible service

Our mission

Our mission is to help people plan their perfect trip and make the most of their travel experience. We believe that travel is a powerful tool that can help people discover.

Flights

We can help you find the best deals on flights to your destination
.

Hotels

We can help you find the perfect hotel for your needs and budget.
.

Visas

We will help with visa process, including gathering the necessary paperwork and scheduling an interview.

Book your trip today

Our team of experienced travel experts can help you plan every detail of your trip, from finding the best flights and hotels to booking activities and securing College Admission. So what are you waiting for?

Deals and Discounts

Our deals and discounts are updated regularly, so be sure to check back often. And if you're not sure what you're looking for, our team of experts can help you find the perfect deal.

CFA10500000CFA10000000
5% Off

Work in USA

365 Days - 365 Nights
CFA4000000CFA3500000
CFA5500000CFA5000000
CFA5500000CFA5000000

Start your adventure

We offer a wide variety of travel packages to fit your needs and budget. Whether you're looking for a relaxing beach vacation or an exciting city break, we have the perfect trip for you.

Browse Activities

Our browse section features a wide variety of content, including articles, videos, images, and more. Whether you're looking for the latest news, the best entertainment, or the most inspiring stories, you'll find it all in our browse section.

Travel Blog

Our blog post section features a wide variety of content, including articles, videos, images, and more. Whether you're looking for the latest news, the best entertainment, or the most inspiring stories, you'll find it all in our blog post section.

Travel Trends for 2023

The travel industry is constantly evolving, and 2023 is no exception. Here are some of the top travel trends that we expect to see in the coming year: These are …