Kom meer te weten over deze accommodatie
Alles over Seth 55 Santo Tomas
Seth 55 Santo Tomas is een prachtig hotel gelegen in het betoverende eiland Menorca. Dit hotel biedt een onvergetelijke vakantie-ervaring voor reizigers die op zoek zijn naar luxe, comfort en een vleugje mediterrane charme. Met zijn uitstekende locatie in Santo Tomas, een populaire badplaats in Menorca, biedt Seth 55 een setting voor een ontspannen verblijf. Het hotel ligt op slechts een steenworp afstand van het schitterende strand, waar gasten kunnen genieten van zachte zandstranden en kristalhelder water. De nabijheid van de kust biedt adembenemende uitzichten en een verkwikkende sfeer. Seth...
Voor Seth 55 Santo Tomas
Vind de beste prijzen
Whoops \ Exception \ ErrorException
(E_WARNING)
4
Whoops\Exception\ErrorException
/srv/www/menorca.nl/vhosts/www/htdocs/wp-content/themes/gran-canaria-child-theme/single-accom_pt.php269
3
Whoops\Run
handleError
/srv/www/menorca.nl/vhosts/www/htdocs/wp-content/themes/gran-canaria-child-theme/single-accom_pt.php269
2
include
/srv/www/menorca.nl/vhosts/www/htdocs/wp-includes/template-loader.php106
1
require_once
/srv/www/menorca.nl/vhosts/www/htdocs/wp-blog-header.php19
0
require
/srv/www/menorca.nl/vhosts/www/htdocs/index.php17
/srv/www/menorca.nl/vhosts/www/htdocs/wp-content/themes/gran-canaria-child-theme/single-accom_pt.php
$price_item_label_classes[] = 'has-top-rated';
endif;
?>
<div class="col-lg-6 col-md-6 col-sm-12 price-col">
<div class="price-item">
<?php if ( ! empty( $price_item_label_classes ) ) : ?>
<div class="price-labels">
<?php foreach ( $price_item_label_classes as $label ) : ?>
<i class="price-label <?php echo $label; ?>"></i>
<?php endforeach; ?>
</div>
<?php endif; ?>
<?php if ( $row['logo'] && isset( $row['logo']['sizes'] ) ) : ?>
<div class="logo-wrapper">
<?php
print_image_by_image_size( $row['logo'] , 'image_32_32', false, 'image_64_64' );
?>
</div>
<?php endif; ?>
<?php if ( $row['title'] ) : ?>
<span class="title"><?php echo $row['title']; ?></span>
<?php endif; ?>
<a href="<?php echo esc_url( $row['item_url'] ); ?>"
class="btn btn-link" target="_blank">
<span><?php _e( 'Bekijk prijs', 'theme' ); ?></span>
<i class="icon arrow"></i>
</a>
<a href="<?php echo esc_url( $row['item_url'] ); ?>" class="block-link"></a>
</div>
</div>
<?php endif; ?>
<?php endforeach; ?>
</div>
<?php endif; ?>
</div>
</div>
<?php
$active_facilities = get_active_facilities( $post_id );
?>
<div id="facilities" class="facilities-area">
Arguments
"Undefined array key "title""
/srv/www/menorca.nl/vhosts/www/htdocs/wp-content/themes/gran-canaria-child-theme/single-accom_pt.php
$price_item_label_classes[] = 'has-top-rated';
endif;
?>
<div class="col-lg-6 col-md-6 col-sm-12 price-col">
<div class="price-item">
<?php if ( ! empty( $price_item_label_classes ) ) : ?>
<div class="price-labels">
<?php foreach ( $price_item_label_classes as $label ) : ?>
<i class="price-label <?php echo $label; ?>"></i>
<?php endforeach; ?>
</div>
<?php endif; ?>
<?php if ( $row['logo'] && isset( $row['logo']['sizes'] ) ) : ?>
<div class="logo-wrapper">
<?php
print_image_by_image_size( $row['logo'] , 'image_32_32', false, 'image_64_64' );
?>
</div>
<?php endif; ?>
<?php if ( $row['title'] ) : ?>
<span class="title"><?php echo $row['title']; ?></span>
<?php endif; ?>
<a href="<?php echo esc_url( $row['item_url'] ); ?>"
class="btn btn-link" target="_blank">
<span><?php _e( 'Bekijk prijs', 'theme' ); ?></span>
<i class="icon arrow"></i>
</a>
<a href="<?php echo esc_url( $row['item_url'] ); ?>" class="block-link"></a>
</div>
</div>
<?php endif; ?>
<?php endforeach; ?>
</div>
<?php endif; ?>
</div>
</div>
<?php
$active_facilities = get_active_facilities( $post_id );
?>
<div id="facilities" class="facilities-area">
Arguments
2
"Undefined array key "title""
"/srv/www/menorca.nl/vhosts/www/htdocs/wp-content/themes/gran-canaria-child-theme/single-accom_pt.php"
269
/srv/www/menorca.nl/vhosts/www/htdocs/wp-includes/template-loader.php
}
break;
}
}
if ( ! $template ) {
$template = get_index_template();
}
/**
* Filters the path of the current template before including it.
*
* @since 3.0.0
*
* @param string $template The path of the template to include.
*/
$template = apply_filters( 'template_include', $template );
if ( $template ) {
include $template;
} elseif ( current_user_can( 'switch_themes' ) ) {
$theme = wp_get_theme();
if ( $theme->errors() ) {
wp_die( $theme->errors() );
}
}
return;
}
Arguments
"/srv/www/menorca.nl/vhosts/www/htdocs/wp-content/themes/gran-canaria-child-theme/single-accom_pt.php"
/srv/www/menorca.nl/vhosts/www/htdocs/wp-blog-header.php
<?php
/**
* Loads the WordPress environment and template.
*
* @package WordPress
*/
if ( ! isset( $wp_did_header ) ) {
$wp_did_header = true;
// Load the WordPress library.
require_once __DIR__ . '/wp-load.php';
// Set up the WordPress query.
wp();
// Load the theme template.
require_once ABSPATH . WPINC . '/template-loader.php';
}
Arguments
"/srv/www/menorca.nl/vhosts/www/htdocs/wp-includes/template-loader.php"
/srv/www/menorca.nl/vhosts/www/htdocs/index.php
<?php
/**
* Front to the WordPress application. This file doesn't do anything, but loads
* wp-blog-header.php which does and tells WordPress to load the theme.
*
* @package WordPress
*/
/**
* Tells WordPress to load the WordPress theme and output it.
*
* @var bool
*/
define( 'WP_USE_THEMES', true );
/** Loads the WordPress Environment and Template */
require __DIR__ . '/wp-blog-header.php';
Arguments
"/srv/www/menorca.nl/vhosts/www/htdocs/wp-blog-header.php"
Environment & details:
Key | Value |
query_vars | array:4 [ "page" => "" "accom_pt" => "seth-55-santo-tomas" "post_type" => "accom_pt" "name" => "seth-55-santo-tomas" ] |
query_string | "accom_pt=seth-55-santo-tomas&post_type=accom_pt&name=seth-55-santo-tomas"
|
request | "accommodatie/seth-55-santo-tomas"
|
matched_rule | "accommodatie/(.+?)(?:/([0-9]+))?/?$"
|
matched_query | "accom_pt=seth-55-santo-tomas&page="
|
did_permalink | true
|
Key | Value |
query | array:4 [ "page" => "" "accom_pt" => "seth-55-santo-tomas" "post_type" => "accom_pt" "name" => "seth-55-santo-tomas" ] |
query_vars | array:11 [ "accom_pt" => "seth-55-santo-tomas" "post_type" => "accom_pt" "name" => "seth-55-santo-tomas" "pagename" => "seth-55-santo-tomas" "cache_results" => true "update_post_term_cache" => true "lazy_load_term_meta" => true "update_post_meta_cache" => true "posts_per_page" => 10 "comments_per_page" => "50" "order" => "DESC" ] |
meta_query | WP_Meta_Query {#17268} |
queried_object | WP_Post {#17273} |
queried_object_id | 12065
|
request | """ \n \t\t\tSELECT wp_gc_posts.*\n \t\t\tFROM wp_gc_posts \n \t\t\tWHERE 1=1 AND (wp_gc_posts.ID = '12065') AND wp_gc_posts.post_type = 'accom_pt'\n \t\t\t\n \t\t\tORDER BY wp_gc_posts.post_date DESC\n \t\t\t\n \t\t """ |
post_count | 1
|
in_the_loop | true
|
current_comment | -1
|
found_posts | 1
|
is_single | true
|
is_singular | true
|
Key | Value |
ID | 12065
|
post_author | "7"
|
post_date | "2023-07-02 07:31:16"
|
post_date_gmt | "2023-07-02 07:31:16"
|
post_content | "" |
post_title | "Seth 55 Santo Tomas"
|
post_excerpt | "" |
post_status | "publish"
|
comment_status | "closed"
|
ping_status | "closed"
|
post_password | "" |
post_name | "seth-55-santo-tomas"
|
to_ping | "" |
pinged | "" |
post_modified | "2023-07-02 07:32:40"
|
post_modified_gmt | "2023-07-02 07:32:40"
|
post_content_filtered | "" |
post_parent | 0
|
guid | "https://menorca.nl/?post_type=accom_pt&p=12065"
|
menu_order | 0
|
post_type | "accom_pt"
|
post_mime_type | "" |
comment_count | "0"
|
filter | "raw"
|
empty
empty
empty
empty
empty
Key | Value |
SERVER_SOFTWARE | "nginx/1.22.1"
|
REQUEST_URI | "/accommodatie/seth-55-santo-tomas/"
|
USER | "menorca.nl"
|
HOME | "/srv/www/menorca.nl"
|
HTTP_CONNECTION | "Keep-Alive"
|
HTTP_HOST | "menorca.nl"
|
HTTP_ACCEPT_ENCODING | "br,gzip"
|
HTTP_ACCEPT_LANGUAGE | "en-US,en;q=0.5"
|
HTTP_ACCEPT | "text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8"
|
HTTP_USER_AGENT | "CCBot/2.0 (https://commoncrawl.org/faq/)"
|
REDIRECT_STATUS | "200"
|
SERVER_NAME | "menorca.nl"
|
SERVER_PORT | "443"
|
SERVER_ADDR | "10.164.0.6"
|
REMOTE_USER | "" |
REMOTE_PORT | "52586"
|
REMOTE_ADDR | "35.175.191.46"
|
GATEWAY_INTERFACE | "CGI/1.1"
|
HTTPS | "on"
|
REQUEST_SCHEME | "https"
|
SERVER_PROTOCOL | "HTTP/1.1"
|
DOCUMENT_ROOT | "/srv/www/menorca.nl/vhosts/www/htdocs"
|
DOCUMENT_URI | "/index.php"
|
SCRIPT_NAME | "/index.php"
|
CONTENT_LENGTH | "" |
CONTENT_TYPE | "" |
REQUEST_METHOD | "GET"
|
QUERY_STRING | "" |
SCRIPT_FILENAME | "/srv/www/menorca.nl/vhosts/www/htdocs/index.php"
|
FCGI_ROLE | "RESPONDER"
|
PHP_SELF | "/index.php"
|
REQUEST_TIME_FLOAT | 1695672237.4128
|
REQUEST_TIME | 1695672237
|
empty
0. Whoops\Handler\PrettyPageHandler