false ) ) { $data = parent::get_data( $post, $args ); // If we have an Empty data we just skip if ( empty( $data ) ) { return array(); } // Fetch first key $post_id = key( $data ); // Fetch first Value $data = reset( $data ); $data->telephone = tribe_get_organizer_phone( $post_id ); $data->email = tribe_get_organizer_email( $post_id ); $data->sameAs = tribe_get_organizer_website_url( $post_id ); return array( $post_id => $data ); } }