Profile
Caribe Royale is a destination that offers all the connection you could ever imagine right within reach. From adventures at Walt Disney World® Resort to afternoons spent at our sprawling pool or in the bliss of your own private suite, we’re always dreaming of making each moment feel a little more like home—all while many miles away from reality.
Location Based Business Shortcode
add_shortcode('nearby_listings', 'display_nearby_listings');
function display_nearby_listings($atts) {
// Buffer the output
ob_start();
// Enqueue required scripts
wp_enqueue_script('jquery');
?>