Whoops \ Exception \ ErrorException (E_WARNING)
Invalid argument supplied for foreach() Whoops\Exception\ErrorException thrown with message "Invalid argument supplied for foreach()" Stacktrace: #4 Whoops\Exception\ErrorException in /sites/naihmd.creamdev.com/files/public/wp-content/themes/hmdnai/page-templates/property-page.php:35 #3 Whoops\Run:handleError in /sites/naihmd.creamdev.com/files/public/wp-content/themes/hmdnai/page-templates/property-page.php:35 #2 include in /sites/naihmd.creamdev.com/files/public/wp-includes/template-loader.php:105 #1 require_once in /sites/naihmd.creamdev.com/files/public/wp-blog-header.php:19 #0 require in /sites/naihmd.creamdev.com/files/public/index.php:17
Stack frames (5)
4
Whoops
\
Exception
\
ErrorException
/
sites
/
naihmd.creamdev.com
/
files
/
public
/
wp-content
/
themes
/
hmdnai
/
page-templates
/
property-page.php
35
3
Whoops
\
Run
handleError
/
sites
/
naihmd.creamdev.com
/
files
/
public
/
wp-content
/
themes
/
hmdnai
/
page-templates
/
property-page.php
35
2
include
/
sites
/
naihmd.creamdev.com
/
files
/
public
/
wp-includes
/
template-loader.php
105
1
require_once
/
sites
/
naihmd.creamdev.com
/
files
/
public
/
wp-blog-header.php
19
0
require
/
sites
/
naihmd.creamdev.com
/
files
/
public
/
index.php
17
/
sites
/
naihmd.creamdev.com
/
files
/
public
/
wp-content
/
themes
/
hmdnai
/
page-templates
/
property-page.php
$property         = json_decode( $json );
$proptitle        = $property->title->rendered;
$propprice        = $property->price_formatted;
$propimages       = $property->photos;
$propavailability = $property->availability;
$propexcerpt      = $property->excerpt->rendered;
$propdesc         = $property->description;
?>
 
<div class="wrapper" id="page-wrapper">
 
    <div id="single-property">
 
        <section class="section-singleprop-gallery">
            <div class="container-fluid">
                <div class="row">
 
                        <ul class="propgrid">
                            <?php
                            foreach ( $propimages as $propimage ) {
                                echo '<li class="propgrid-box" style="background-image:url(' . $propimage . ')"><a href="' . $propimage . '" class="property-image" title="' . $proptitle . '" data-fancybox="gallery"></a></li>';
                            }
                            ?>
                        </ul>
 
            </div>
        </section>
 
 
 
        <section class="section-singleprop-header" id="prop-header">
            <div class="container">
                <h1><?php echo $proptitle; ?></h1>
                <h4><?php echo $propprice; ?> <small class="availability"><?php echo $propavailability; ?></small></h4>
            </div>
        </section>
 
        <section class="section-singleprop-body">
            <div class="container">
                <div class="row">
Arguments
  1. "Invalid argument supplied for foreach()"
    
/
sites
/
naihmd.creamdev.com
/
files
/
public
/
wp-content
/
themes
/
hmdnai
/
page-templates
/
property-page.php
$property         = json_decode( $json );
$proptitle        = $property->title->rendered;
$propprice        = $property->price_formatted;
$propimages       = $property->photos;
$propavailability = $property->availability;
$propexcerpt      = $property->excerpt->rendered;
$propdesc         = $property->description;
?>
 
<div class="wrapper" id="page-wrapper">
 
    <div id="single-property">
 
        <section class="section-singleprop-gallery">
            <div class="container-fluid">
                <div class="row">
 
                        <ul class="propgrid">
                            <?php
                            foreach ( $propimages as $propimage ) {
                                echo '<li class="propgrid-box" style="background-image:url(' . $propimage . ')"><a href="' . $propimage . '" class="property-image" title="' . $proptitle . '" data-fancybox="gallery"></a></li>';
                            }
                            ?>
                        </ul>
 
            </div>
        </section>
 
 
 
        <section class="section-singleprop-header" id="prop-header">
            <div class="container">
                <h1><?php echo $proptitle; ?></h1>
                <h4><?php echo $propprice; ?> <small class="availability"><?php echo $propavailability; ?></small></h4>
            </div>
        </section>
 
        <section class="section-singleprop-body">
            <div class="container">
                <div class="row">
Arguments
  1. 2
    
  2. "Invalid argument supplied for foreach()"
    
  3. "/sites/naihmd.creamdev.com/files/public/wp-content/themes/hmdnai/page-templates/property-page.php"
    
  4. 35
    
  5. array:210 [
      "_GET" => array:1 [
        "id" => "156842"
      ]
      "_POST" => []
      "_COOKIE" => []
      "_FILES" => []
      "_SERVER" => array:34 [
        "SERVER_SOFTWARE" => "nginx/1.20.1"
        "REQUEST_URI" => "/property/?id=156842"
        "SPINUPWP_CACHE_KEY_SALT" => "naihmd.creamdev.com"
        "SPINUPWP_LOG_PATH" => "/sites/naihmd.creamdev.com/logs/debug.log"
        "SPINUPWP_SITE" => "1"
        "USER" => "naihmd"
        "HOME" => "/sites/naihmd.creamdev.com"
        "HTTP_ACCEPT_ENCODING" => "gzip, br, zstd, deflate"
        "HTTP_USER_AGENT" => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
        "HTTP_ACCEPT" => "*/*"
        "HTTP_HOST" => "naihmd.creamdev.com"
        "REDIRECT_STATUS" => "200"
        "SERVER_NAME" => "naihmd.creamdev.com"
        "SERVER_PORT" => "443"
        "SERVER_ADDR" => "172.26.3.127"
        "REMOTE_USER" => ""
        "REMOTE_PORT" => "41794"
        "REMOTE_ADDR" => "216.73.216.14"
        "GATEWAY_INTERFACE" => "CGI/1.1"
        "HTTPS" => "on"
        "REQUEST_SCHEME" => "https"
        "SERVER_PROTOCOL" => "HTTP/2.0"
        "DOCUMENT_ROOT" => "/sites/naihmd.creamdev.com/files/public"
        "DOCUMENT_URI" => "/index.php"
        "SCRIPT_NAME" => "/index.php"
        "CONTENT_LENGTH" => ""
        "CONTENT_TYPE" => ""
        "REQUEST_METHOD" => "GET"
        "QUERY_STRING" => "id=156842"
        "SCRIPT_FILENAME" => "/sites/naihmd.creamdev.com/files/public/index.php"
        "FCGI_ROLE" => "RESPONDER"
        "PHP_SELF" => "/index.php"
        "REQUEST_TIME_FLOAT" => "1778419756.0842"
        "REQUEST_TIME" => "1778419756"
      ]
      "_REQUEST" => array:1 [
        "id" => "156842"
      ]
      "wp_did_header" => true
      "table_prefix" => "wp_"
      "GLOBALS" => &1 array:210 [
        "_GET" => & array:1 [
          "id" => "156842"
        ]
        "_POST" => & []
        "_COOKIE" => & []
        "_FILES" => & []
        "_SERVER" => & array:34 [
          "SERVER_SOFTWARE" => "nginx/1.20.1"
          "REQUEST_URI" => "/property/?id=156842"
          "SPINUPWP_CACHE_KEY_SALT" => "naihmd.creamdev.com"
          "SPINUPWP_LOG_PATH" => "/sites/naihmd.creamdev.com/logs/debug.log"
          "SPINUPWP_SITE" => "1"
          "USER" => "naihmd"
          "HOME" => "/sites/naihmd.creamdev.com"
          "HTTP_ACCEPT_ENCODING" => "gzip, br, zstd, deflate"
          "HTTP_USER_AGENT" => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
          "HTTP_ACCEPT" => "*/*"
          "HTTP_HOST" => "naihmd.creamdev.com"
          "REDIRECT_STATUS" => "200"
          "SERVER_NAME" => "naihmd.creamdev.com"
          "SERVER_PORT" => "443"
          "SERVER_ADDR" => "172.26.3.127"
          "REMOTE_USER" => ""
          "REMOTE_PORT" => "41794"
          "REMOTE_ADDR" => "216.73.216.14"
          "GATEWAY_INTERFACE" => "CGI/1.1"
          "HTTPS" => "on"
          "REQUEST_SCHEME" => "https"
          "SERVER_PROTOCOL" => "HTTP/2.0"
          "DOCUMENT_ROOT" => "/sites/naihmd.creamdev.com/files/public"
          "DOCUMENT_URI" => "/index.php"
          "SCRIPT_NAME" => "/index.php"
          "CONTENT_LENGTH" => ""
          "CONTENT_TYPE" => ""
          "REQUEST_METHOD" => "GET"
          "QUERY_STRING" => "id=156842"
          "SCRIPT_FILENAME" => "/sites/naihmd.creamdev.com/files/public/index.php"
          "FCGI_ROLE" => "RESPONDER"
          "PHP_SELF" => "/index.php"
          "REQUEST_TIME_FLOAT" => "1778419756.0842"
          "REQUEST_TIME" => "1778419756"
        ]
        "_REQUEST" => & array:1 [
          "id" => "156842"
        ]
        "wp_did_header" => & true
        "table_prefix" => & "wp_"
        "GLOBALS" => &1 array:210 [&1]
        "wp_version" => & "5.3.21"
        "wp_db_version" => & 45805
        "tinymce_version" => & "4960-20190918"
        "required_php_version" => & "5.6.20"
        "required_mysql_version" => & "5.0"
        "wp_local_package" => & null
        "blog_id" => & 1
        "wp_filter" => & array:402 [
          "query" => WP_Hook {#18}
          "pre_term_name" => WP_Hook {#19}
          "pre_comment_author_name" => WP_Hook {#20}
          "pre_link_name" => WP_Hook {#21}
          "pre_link_target" => WP_Hook {#22}
          "pre_link_rel" => WP_Hook {#23}
          "pre_user_display_name" => WP_Hook {#24}
          "pre_user_first_name" => WP_Hook {#25}
          "pre_user_last_name" => WP_Hook {#26}
          "pre_user_nickname" => WP_Hook {#27}
          "term_name" => WP_Hook {#28}
          "comment_author_name" => WP_Hook {#29}
          "link_name" => WP_Hook {#30}
          "link_target" => WP_Hook {#31}
          "link_rel" => WP_Hook {#32}
          "user_display_name" => WP_Hook {#33}
          "user_first_name" => WP_Hook {#34}
          "user_last_name" => WP_Hook {#35}
          "user_nickname" => WP_Hook {#36}
          "pre_term_description" => WP_Hook {#37}
          "pre_link_description" => WP_Hook {#38}
          "pre_link_notes" => WP_Hook {#39}
          "pre_user_description" => WP_Hook {#40}
          "pre_comment_author_email" => WP_Hook {#41}
          "pre_user_email" => WP_Hook {#42}
          "comment_author_email" => WP_Hook {#43}
          "user_email" => WP_Hook {#44}
          "pre_comment_author_url" => WP_Hook {#45}
          "pre_user_url" => WP_Hook {#46}
          "pre_link_url" => WP_Hook {#47}
          "pre_link_image" => WP_Hook {#48}
          "pre_link_rss" => WP_Hook {#49}
          "pre_post_guid" => WP_Hook {#50}
          "user_url" => WP_Hook {#51}
          "link_url" => WP_Hook {#52}
          "link_image" => WP_Hook {#53}
          "link_rss" => WP_Hook {#54}
          "comment_url" => WP_Hook {#55}
          "post_guid" => WP_Hook {#56}
          "pre_term_slug" => WP_Hook {#57}
          "wp_insert_post_data" => WP_Hook {#58}
          "pre_post_type" => WP_Hook {#59}
          "pre_post_status" => WP_Hook {#60}
          "pre_post_comment_status" => WP_Hook {#61}
          "pre_post_ping_status" => WP_Hook {#62}
          "pre_post_mime_type" => WP_Hook {#63}
          "post_mime_type" => WP_Hook {#64}
          "register_meta_args" => WP_Hook {#65}
          "added_post_meta" => WP_Hook {#66}
          "updated_post_meta" => WP_Hook {#67}
          "deleted_post_meta" => WP_Hook {#68}
          "added_term_meta" => WP_Hook {#69}
          "updated_term_meta" => WP_Hook {#70}
          "deleted_term_meta" => WP_Hook {#71}
          "get_term_metadata" => WP_Hook {#72}
          "add_term_metadata" => WP_Hook {#73}
          "update_term_metadata" => WP_Hook {#74}
          "delete_term_metadata" => WP_Hook {#75}
          "get_term_metadata_by_mid" => WP_Hook {#76}
          "update_term_metadata_by_mid" => WP_Hook {#77}
          "delete_term_metadata_by_mid" => WP_Hook {#78}
          "update_term_metadata_cache" => WP_Hook {#79}
          "added_comment_meta" => WP_Hook {#80}
          "updated_comment_meta" => WP_Hook {#81}
          "deleted_comment_meta" => WP_Hook {#82}
          "content_save_pre" => WP_Hook {#83}
          "excerpt_save_pre" => WP_Hook {#84}
          "comment_save_pre" => WP_Hook {#85}
          "pre_comment_content" => WP_Hook {#86}
          "init" => WP_Hook {#87}
          "comment_author" => WP_Hook {#88}
          "link_description" => WP_Hook {#89}
          "link_notes" => WP_Hook {#90}
          "bloginfo" => WP_Hook {#91}
          "wp_title" => WP_Hook {#92}
          "widget_title" => WP_Hook {#93}
          "the_content" => WP_Hook {#94}
          "the_title" => WP_Hook {#95}
          "comment_text" => WP_Hook {#96}
          "single_post_title" => WP_Hook {#97}
          "single_cat_title" => WP_Hook {#98}
          "single_tag_title" => WP_Hook {#99}
          "single_month_title" => WP_Hook {#100}
          "nav_menu_attr_title" => WP_Hook {#101}
          "nav_menu_description" => WP_Hook {#102}
          "term_description" => WP_Hook {#103}
          "get_the_post_type_description" => WP_Hook {#104}
          "term_name_rss" => WP_Hook {#105}
          "wp_insert_post_parent" => WP_Hook {#106}
          "wp_update_term_parent" => WP_Hook {#107}
          "the_excerpt" => WP_Hook {#108}
          "get_the_excerpt" => WP_Hook {#109}
          "the_post_thumbnail_caption" => WP_Hook {#110}
          "comment_excerpt" => WP_Hook {#111}
          "list_cats" => WP_Hook {#112}
          "wp_sprintf" => WP_Hook {#113}
          "widget_text" => WP_Hook {#114}
          "widget_text_content" => WP_Hook {#115}
          "the_title_rss" => WP_Hook {#116}
          "the_content_rss" => WP_Hook {#117}
          "the_content_feed" => WP_Hook {#118}
          "the_excerpt_rss" => WP_Hook {#119}
          "comment_author_rss" => WP_Hook {#120}
          "comment_text_rss" => WP_Hook {#121}
          "bloginfo_rss" => WP_Hook {#122}
          "the_author" => WP_Hook {#123}
          "the_guid" => WP_Hook {#124}
          "wp_mail" => WP_Hook {#125}
          "publish_post" => WP_Hook {#126}
          "publish_page" => WP_Hook {#127}
          "wp_ajax_save-widget" => WP_Hook {#128}
          "wp_ajax_widgets-order" => WP_Hook {#129}
          "customize_save_after" => WP_Hook {#130}
          "option_ping_sites" => WP_Hook {#131}
          "option_blog_charset" => WP_Hook {#132}
          "option_home" => WP_Hook {#133}
          "option_siteurl" => WP_Hook {#134}
          "tiny_mce_before_init" => WP_Hook {#135}
          "teeny_mce_before_init" => WP_Hook {#136}
          "pre_kses" => WP_Hook {#137}
          "sanitize_title" => WP_Hook {#138}
          "check_comment_flood" => WP_Hook {#139}
          "comment_flood_filter" => WP_Hook {#140}
          "comment_email" => WP_Hook {#141}
          "option_tag_base" => WP_Hook {#142}
          "option_category_base" => WP_Hook {#143}
          "the_posts" => WP_Hook {#144}
          "comments_open" => WP_Hook {#145}
          "pings_open" => WP_Hook {#146}
          "editable_slug" => WP_Hook {#147}
          "nav_menu_meta_box_object" => WP_Hook {#148}
          "pingback_ping_source_uri" => WP_Hook {#149}
          "xmlrpc_pingback_error" => WP_Hook {#150}
          "title_save_pre" => WP_Hook {#151}
          "transition_comment_status" => WP_Hook {#152}
          "http_request_host_is_external" => WP_Hook {#153}
          "xmlrpc_rsd_apis" => WP_Hook {#154}
          "wp_head" => WP_Hook {#155}
          "template_redirect" => WP_Hook {#156}
          "auth_cookie_malformed" => WP_Hook {#157}
          "auth_cookie_expired" => WP_Hook {#158}
          "auth_cookie_bad_username" => WP_Hook {#159}
          "auth_cookie_bad_hash" => WP_Hook {#160}
          "auth_cookie_valid" => WP_Hook {#161}
          "rest_authentication_errors" => WP_Hook {#162}
          "publish_future_post" => WP_Hook {#163}
          "wp_footer" => WP_Hook {#164}
          "wp_print_footer_scripts" => WP_Hook {#165}
          "after_switch_theme" => WP_Hook {#166}
          "wp_print_styles" => WP_Hook {#167}
          "login_head" => WP_Hook {#168}
          "login_footer" => WP_Hook {#169}
          "login_init" => WP_Hook {#170}
          "rss2_head" => WP_Hook {#171}
          "commentsrss2_head" => WP_Hook {#172}
          "rss_head" => WP_Hook {#173}
          "rdf_header" => WP_Hook {#174}
          "atom_head" => WP_Hook {#175}
          "comments_atom_head" => WP_Hook {#176}
          "opml_head" => WP_Hook {#177}
          "app_head" => WP_Hook {#178}
          "do_feed_rdf" => WP_Hook {#179}
          "do_feed_rss" => WP_Hook {#180}
          "do_feed_rss2" => WP_Hook {#181}
          "do_feed_atom" => WP_Hook {#182}
          "do_pings" => WP_Hook {#183}
          "do_robots" => WP_Hook {#184}
          "set_comment_cookies" => WP_Hook {#185}
          "sanitize_comment_cookies" => WP_Hook {#186}
          "admin_print_scripts" => WP_Hook {#187}
          "admin_print_footer_scripts" => WP_Hook {#188}
          "admin_print_styles" => WP_Hook {#189}
          "plugins_loaded" => WP_Hook {#190}
          "shutdown" => WP_Hook {#191}
          "post_updated" => WP_Hook {#192}
          "transition_post_status" => WP_Hook {#193}
          "comment_form" => WP_Hook {#194}
          "admin_init" => WP_Hook {#195}
          "welcome_panel" => WP_Hook {#196}
          "user_request_action_confirmed" => WP_Hook {#197}
          "wp_privacy_personal_data_exporters" => WP_Hook {#198}
          "wp_privacy_personal_data_erasers" => WP_Hook {#199}
          "wp_privacy_delete_old_export_files" => WP_Hook {#200}
          "wp_scheduled_delete" => WP_Hook {#201}
          "wp_scheduled_auto_draft_delete" => WP_Hook {#202}
          "importer_scheduled_cleanup" => WP_Hook {#203}
          "upgrader_scheduled_cleanup" => WP_Hook {#204}
          "delete_expired_transients" => WP_Hook {#205}
          "delete_post" => WP_Hook {#206}
          "delete_term" => WP_Hook {#207}
          "begin_fetch_post_thumbnail_html" => WP_Hook {#208}
          "end_fetch_post_thumbnail_html" => WP_Hook {#209}
          "attachment_updated" => WP_Hook {#210}
          "pre_option_gmt_offset" => WP_Hook {#211}
          "admin_color_scheme_picker" => WP_Hook {#212}
          "default_option_link_manager_enabled" => WP_Hook {#213}
          "pre_option_embed_autourls" => WP_Hook {#214}
          "heartbeat_settings" => WP_Hook {#215}
          "admin_enqueue_scripts" => WP_Hook {#216}
          "heartbeat_send" => WP_Hook {#217}
          "heartbeat_nopriv_send" => WP_Hook {#218}
          "authenticate" => WP_Hook {#219}
          "determine_current_user" => WP_Hook {#220}
          "split_shared_term" => WP_Hook {#221}
          "wp_split_shared_term_batch" => WP_Hook {#222}
          "comment_post" => WP_Hook {#223}
          "after_password_reset" => WP_Hook {#224}
          "register_new_user" => WP_Hook {#225}
          "edit_user_created_user" => WP_Hook {#226}
          "rest_api_init" => WP_Hook {#227}
          "parse_request" => WP_Hook {#228}
          "wp_loaded" => WP_Hook {#229}
          "delete_attachment" => WP_Hook {#230}
          "save_post" => WP_Hook {#231}
          "update_option_start_of_week" => WP_Hook {#232}
          "update_option_gmt_offset" => WP_Hook {#233}
          "admin_menu" => WP_Hook {#234}
          "before_delete_post" => WP_Hook {#235}
          "wp_trash_post" => WP_Hook {#236}
          "change_locale" => WP_Hook {#237}
          "request" => WP_Hook {#238}
          "term_link" => WP_Hook {#239}
          "get_post_format" => WP_Hook {#240}
          "get_terms" => WP_Hook {#241}
          "wp_get_object_terms" => WP_Hook {#242}
          "set_current_user" => WP_Hook {#243}
          "wp_default_scripts" => WP_Hook {#244}
          "wp_enqueue_scripts" => WP_Hook {#245}
          "enqueue_block_assets" => WP_Hook {#246}
          "enqueue_block_editor_assets" => WP_Hook {#247}
          "admin_print_scripts-index.php" => WP_Hook {#248}
          "wp_print_scripts" => WP_Hook {#249}
          "print_scripts_array" => WP_Hook {#250}
          "customize_controls_print_styles" => WP_Hook {#251}
          "wp_default_styles" => WP_Hook {#252}
          "style_loader_src" => WP_Hook {#253}
          "wp_playlist_scripts" => WP_Hook {#254}
          "customize_controls_enqueue_scripts" => WP_Hook {#255}
          "nav_menu_item_id" => WP_Hook {#256}
          "before_signup_header" => WP_Hook {#257}
          "activate_header" => WP_Hook {#258}
          "in_admin_header" => WP_Hook {#259}
          "media_buttons" => WP_Hook {#260}
          "image_send_to_editor" => WP_Hook {#261}
          "media_send_to_editor" => WP_Hook {#262}
          "rest_pre_serve_request" => WP_Hook {#263}
          "embed_head" => WP_Hook {#264}
          "embed_content_meta" => WP_Hook {#265}
          "embed_footer" => WP_Hook {#266}
          "excerpt_more" => WP_Hook {#267}
          "the_excerpt_embed" => WP_Hook {#268}
          "oembed_dataparse" => WP_Hook {#269}
          "oembed_response_data" => WP_Hook {#270}
          "pre_oembed_result" => WP_Hook {#271}
          "user_has_cap" => WP_Hook {#272}
          "wp_version_check" => WP_Hook {#273}
          "load-plugins.php" => WP_Hook {#274}
          "load-update.php" => WP_Hook {#275}
          "load-update-core.php" => WP_Hook {#276}
          "wp_update_plugins" => WP_Hook {#277}
          "load-themes.php" => WP_Hook {#278}
          "wp_update_themes" => WP_Hook {#279}
          "update_option_WPLANG" => WP_Hook {#280}
          "wp_maybe_auto_update" => WP_Hook {#281}
          "edit_form_advanced" => WP_Hook {#282}
          "edit_page_form" => WP_Hook {#283}
          "cmb2_admin_init" => WP_Hook {#284}
          "wp_ajax_add-category" => WP_Hook {#285}
          "wp_ajax_add-post_tag" => WP_Hook {#286}
          "wp_ajax_add-nav_menu" => WP_Hook {#287}
          "wp_ajax_add-link_category" => WP_Hook {#288}
          "wp_ajax_add-post_format" => WP_Hook {#289}
          "future_post" => WP_Hook {#290}
          "future_page" => WP_Hook {#291}
          "future_attachment" => WP_Hook {#292}
          "future_revision" => WP_Hook {#293}
          "future_nav_menu_item" => WP_Hook {#294}
          "future_custom_css" => WP_Hook {#295}
          "future_customize_changeset" => WP_Hook {#296}
          "future_oembed_cache" => WP_Hook {#297}
          "future_user_request" => WP_Hook {#298}
          "future_wp_block" => WP_Hook {#299}
          "wp_logout" => WP_Hook {#300}
          "login_form_exit_recovery_mode" => WP_Hook {#301}
          "recovery_mode_clean_expired_keys" => WP_Hook {#302}
          "pre_update_option_active_plugins" => WP_Hook {#303}
          "pre_update_site_option_active_sitewide_plugins" => WP_Hook {#304}
          "activate_query-monitor/query-monitor.php" => WP_Hook {#305}
          "deactivate_query-monitor/query-monitor.php" => WP_Hook {#306}
          "members_register_caps" => WP_Hook {#307}
          "members_register_cap_groups" => WP_Hook {#308}
          "ure_built_in_wp_caps" => WP_Hook {#309}
          "ure_capabilities_groups_tree" => WP_Hook {#310}
          "network_admin_plugin_action_links_query-monitor/query-monitor.php" => WP_Hook {#311}
          "plugin_action_links_query-monitor/query-monitor.php" => WP_Hook {#312}
          "qm/collectors" => WP_Hook {#313}
          "http_request_args" => WP_Hook {#314}
          "pre_http_request" => WP_Hook {#315}
          "http_api_debug" => WP_Hook {#316}
          "requests-curl.before_request" => WP_Hook {#317}
          "requests-curl.after_request" => WP_Hook {#318}
          "requests-fsockopen.before_request" => WP_Hook {#319}
          "requests-fsockopen.after_request" => WP_Hook {#320}
          "override_load_textdomain" => WP_Hook {#321}
          "load_script_translation_file" => WP_Hook {#322}
          "qm/emergency" => WP_Hook {#323}
          "qm/alert" => WP_Hook {#324}
          "qm/critical" => WP_Hook {#325}
          "qm/error" => WP_Hook {#326}
          "qm/warning" => WP_Hook {#327}
          "qm/notice" => WP_Hook {#328}
          "qm/info" => WP_Hook {#329}
          "qm/debug" => WP_Hook {#330}
          "qm/log" => WP_Hook {#331}
          "wp_redirect" => WP_Hook {#332}
          "qm/start" => WP_Hook {#333}
          "qm/stop" => WP_Hook {#334}
          "qm/lap" => WP_Hook {#335}
          "setted_site_transient" => WP_Hook {#336}
          "setted_transient" => WP_Hook {#337}
          "widgets_init" => WP_Hook {#338}
          "wp" => WP_Hook {#339}
          "upgrader_pre_install" => WP_Hook {#340}
          "activate_gravityforms/gravityforms.php" => WP_Hook {#341}
          "deactivate_gravityforms/gravityforms.php" => WP_Hook {#342}
          "admin_bar_menu" => WP_Hook {#343}
          "admin_bar_init" => WP_Hook {#344}
          "plugin_action_links_duplicate-post/duplicate-post.php" => WP_Hook {#345}
          "upload_mimes" => WP_Hook {#346}
          "wp_handle_upload_prefilter" => WP_Hook {#347}
          "wp_check_filetype_and_ext" => WP_Hook {#348}
          "wp_prepare_attachment_for_js" => WP_Hook {#349}
          "wp_get_attachment_image_src" => WP_Hook {#350}
          "admin_post_thumbnail_html" => WP_Hook {#351}
          "get_image_tag" => WP_Hook {#352}
          "wp_generate_attachment_metadata" => WP_Hook {#353}
          "plugin_action_links_safe-svg/safe-svg.php" => WP_Hook {#354}
          "wp_get_attachment_metadata" => WP_Hook {#355}
          "wp_get_attachment_image_attributes" => WP_Hook {#356}
          "load-edit.php" => WP_Hook {#357}
          "wp_ajax_simple_page_ordering" => WP_Hook {#358}
          "_admin_menu" => WP_Hook {#359}
          "admin_head" => WP_Hook {#360}
          "pre_render_block" => WP_Hook {#361}
          "render_block_data" => WP_Hook {#362}
          "render_block" => WP_Hook {#363}
          "body_class" => WP_Hook {#364}
          "timber/output" => WP_Hook {#365}
          "get_template_part" => WP_Hook {#366}
          "qm/dispatchers" => WP_Hook {#367}
          "wp_ajax_qm_auth_on" => WP_Hook {#368}
          "wp_ajax_qm_auth_off" => WP_Hook {#369}
          "wp_ajax_qm_editor_set" => WP_Hook {#370}
          "wp_ajax_nopriv_qm_auth_off" => WP_Hook {#371}
          "admin_footer" => WP_Hook {#372}
          "gp_footer" => WP_Hook {#373}
          "rest_post_dispatch" => WP_Hook {#374}
          "wp_die_handler" => WP_Hook {#375}
          "locale" => WP_Hook {#376}
          "after_setup_theme" => WP_Hook {#377}
          "dynamic_sidebar_params" => WP_Hook {#378}
          "edit_category" => WP_Hook {#379}
          "understrap_site_info" => WP_Hook {#380}
          "get_custom_logo" => WP_Hook {#381}
          "customize_register" => WP_Hook {#382}
          "customize_preview_init" => WP_Hook {#383}
          "comment_form_default_fields" => WP_Hook {#384}
          "comment_form_defaults" => WP_Hook {#385}
          "woocommerce_before_main_content" => WP_Hook {#386}
          "woocommerce_after_main_content" => WP_Hook {#387}
          "mce_buttons_2" => WP_Hook {#388}
          "cmb2_show_on" => WP_Hook {#389}
          "wp_resource_hints" => WP_Hook {#390}
          "woocommerce_form_field_args" => WP_Hook {#391}
          "content_filtered_save_pre" => WP_Hook {#392}
          "admin_print_scripts-widgets.php" => WP_Hook {#393}
          "admin_footer-widgets.php" => WP_Hook {#394}
          "display_media_states" => WP_Hook {#395}
          "admin_head-widgets.php" => WP_Hook {#396}
          "gform_logging_supported" => WP_Hook {#397}
          "gform_post_upgrade" => WP_Hook {#398}
          "gform_preview_styles" => WP_Hook {#399}
          "gform_print_styles" => WP_Hook {#400}
          "gform_enqueue_scripts" => WP_Hook {#401}
          "gravityforms_cron" => WP_Hook {#402}
          "wp_ajax_wp_gf_upgrader" => WP_Hook {#403}
          "wp_ajax_nopriv_wp_gf_upgrader" => WP_Hook {#404}
          "wp_gf_upgrader_cron" => WP_Hook {#405}
          "cron_schedules" => WP_Hook {#406}
          "wp_ajax_wp_gf_feed_processor" => WP_Hook {#407}
          "wp_ajax_nopriv_wp_gf_feed_processor" => WP_Hook {#408}
          "wp_gf_feed_processor_cron" => WP_Hook {#409}
          "transient_update_plugins" => WP_Hook {#410}
          "site_transient_update_plugins" => WP_Hook {#411}
          "auto_update_plugin" => WP_Hook {#412}
          "wp_before_admin_bar_render" => WP_Hook {#413}
          "mwp_premium_update_notification" => WP_Hook {#414}
          "mwp_premium_perform_update" => WP_Hook {#415}
          "activated_plugin" => WP_Hook {#416}
          "future_team" => WP_Hook {#417}
          "cmb2_do_oembed" => WP_Hook {#418}
          "template_include" => WP_Hook {#419}
        ]
        "wpdb" => & wpdb {#420}
        "locale" => & "en_GB"
        "file" => & "/custom-functions.php"
        "_ENV" => & []
        "wp_actions" => & array:41 [
          "mu_plugin_loaded" => 1
          "muplugins_loaded" => 1
          "registered_taxonomy" => 10
          "registered_post_type" => 21
          "plugin_loaded" => 8
          "plugins_loaded" => 1
          "gform_loaded" => 1
          "load_textdomain" => 16
          "sanitize_comment_cookies" => 1
          "wp_roles_init" => 1
          "setup_theme" => 1
          "unload_textdomain" => 1
          "after_setup_theme" => 1
          "auth_cookie_malformed" => 1
          "set_current_user" => 1
          "init" => 1
          "widgets_init" => 1
          "register_sidebar" => 6
          "wp_register_sidebar_widget" => 21
          "wp_default_scripts" => 1
          "wp_default_styles" => 1
          "debug_bar_enqueue_scripts" => 1
          "cmb2_init" => 1
          "cmb2_init_before_hookup" => 1
          "cmb2_after_init" => 1
          "wp_loaded" => 1
          "parse_request" => 1
          "send_headers" => 1
          "parse_query" => 3
          "pre_get_posts" => 3
          "posts_selection" => 3
          "wp" => 1
          "template_redirect" => 1
          "get_header" => 1
          "wp_head" => 1
          "wp_enqueue_scripts" => 1
          "enqueue_block_assets" => 1
          "wp_print_styles" => 1
          "wp_print_scripts" => 1
          "wp_body_open" => 1
          "parse_tax_query" => 4
        ]
        "wp_current_filter" => & []
        "PHP_SELF" => & "/index.php"
        "timestart" => & 1778419756.0851
        "_wp_using_ext_object_cache" => & null
        "wp_object_cache" => & WP_Object_Cache {#429}
        "allowedposttags" => & array:81 [
          "address" => array:11 [ …11]
          "a" => array:17 [ …17]
          "abbr" => array:11 [ …11]
          "acronym" => array:11 [ …11]
          "area" => array:17 [ …17]
          "article" => array:15 [ …15]
          "aside" => array:15 [ …15]
          "audio" => array:17 [ …17]
          "b" => array:11 [ …11]
          "bdo" => array:12 [ …12]
          "big" => array:11 [ …11]
          "blockquote" => array:14 [ …14]
          "br" => array:11 [ …11]
          "button" => array:15 [ …15]
          "caption" => array:12 [ …12]
          "cite" => array:13 [ …13]
          "code" => array:11 [ …11]
          "col" => array:18 [ …18]
          "colgroup" => array:17 [ …17]
          "del" => array:12 [ …12]
          "dd" => array:11 [ …11]
          "dfn" => array:11 [ …11]
          "details" => array:16 [ …16]
          "div" => array:15 [ …15]
          "dl" => array:11 [ …11]
          "dt" => array:11 [ …11]
          "em" => array:11 [ …11]
          "fieldset" => array:11 [ …11]
          "figure" => array:15 [ …15]
          "figcaption" => array:15 [ …15]
          "font" => array:14 [ …14]
          "footer" => array:15 [ …15]
          "h1" => array:12 [ …12]
          "h2" => array:12 [ …12]
          "h3" => array:12 [ …12]
          "h4" => array:12 [ …12]
          "h5" => array:12 [ …12]
          "h6" => array:12 [ …12]
          "header" => array:15 [ …15]
          "hgroup" => array:15 [ …15]
          "hr" => array:15 [ …15]
          "i" => array:11 [ …11]
          "img" => array:21 [ …21]
          "ins" => array:13 [ …13]
          "kbd" => array:11 [ …11]
          "label" => array:12 [ …12]
          "legend" => array:12 [ …12]
          "li" => array:13 [ …13]
          "map" => array:12 [ …12]
          "mark" => array:11 [ …11]
          "menu" => array:12 [ …12]
          "nav" => array:15 [ …15]
          "p" => array:15 [ …15]
          "pre" => array:12 [ …12]
          "q" => array:12 [ …12]
          "s" => array:11 [ …11]
          "samp" => array:11 [ …11]
          "span" => array:15 [ …15]
          "section" => array:15 [ …15]
          "small" => array:11 [ …11]
          "strike" => array:11 [ …11]
          "strong" => array:11 [ …11]
          "sub" => array:11 [ …11]
          "summary" => array:15 [ …15]
          "sup" => array:11 [ …11]
          "table" => array:20 [ …20]
          "tbody" => array:15 [ …15]
          "td" => array:26 [ …26]
          "textarea" => array:16 [ …16]
          "tfoot" => array:15 [ …15]
          "th" => array:25 [ …25]
          "thead" => array:15 [ …15]
          "title" => array:11 [ …11]
          "tr" => array:16 [ …16]
          "track" => array:16 [ …16]
          "tt" => array:11 [ …11]
          "u" => array:11 [ …11]
          "ul" => array:12 [ …12]
          "ol" => array:14 [ …14]
          "var" => array:11 [ …11]
          "video" => array:20 [ …20]
        ]
        "allowedtags" => & array:14 [
          "a" => array:2 [ …2]
          "abbr" => array:1 [ …1]
          "acronym" => array:1 [ …1]
          "b" => []
          "blockquote" => array:1 [ …1]
          "cite" => []
          "code" => []
          "del" => array:1 [ …1]
          "em" => []
          "i" => []
          "q" => array:1 [ …1]
          "s" => []
          "strike" => []
          "strong" => []
        ]
        "allowedentitynames" => & array:253 [
          0 => "nbsp"
          1 => "iexcl"
          2 => "cent"
          3 => "pound"
          4 => "curren"
          5 => "yen"
          6 => "brvbar"
          7 => "sect"
          8 => "uml"
          9 => "copy"
          10 => "ordf"
          11 => "laquo"
          12 => "not"
          13 => "shy"
          14 => "reg"
          15 => "macr"
          16 => "deg"
          17 => "plusmn"
          18 => "acute"
          19 => "micro"
          20 => "para"
          21 => "middot"
          22 => "cedil"
          23 => "ordm"
          24 => "raquo"
          25 => "iquest"
          26 => "Agrave"
          27 => "Aacute"
          28 => "Acirc"
          29 => "Atilde"
          30 => "Auml"
          31 => "Aring"
          32 => "AElig"
          33 => "Ccedil"
          34 => "Egrave"
          35 => "Eacute"
          36 => "Ecirc"
          37 => "Euml"
          38 => "Igrave"
          39 => "Iacute"
          40 => "Icirc"
          41 => "Iuml"
          42 => "ETH"
          43 => "Ntilde"
          44 => "Ograve"
          45 => "Oacute"
          46 => "Ocirc"
          47 => "Otilde"
          48 => "Ouml"
          49 => "times"
          50 => "Oslash"
          51 => "Ugrave"
          52 => "Uacute"
          53 => "Ucirc"
          54 => "Uuml"
          55 => "Yacute"
          56 => "THORN"
          57 => "szlig"
          58 => "agrave"
          59 => "aacute"
          60 => "acirc"
          61 => "atilde"
          62 => "auml"
          63 => "aring"
          64 => "aelig"
          65 => "ccedil"
          66 => "egrave"
          67 => "eacute"
          68 => "ecirc"
          69 => "euml"
          70 => "igrave"
          71 => "iacute"
          72 => "icirc"
          73 => "iuml"
          74 => "eth"
          75 => "ntilde"
          76 => "ograve"
          77 => "oacute"
          78 => "ocirc"
          79 => "otilde"
          80 => "ouml"
          81 => "divide"
          82 => "oslash"
          83 => "ugrave"
          84 => "uacute"
          85 => "ucirc"
          86 => "uuml"
          87 => "yacute"
          88 => "thorn"
          89 => "yuml"
          90 => "quot"
          91 => "amp"
          92 => "lt"
          93 => "gt"
          94 => "apos"
          95 => "OElig"
          96 => "oelig"
          97 => "Scaron"
          98 => "scaron"
          99 => "Yuml"
          100 => "circ"
          101 => "tilde"
          102 => "ensp"
          103 => "emsp"
          104 => "thinsp"
          105 => "zwnj"
          106 => "zwj"
          107 => "lrm"
          108 => "rlm"
          109 => "ndash"
          110 => "mdash"
          111 => "lsquo"
          112 => "rsquo"
          113 => "sbquo"
          114 => "ldquo"
          115 => "rdquo"
          116 => "bdquo"
          117 => "dagger"
          118 => "Dagger"
          119 => "permil"
          120 => "lsaquo"
          121 => "rsaquo"
          122 => "euro"
          123 => "fnof"
          124 => "Alpha"
          125 => "Beta"
          126 => "Gamma"
          127 => "Delta"
          128 => "Epsilon"
          129 => "Zeta"
          130 => "Eta"
          131 => "Theta"
          132 => "Iota"
          133 => "Kappa"
          134 => "Lambda"
          135 => "Mu"
          136 => "Nu"
          137 => "Xi"
          138 => "Omicron"
          139 => "Pi"
          140 => "Rho"
          141 => "Sigma"
          142 => "Tau"
          143 => "Upsilon"
          144 => "Phi"
          145 => "Chi"
          146 => "Psi"
          147 => "Omega"
          148 => "alpha"
          149 => "beta"
          150 => "gamma"
          151 => "delta"
          152 => "epsilon"
          153 => "zeta"
          154 => "eta"
          155 => "theta"
          156 => "iota"
          157 => "kappa"
          158 => "lambda"
          159 => "mu"
          160 => "nu"
          161 => "xi"
          162 => "omicron"
          163 => "pi"
          164 => "rho"
          165 => "sigmaf"
          166 => "sigma"
          167 => "tau"
          168 => "upsilon"
          169 => "phi"
          170 => "chi"
          171 => "psi"
          172 => "omega"
          173 => "thetasym"
          174 => "upsih"
          175 => "piv"
          176 => "bull"
          177 => "hellip"
          178 => "prime"
          179 => "Prime"
          180 => "oline"
          181 => "frasl"
          182 => "weierp"
          183 => "image"
          184 => "real"
          185 => "trade"
          186 => "alefsym"
          187 => "larr"
          188 => "uarr"
          189 => "rarr"
          190 => "darr"
          191 => "harr"
          192 => "crarr"
          193 => "lArr"
          194 => "uArr"
          195 => "rArr"
          196 => "dArr"
          197 => "hArr"
          198 => "forall"
          199 => "part"
          200 => "exist"
          201 => "empty"
          202 => "nabla"
          203 => "isin"
          204 => "notin"
          205 => "ni"
          206 => "prod"
          207 => "sum"
          208 => "minus"
          209 => "lowast"
          210 => "radic"
          211 => "prop"
          212 => "infin"
          213 => "ang"
          214 => "and"
          215 => "or"
          216 => "cap"
          217 => "cup"
          218 => "int"
          219 => "sim"
          220 => "cong"
          221 => "asymp"
          222 => "ne"
          223 => "equiv"
          224 => "le"
          225 => "ge"
          226 => "sub"
          227 => "sup"
          228 => "nsub"
          229 => "sube"
          230 => "supe"
          231 => "oplus"
          232 => "otimes"
          233 => "perp"
          234 => "sdot"
          235 => "lceil"
          236 => "rceil"
          237 => "lfloor"
          238 => "rfloor"
          239 => "lang"
          240 => "rang"
          241 => "loz"
          242 => "spades"
          243 => "clubs"
          244 => "hearts"
          245 => "diams"
          246 => "sup1"
          247 => "sup2"
          248 => "sup3"
          249 => "frac14"
          250 => "frac12"
          251 => "frac34"
          252 => "there4"
        ]
        "shortcode_tags" => & array:9 [
          "wp_caption" => "img_caption_shortcode"
          "caption" => "img_caption_shortcode"
          "gallery" => "gallery_shortcode"
          "playlist" => "wp_playlist_shortcode"
          "audio" => "wp_audio_shortcode"
          "video" => "wp_video_shortcode"
          "embed" => "__return_false"
          "gravityform" => array:2 [ …2]
          "gravityforms" => array:2 [ …2]
        ]
        "wp_registered_sidebars" => & array:6 [
          "right-sidebar" => array:8 [ …8]
          "left-sidebar" => array:8 [ …8]
          "hero" => array:8 [ …8]
          "herocanvas" => array:8 [ …8]
          "statichero" => array:8 [ …8]
          "footerfull" => array:8 [ …8]
        ]
        "wp_registered_widgets" => & array:21 [
          "pages-1" => array:7 [ …7]
          "calendar-1" => array:7 [ …7]
          "archives-2" => array:7 [ …7]
          "media_audio-1" => array:8 [ …8]
          "media_image-1" => array:8 [ …8]
          "media_gallery-1" => array:8 [ …8]
          "media_video-1" => array:8 [ …8]
          "meta-2" => array:7 [ …7]
          "search-2" => array:7 [ …7]
          "text-1" => array:7 [ …7]
          "text-2" => array:7 [ …7]
          "text-3" => array:7 [ …7]
          "categories-2" => array:7 [ …7]
          "recent-posts-2" => array:7 [ …7]
          "recent-comments-2" => array:7 [ …7]
          "rss-1" => array:7 [ …7]
          "tag_cloud-1" => array:7 [ …7]
          "nav_menu-2" => array:7 [ …7]
          "nav_menu-3" => array:7 [ …7]
          "custom_html-1" => array:7 [ …7]
          "gform_widget-1" => array:7 [ …7]
        ]
        "wp_registered_widget_controls" => & array:21 [
          "pages-1" => array:7 [ …7]
          "calendar-1" => array:7 [ …7]
          "archives-2" => array:7 [ …7]
          "media_audio-1" => array:7 [ …7]
          "media_image-1" => array:7 [ …7]
          "media_gallery-1" => array:7 [ …7]
          "media_video-1" => array:7 [ …7]
          "meta-2" => array:7 [ …7]
          "search-2" => array:7 [ …7]
          "text-1" => array:7 [ …7]
          "text-2" => array:7 [ …7]
          "text-3" => array:7 [ …7]
          "categories-2" => array:7 [ …7]
          "recent-posts-2" => array:7 [ …7]
          "recent-comments-2" => array:7 [ …7]
          "rss-1" => array:7 [ …7]
          "tag_cloud-1" => array:7 [ …7]
          "nav_menu-2" => array:7 [ …7]
          "nav_menu-3" => array:7 [ …7]
          "custom_html-1" => array:7 [ …7]
          "gform_widget-1" => array:7 [ …7]
        ]
        "wp_registered_widget_updates" => & array:18 [
          "pages" => array:3 [ …3]
          "calendar" => array:3 [ …3]
          "archives" => array:3 [ …3]
          "media_audio" => array:3 [ …3]
          "media_image" => array:3 [ …3]
          "media_gallery" => array:3 [ …3]
          "media_video" => array:3 [ …3]
          "meta" => array:3 [ …3]
          "search" => array:3 [ …3]
          "text" => array:5 [ …5]
          "categories" => array:3 [ …3]
          "recent-posts" => array:3 [ …3]
          "recent-comments" => array:3 [ …3]
          "rss" => array:5 [ …5]
          "tag_cloud" => array:3 [ …3]
          "nav_menu" => array:3 [ …3]
          "custom_html" => array:5 [ …5]
          "gform_widget" => array:5 [ …5]
        ]
        "_wp_sidebars_widgets" => & array:8 [
          "wp_inactive_widgets" => []
          "right-sidebar" => array:6 [ …6]
          "left-sidebar" => []
          "hero" => []
          "herocanvas" => []
          "statichero" => []
          "footerfull" => []
          "array_version" => 3
        ]
        "_wp_deprecated_widgets_callbacks" => & array:22 [
          0 => "wp_widget_pages"
          1 => "wp_widget_pages_control"
          2 => "wp_widget_calendar"
          3 => "wp_widget_calendar_control"
          4 => "wp_widget_archives"
          5 => "wp_widget_archives_control"
          6 => "wp_widget_links"
          7 => "wp_widget_meta"
          8 => "wp_widget_meta_control"
          9 => "wp_widget_search"
          10 => "wp_widget_recent_entries"
          11 => "wp_widget_recent_entries_control"
          12 => "wp_widget_tag_cloud"
          13 => "wp_widget_tag_cloud_control"
          14 => "wp_widget_categories"
          15 => "wp_widget_categories_control"
          16 => "wp_widget_text"
          17 => "wp_widget_text_control"
          18 => "wp_widget_rss"
          19 => "wp_widget_rss_control"
          20 => "wp_widget_recent_comments"
          21 => "wp_widget_recent_comments_control"
        ]
        "wp_embed" => & WP_Embed {#440}
        "wp_plugin_paths" => & []
        "pagenow" => & "index.php"
        "is_lynx" => & false
        "is_gecko" => & true
        "is_winIE" => & false
        "is_macIE" => & false
        "is_opera" => & false
        "is_NS4" => & false
        "is_safari" => & false
        "is_chrome" => & false
        "is_iphone" => & false
        "is_IE" => & false
        "is_edge" => & false
        "is_apache" => & false
        "is_IIS" => & false
        "is_iis7" => & false
        "is_nginx" => & true
        "wp_rewrite" => & WP_Rewrite {#458}
        "wp_taxonomies" => & array:5 [
          "category" => WP_Taxonomy {#460}
          "post_tag" => WP_Taxonomy {#461}
          "nav_menu" => WP_Taxonomy {#462}
          "link_category" => WP_Taxonomy {#463}
          "post_format" => WP_Taxonomy {#464}
        ]
        "l10n" => & array:6 [
          "duplicate-post" => MO {#466}
          "simple-page-ordering" => MO {#467}
          "default" => MO {#468}
          "gravityforms" => MO {#469}
          "query-monitor" => MO {#470}
          "cmb2" => MO {#471}
        ]
        "l10n_unloaded" => & []
        "wp" => & WP {#473}
        "_wp_theme_features" => & array:18 [
          "automatic-feed-links" => true
          "title-tag" => true
          "menus" => true
          "html5" => array:1 [ …1]
          "post-thumbnails" => true
          "customize-selective-refresh-widgets" => true
          "post-formats" => array:1 [ …1]
          "custom-background" => array:1 [ …1]
          "custom-logo" => array:1 [ …1]
          "responsive-embeds" => true
          "infinite-scroll" => array:1 [ …1]
          "jetpack-responsive-videos" => true
          "jetpack-social-menu" => true
          "woocommerce" => true
          "wc-product-gallery-lightbox" => true
          "wc-product-gallery-zoom" => true
          "wc-product-gallery-slider" => true
          "widgets" => true
        ]
        "wp_post_types" => & array:11 [
          "post" => WP_Post_Type {#476}
          "page" => WP_Post_Type {#477}
          "attachment" => WP_Post_Type {#478}
          "revision" => WP_Post_Type {#479}
          "nav_menu_item" => WP_Post_Type {#480}
          "custom_css" => WP_Post_Type {#481}
          "customize_changeset" => WP_Post_Type {#482}
          "oembed_cache" => WP_Post_Type {#483}
          "user_request" => WP_Post_Type {#484}
          "wp_block" => WP_Post_Type {#485}
          "team" => WP_Post_Type {#486}
        ]
        "post_type_meta_caps" => & array:10 [
          "edit_post" => "edit_post"
          "read_post" => "read_post"
          "delete_post" => "delete_post"
          "edit_page" => "edit_post"
          "read_page" => "read_post"
          "delete_page" => "delete_post"
          "customize" => "delete_post"
          "edit_block" => "edit_post"
          "read_block" => "read_post"
          "delete_block" => "delete_post"
        ]
        "_wp_post_type_features" => & array:13 [
          "post" => array:10 [ …10]
          "page" => array:9 [ …9]
          "attachment" => array:3 [ …3]
          "attachment:audio" => array:1 [ …1]
          "attachment:video" => array:1 [ …1]
          "revision" => array:1 [ …1]
          "nav_menu_item" => array:2 [ …2]
          "custom_css" => array:2 [ …2]
          "customize_changeset" => array:2 [ …2]
          "oembed_cache" => array:2 [ …2]
          "user_request" => array:2 [ …2]
          "wp_block" => array:2 [ …2]
          "team" => array:5 [ …5]
        ]
        "wp_post_statuses" => & array:12 [
          "publish" => {#490}
          "future" => {#491}
          "draft" => {#492}
          "pending" => {#493}
          "private" => {#494}
          "trash" => {#495}
          "auto-draft" => {#496}
          "inherit" => {#497}
          "request-pending" => {#498}
          "request-confirmed" => {#499}
          "request-failed" => {#500}
          "request-completed" => {#501}
        ]
        "wp_theme_directories" => & array:1 [
          0 => "/sites/naihmd.creamdev.com/files/public/wp-content/themes"
        ]
        "qm_dir" => & "/sites/naihmd.creamdev.com/files/public/wp-content/plugins/query-monitor"
        "qm_class" => & "Timer"
        "gf_license_key" => & ""
        "gf_recaptcha_private_key" => & ""
        "gf_recaptcha_public_key" => & ""
        "_gform_lead_meta" => & []
        "_gaddon_posted_settings" => & []
        "__composer_autoload_files" => & array:3 [
          "0e6d7bf4a5811bfa5cf40c5ccd6fae6a" => true
          "667aeda72477189d0494fecd327c3641" => true
          "3917c79c5052b270641b5a200963dbc2" => true
        ]
        "DUPLICATOR_SERVER_LIST" => & array:7 [
          0 => "Apache"
          1 => "LiteSpeed"
          2 => "Nginx"
          3 => "Lighttpd"
          4 => "IIS"
          5 => "WebServerX"
          6 => "uWSGI"
        ]
        "DUPLICATOR_OPTS_DELETE" => & array:3 [
          0 => "duplicator_ui_view_state"
          1 => "duplicator_package_active"
          2 => "duplicator_settings"
        ]
        "DUPLICATOR_GLOBAL_FILE_FILTERS_ON" => & true
        "DUPLICATOR_GLOBAL_FILE_FILTERS" => & array:8 [
          0 => "error_log"
          1 => "error.log"
          2 => "debug_log"
          3 => "ws_ftp.log"
          4 => "dbcache"
          5 => "pgcache"
          6 => "objectcache"
          7 => ".DS_Store"
        ]
        "safe_svg" => & safe_svg {#515}
        "_wp_additional_image_sizes" => & array:7 [
          "1536x1536" => array:3 [ …3]
          "2048x2048" => array:3 [ …3]
          0 => array:3 [ …3]
          "1920-1080" => array:3 [ …3]
          1 => array:3 [ …3]
           …2
        ]
        "wp_the_query" => & WP_Query {#517}
        "wp_query" => & WP_Query {#517}
        "wp_widget_factory" => & WP_Widget_Factory {#519}
        "wp_user_roles" => & null
        "wp_roles" => & WP_Roles {#521}
        "weekday" => & array:7 [ …7]
        "weekday_initial" => & array:7 [ …7]
        "weekday_abbrev" => & array:7 [ …7]
        "month" => & array:12 [ …12]
        "month_abbrev" => & array:12 [ …12]
        "wp_locale" => & WP_Locale {#527}
        "wp_locale_switcher" => & WP_Locale_Switcher {#528}
        "understrap_includes" => & array:18 [ …18]
        "filepath" => & "/sites/naihmd.creamdev.com/files/public/wp-content/themes/hmdnai/inc/custom-functions.php"
        "content_width" => & 640
        "_wp_registered_nav_menus" => & array:4 [ …4]
        "current_user" => & WP_User {#533}
        "wp_rest_auth_cookie" => & "malformed"
        "user_login" => & ""
        "userdata" => & null
        "user_level" => & 0
        "user_ID" => & 0
        "user_email" => & ""
        "user_url" => & ""
        "user_identity" => & ""
        "sidebars_widgets" => & array:7 [ …7]
        "wp_customize" => & null
        "wp_scripts" => & WP_Scripts {#544}
        "concatenate_scripts" => & false
        "compress_scripts" => & true
        "compress_css" => & true
        "wpsmiliestrans" => & array:43 [ …43]
        "wp_smiliessearch" => & "/(?<=[\r\n\t ]|\xC2\xA0|&nbsp;|^);(?:\-\)|\))(?=[\r\n\t ]|\xC2\xA0|&nbsp;|$)|(?<=[\r\n\t ]|\xC2\xA0|&nbsp;|^)\:(?:\||x|wink\:|twisted\:|smile\:|shock\:|sad\:|roll\:|razz\:|oops\:|o|neutral\:|mrgreen\:|mad\:|lol\:|idea\:|grin\:|evil\:|eek\:|cry\:|cool\:|arrow\:|P|D|\?\?\?\:|\?\:|\?|\-\||\-x|\-o|\-P|\-D|\-\?|\-\)|\-\(|\)|\(|\!\:)(?=[\r\n\t ]|\xC2\xA0|&nbsp;|$)|(?<=[\r\n\t ]|\xC2\xA0|&nbsp;|^)8(?:O|\-O|\-\))(?=[\r\n\t ]|\xC2\xA0|&nbsp;|$)/m"
        "debug_bar" => & Debug_Bar {#550}
        "wp_styles" => & WP_Styles {#551}
        "custom_image_header" => & null
        "custom_background" => & null
        "wp_header_to_desc" => & array:60 [ …60]
        "page" => & 0
        "pagename" => & "property"
        "error" => & ""
        "m" => & ""
        "p" => & 0
        "post_parent" => & ""
        "subpost" => & ""
        "subpost_id" => & ""
        "attachment" => & ""
        "attachment_id" => & 0
        "name" => & "property"
        "page_id" => & 0
        "second" => & ""
        "minute" => & ""
        "hour" => & ""
        "day" => & 0
        "monthnum" => & 0
        "year" => & 0
        "w" => & 0
        "category_name" => & ""
        "tag" => & "is_page"
        "cat" => & ""
        "tag_id" => & ""
        "author" => & ""
        "author_name" => & ""
        "feed" => & ""
        "tb" => & ""
        "paged" => & 0
        "meta_key" => & ""
        "meta_value" => & ""
        "preview" => & ""
        "s" => & ""
        "sentence" => & ""
        "title" => & ""
        "fields" => & ""
        "menu_order" => & ""
        "embed" => & ""
        "category__in" => & []
        "category__not_in" => & []
        "category__and" => & []
        "post__in" => & []
        "post__not_in" => & []
        "post_name__in" => & []
        "tag__in" => & []
        "tag__not_in" => & []
        "tag__and" => & []
        "tag_slug__in" => & []
        "tag_slug__and" => & []
        "post_parent__in" => & []
        "post_parent__not_in" => & []
        "author__in" => & []
        "author__not_in" => & []
        "ignore_sticky_posts" => & false
        "suppress_filters" => & false
        "cache_results" => & true
        "update_post_term_cache" => & true
        "lazy_load_term_meta" => & true
        "update_post_meta_cache" => & true
        "post_type" => & ""
        "posts_per_page" => & 10
        "nopaging" => & false
        "comments_per_page" => & "50"
        "no_found_rows" => & false
        "order" => & "DESC"
        "query_string" => & "pagename=property"
        "posts" => &620 array:1 [
          0 => WP_Post {#621}
        ]
        "post" => & WP_Post {#621}
        "request" => & "SELECT   wp_posts.* FROM wp_posts  WHERE 1=1  AND (wp_posts.ID = '6426') AND wp_posts.post_type = 'page'  ORDER BY wp_posts.post_date DESC "
        "more" => & 1
        "single" => & 1
        "tag_templates" => & array:17 [ …17]
        "template" => & "/sites/naihmd.creamdev.com/files/public/wp-content/themes/hmdnai/page-templates/property-page.php"
        "template_getter" => & "get_page_template"
        "is_stringy" => & true
        "wp_admin_bar" => & null
        "show_admin_bar" => & false
        "container" => & "container"
        "prop_id" => & "156842"
        "json" => & "{"id":156842,"date":"2026-04-01T11:34:06","date_gmt":"2026-04-01T10:34:06","guid":{"rendered":"https:\/\/hookemacdonald.ie\/property\/11-canon-hall\/"},"modified":"2026-05-10T14:12:13","modified_gmt":"2026-05-10T13:12:13","slug":"11-canon-hall","status":"publish","type":"property","link":"https:\/\/hookemacdonald.ie\/property\/11-canon-hall\/","title":{"rendered":"11 Canon Hall"},"content":{"rendered":"<p>Hooke &amp; MacDonald are delighted to present this exceptional two bedroom Docklands apartment extending to approximately 95 sq.m (1,023 sq.ft) and benefiting from a south west facing balcony and a prominent end of block position.<\/p>\n<p>Originally designed as a show apartment and owner occupied since, the property is presented in superb move in condition and offers generous proportions, excellent natural light and a high quality finish throughout. The combination of scale, layout and location creates a substantial and highly appealing city home within one of Dublin\u2019s most well connected districts.<\/p>\n<p>Occupying a prime second floor position, the apartment enjoys a bright open outlook and enhanced privacy within this well regarded Docklands development.<\/p>\n<p>Accommodation<\/p>\n<p>The dual aspect orientation together with the end of block position allows natural light to flow throughout the apartment, creating bright and welcoming living spaces.<\/p>\n<p>The open plan living and dining room is a particularly impressive space with excellent proportions, floor to ceiling glazing and direct access to the south west facing balcony, which enjoys a bright open outlook across the landscaped courtyard. Solid wooden flooring enhances the warmth and overall quality of the interior.<\/p>\n<p>The newly installed contemporary kitchen is both stylish and highly functional. A large peninsula unit provides additional preparation space and informal seating, while a Belfast style sink adds character and detail. Integrated appliances, quality cabinetry and generous storage complete the space.<\/p>\n<p>There are two spacious double bedrooms, both bright and generously proportioned. The main bedroom benefits from a well appointed en suite bathroom, while the second double bedroom includes a dedicated walk in wardrobe, a rare and highly desirable feature in comparable apartments.<\/p>\n<p>Both bedrooms overlook Church Street East, a quiet residential street with a calm outlook. Soft carpeting enhances comfort and reinforces the high quality finish throughout.<\/p>\n<p>Two well sized storage presses off the entrance hall provide excellent additional internal storage, a valuable and practical feature for everyday apartment living.<\/p>\n<p>A main bathroom finished with quality tiling and sanitaryware completes the accommodation.<\/p>\n<p>The property also includes one designated car parking space, while residents benefit from a landscaped communal courtyard within a well managed development.<\/p>\n<p>Key Features<\/p>\n<p>&#8211; Approx. 95 sq.m (1,023 sq.ft) dual aspect apartment<br \/>\n&#8211; Prominent end of block position with excellent natural light<br \/>\n&#8211; Private south west facing balcony overlooking courtyard<br \/>\n&#8211; Former show apartment in superb condition<br \/>\n&#8211; Two large double bedrooms including main en suite<br \/>\n&#8211; Walk in wardrobe to second bedroom<br \/>\n&#8211; Designated car parking space<\/p>\n<p>Location<\/p>\n<p>Canon Hall is positioned within the North Docklands, one of Dublin\u2019s most established and recently redeveloped business and residential districts. The area offers an excellent mix of employment, retail and lifestyle amenities within immediate reach.<\/p>\n<p>The Spencer Dock LUAS stop is approximately a 3 minute walk, providing a direct connection through the city centre. Docklands railway station is within walking distance and Connolly Station is also nearby. The IFSC is just a short stroll away.<\/p>\n<p>The River Liffey and the Samuel Beckett Bridge are also within easy reach, offering attractive walking and cycling routes. Grafton Street can be reached in approximately a 12 minute cycle, while Dublin Airport is approximately a 12 minute drive via the Port Tunnel.<\/p>\n<p>Everyday convenience is excellent. Tesco Express is approximately 200 metres away, Fresh is a short walk and Dunnes Stores Supermarket at Point Village is approximately a 7 minute walk beside the 3Arena and Point Square. Popular caf\u00e9s nearby include Grindstone and The Art of Coffee, while The Mayson Hotel adds further vibrancy to the immediate area.<\/p>\n<p>Major employers within walking distance include National Treasury Management Agency, Salesforce, the Central Bank of Ireland, PwC, Citi and A&amp;L Goodbody, supporting strong residential demand in the area.<\/p>\n<p>The location is ideal for walking, cycling, LUAS, Dublin Bus and driving, with immediate access to the Port Tunnel and national road network.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Hooke &amp; MacDonald are delighted to present this exceptional two bedroom Docklands apartment extending to approximately 95 sq.m (1,023 sq.ft) and benefiting from a south west facing balcony and a prominent end of block position. Originally designed as a show apartment and owner occupied since, the property is presented in superb move in condition and<\/p>\n<p><a class=\"btn btn-outline-primary\" href=\"https:\/\/hookemacdonald.ie\/property\/11-canon-hall\/\">Read More<\/a><\/p>\n","protected":false},"featured_media":0,"template":"","class_list":["post-156842","property","type-property","status-publish","hentry","location-dublin-1","location-dublin-3","location-north-docklands","propsector-g","property_type-flatapartment","property_status-underoffer","property_bed-28","property_bath-32"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v25.1 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>11 Canon Hall - Hooke &amp; MacDonald<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/hookemacdonald.ie\/property\/11-canon-hall\/\" \/>\n<meta property=\"og:locale\" content=\"en_GB\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"11 Canon Hall - Hooke &amp; MacDonald\" \/>\n<meta property=\"og:description\" content=\"Hooke &amp; MacDonald are delighted to present this exceptional two bedroom Docklands apartment extending to approximately 95 sq.m (1,023 sq.ft) and benefiting from a south west facing balcony and a prominent end of block position. Originally designed as a show apartment and owner occupied since, the property is presented in superb move in condition andRead More\" \/>\n<meta property=\"og:url\" content=\"https:\/\/hookemacdonald.ie\/property\/11-canon-hall\/\" \/>\n<meta property=\"og:site_name\" content=\"Hooke &amp; MacDonald\" \/>\n<meta property=\"article:modified_time\" content=\"2026-05-10T13:12:13+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Estimated reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/hookemacdonald.ie\/property\/11-canon-hall\/\",\"url\":\"https:\/\/hookemacdonald.ie\/property\/11-canon-hall\/\",\"name\":\"11 Canon Hall - Hooke &amp; MacDonald\",\"isPartOf\":{\"@id\":\"https:\/\/hookemacdonald.ie\/#website\"},\"datePublished\":\"2026-04-01T10:34:06+00:00\",\"dateModified\":\"2026-05-10T13:12:13+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/hookemacdonald.ie\/property\/11-canon-hall\/#breadcrumb\"},\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/hookemacdonald.ie\/property\/11-canon-hall\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/hookemacdonald.ie\/property\/11-canon-hall\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/hookemacdonald.ie\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"11 Canon Hall\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/hookemacdonald.ie\/#website\",\"url\":\"https:\/\/hookemacdonald.ie\/\",\"name\":\"Hooke &amp; MacDonald\",\"description\":\"Estate Agents and Property Services in Ireland\",\"publisher\":{\"@id\":\"https:\/\/hookemacdonald.ie\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/hookemacdonald.ie\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-GB\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/hookemacdonald.ie\/#organization\",\"name\":\"Hooke &amp; MacDonald\",\"url\":\"https:\/\/hookemacdonald.ie\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\/\/hookemacdonald.ie\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/hookemacdonald.ie\/wp-content\/uploads\/2022\/04\/logo.png\",\"contentUrl\":\"https:\/\/hookemacdonald.ie\/wp-content\/uploads\/2022\/04\/logo.png\",\"width\":695,\"height\":140,\"caption\":\"Hooke &amp; MacDonald\"},\"image\":{\"@id\":\"https:\/\/hookemacdonald.ie\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"11 Canon Hall - Hooke &amp; MacDonald","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/hookemacdonald.ie\/property\/11-canon-hall\/","og_locale":"en_GB","og_type":"article","og_title":"11 Canon Hall - Hooke &amp; MacDonald","og_description":"Hooke &amp; MacDonald are delighted to present this exceptional two bedroom Docklands apartment extending to approximately 95 sq.m (1,023 sq.ft) and benefiting from a south west facing balcony and a prominent end of block position. Originally designed as a show apartment and owner occupied since, the property is presented in superb move in condition andRead More","og_url":"https:\/\/hookemacdonald.ie\/property\/11-canon-hall\/","og_site_name":"Hooke &amp; MacDonald","article_modified_time":"2026-05-10T13:12:13+00:00","twitter_card":"summary_large_image","twitter_misc":{"Estimated reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/hookemacdonald.ie\/property\/11-canon-hall\/","url":"https:\/\/hookemacdonald.ie\/property\/11-canon-hall\/","name":"11 Canon Hall - Hooke &amp; MacDonald","isPartOf":{"@id":"https:\/\/hookemacdonald.ie\/#website"},"datePublished":"2026-04-01T10:34:06+00:00","dateModified":"2026-05-10T13:12:13+00:00","breadcrumb":{"@id":"https:\/\/hookemacdonald.ie\/property\/11-canon-hall\/#breadcrumb"},"inLanguage":"en-GB","potentialAction":[{"@type":"ReadAction","target":["https:\/\/hookemacdonald.ie\/property\/11-canon-hall\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/hookemacdonald.ie\/property\/11-canon-hall\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/hookemacdonald.ie\/"},{"@type":"ListItem","position":2,"name":"11 Canon Hall"}]},{"@type":"WebSite","@id":"https:\/\/hookemacdonald.ie\/#website","url":"https:\/\/hookemacdonald.ie\/","name":"Hooke &amp; MacDonald","description":"Estate Agents and Property Services in Ireland","publisher":{"@id":"https:\/\/hookemacdonald.ie\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/hookemacdonald.ie\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-GB"},{"@type":"Organization","@id":"https:\/\/hookemacdonald.ie\/#organization","name":"Hooke &amp; MacDonald","url":"https:\/\/hookemacdonald.ie\/","logo":{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/hookemacdonald.ie\/#\/schema\/logo\/image\/","url":"https:\/\/hookemacdonald.ie\/wp-content\/uploads\/2022\/04\/logo.png","contentUrl":"https:\/\/hookemacdonald.ie\/wp-content\/uploads\/2022\/04\/logo.png","width":695,"height":140,"caption":"Hooke &amp; MacDonald"},"image":{"@id":"https:\/\/hookemacdonald.ie\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/hookemacdonald.ie\/wp-json\/wp\/v2\/property\/156842","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/hookemacdonald.ie\/wp-json\/wp\/v2\/property"}],"about":[{"href":"https:\/\/hookemacdonald.ie\/wp-json\/wp\/v2\/types\/property"}],"version-history":[{"count":1,"href":"https:\/\/hookemacdonald.ie\/wp-json\/wp\/v2\/property\/156842\/revisions"}],"predecessor-version":[{"id":156844,"href":"https:\/\/hookemacdonald.ie\/wp-json\/wp\/v2\/property\/156842\/revisions\/156844"}],"wp:attachment":[{"href":"https:\/\/hookemacdonald.ie\/wp-json\/wp\/v2\/media?parent=156842"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}"
        "property" => & {#635}
        "proptitle" => & "11 Canon Hall"
        "propprice" => & null
        "propimages" => & null
        "propavailability" => & null
        "propexcerpt" => & """
          <p>Hooke &amp; MacDonald are delighted to present this exceptional two bedroom Docklands apartment extending to approximately 95 sq.m (1,023 sq.ft) and benefiting from a south west facing balcony and a prominent end of block position. Originally designed as a show apartment and owner occupied since, the property is presented in superb move in condition and</p>\n
          <p><a class="btn btn-outline-primary" href="https://hookemacdonald.ie/property/11-canon-hall/">Read More</a></p>\n
          """
        "propdesc" => & null
        "id" => & null
        "comment" => & null
        "wp_cockneyreplace" => & null
        "current_screen" => & null
        "_wp_admin_css_colors" => & null
        "http_response_header" => & array:25 [ …25]
      ]
      "wp_version" => "5.3.21"
      "wp_db_version" => 45805
      "tinymce_version" => "4960-20190918"
      "required_php_version" => "5.6.20"
      "required_mysql_version" => "5.0"
      "wp_local_package" => null
      "blog_id" => 1
      "wp_filter" => array:402 [
        "query" => WP_Hook {#18}
        "pre_term_name" => WP_Hook {#19}
        "pre_comment_author_name" => WP_Hook {#20}
        "pre_link_name" => WP_Hook {#21}
        "pre_link_target" => WP_Hook {#22}
        "pre_link_rel" => WP_Hook {#23}
        "pre_user_display_name" => WP_Hook {#24}
        "pre_user_first_name" => WP_Hook {#25}
        "pre_user_last_name" => WP_Hook {#26}
        "pre_user_nickname" => WP_Hook {#27}
        "term_name" => WP_Hook {#28}
        "comment_author_name" => WP_Hook {#29}
        "link_name" => WP_Hook {#30}
        "link_target" => WP_Hook {#31}
        "link_rel" => WP_Hook {#32}
        "user_display_name" => WP_Hook {#33}
        "user_first_name" => WP_Hook {#34}
        "user_last_name" => WP_Hook {#35}
        "user_nickname" => WP_Hook {#36}
        "pre_term_description" => WP_Hook {#37}
        "pre_link_description" => WP_Hook {#38}
        "pre_link_notes" => WP_Hook {#39}
        "pre_user_description" => WP_Hook {#40}
        "pre_comment_author_email" => WP_Hook {#41}
        "pre_user_email" => WP_Hook {#42}
        "comment_author_email" => WP_Hook {#43}
        "user_email" => WP_Hook {#44}
        "pre_comment_author_url" => WP_Hook {#45}
        "pre_user_url" => WP_Hook {#46}
        "pre_link_url" => WP_Hook {#47}
        "pre_link_image" => WP_Hook {#48}
        "pre_link_rss" => WP_Hook {#49}
        "pre_post_guid" => WP_Hook {#50}
        "user_url" => WP_Hook {#51}
        "link_url" => WP_Hook {#52}
        "link_image" => WP_Hook {#53}
        "link_rss" => WP_Hook {#54}
        "comment_url" => WP_Hook {#55}
        "post_guid" => WP_Hook {#56}
        "pre_term_slug" => WP_Hook {#57}
        "wp_insert_post_data" => WP_Hook {#58}
        "pre_post_type" => WP_Hook {#59}
        "pre_post_status" => WP_Hook {#60}
        "pre_post_comment_status" => WP_Hook {#61}
        "pre_post_ping_status" => WP_Hook {#62}
        "pre_post_mime_type" => WP_Hook {#63}
        "post_mime_type" => WP_Hook {#64}
        "register_meta_args" => WP_Hook {#65}
        "added_post_meta" => WP_Hook {#66}
        "updated_post_meta" => WP_Hook {#67}
        "deleted_post_meta" => WP_Hook {#68}
        "added_term_meta" => WP_Hook {#69}
        "updated_term_meta" => WP_Hook {#70}
        "deleted_term_meta" => WP_Hook {#71}
        "get_term_metadata" => WP_Hook {#72}
        "add_term_metadata" => WP_Hook {#73}
        "update_term_metadata" => WP_Hook {#74}
        "delete_term_metadata" => WP_Hook {#75}
        "get_term_metadata_by_mid" => WP_Hook {#76}
        "update_term_metadata_by_mid" => WP_Hook {#77}
        "delete_term_metadata_by_mid" => WP_Hook {#78}
        "update_term_metadata_cache" => WP_Hook {#79}
        "added_comment_meta" => WP_Hook {#80}
        "updated_comment_meta" => WP_Hook {#81}
        "deleted_comment_meta" => WP_Hook {#82}
        "content_save_pre" => WP_Hook {#83}
        "excerpt_save_pre" => WP_Hook {#84}
        "comment_save_pre" => WP_Hook {#85}
        "pre_comment_content" => WP_Hook {#86}
        "init" => WP_Hook {#87}
        "comment_author" => WP_Hook {#88}
        "link_description" => WP_Hook {#89}
        "link_notes" => WP_Hook {#90}
        "bloginfo" => WP_Hook {#91}
        "wp_title" => WP_Hook {#92}
        "widget_title" => WP_Hook {#93}
        "the_content" => WP_Hook {#94}
        "the_title" => WP_Hook {#95}
        "comment_text" => WP_Hook {#96}
        "single_post_title" => WP_Hook {#97}
        "single_cat_title" => WP_Hook {#98}
        "single_tag_title" => WP_Hook {#99}
        "single_month_title" => WP_Hook {#100}
        "nav_menu_attr_title" => WP_Hook {#101}
        "nav_menu_description" => WP_Hook {#102}
        "term_description" => WP_Hook {#103}
        "get_the_post_type_description" => WP_Hook {#104}
        "term_name_rss" => WP_Hook {#105}
        "wp_insert_post_parent" => WP_Hook {#106}
        "wp_update_term_parent" => WP_Hook {#107}
        "the_excerpt" => WP_Hook {#108}
        "get_the_excerpt" => WP_Hook {#109}
        "the_post_thumbnail_caption" => WP_Hook {#110}
        "comment_excerpt" => WP_Hook {#111}
        "list_cats" => WP_Hook {#112}
        "wp_sprintf" => WP_Hook {#113}
        "widget_text" => WP_Hook {#114}
        "widget_text_content" => WP_Hook {#115}
        "the_title_rss" => WP_Hook {#116}
        "the_content_rss" => WP_Hook {#117}
        "the_content_feed" => WP_Hook {#118}
        "the_excerpt_rss" => WP_Hook {#119}
        "comment_author_rss" => WP_Hook {#120}
        "comment_text_rss" => WP_Hook {#121}
        "bloginfo_rss" => WP_Hook {#122}
        "the_author" => WP_Hook {#123}
        "the_guid" => WP_Hook {#124}
        "wp_mail" => WP_Hook {#125}
        "publish_post" => WP_Hook {#126}
        "publish_page" => WP_Hook {#127}
        "wp_ajax_save-widget" => WP_Hook {#128}
        "wp_ajax_widgets-order" => WP_Hook {#129}
        "customize_save_after" => WP_Hook {#130}
        "option_ping_sites" => WP_Hook {#131}
        "option_blog_charset" => WP_Hook {#132}
        "option_home" => WP_Hook {#133}
        "option_siteurl" => WP_Hook {#134}
        "tiny_mce_before_init" => WP_Hook {#135}
        "teeny_mce_before_init" => WP_Hook {#136}
        "pre_kses" => WP_Hook {#137}
        "sanitize_title" => WP_Hook {#138}
        "check_comment_flood" => WP_Hook {#139}
        "comment_flood_filter" => WP_Hook {#140}
        "comment_email" => WP_Hook {#141}
        "option_tag_base" => WP_Hook {#142}
        "option_category_base" => WP_Hook {#143}
        "the_posts" => WP_Hook {#144}
        "comments_open" => WP_Hook {#145}
        "pings_open" => WP_Hook {#146}
        "editable_slug" => WP_Hook {#147}
        "nav_menu_meta_box_object" => WP_Hook {#148}
        "pingback_ping_source_uri" => WP_Hook {#149}
        "xmlrpc_pingback_error" => WP_Hook {#150}
        "title_save_pre" => WP_Hook {#151}
        "transition_comment_status" => WP_Hook {#152}
        "http_request_host_is_external" => WP_Hook {#153}
        "xmlrpc_rsd_apis" => WP_Hook {#154}
        "wp_head" => WP_Hook {#155}
        "template_redirect" => WP_Hook {#156}
        "auth_cookie_malformed" => WP_Hook {#157}
        "auth_cookie_expired" => WP_Hook {#158}
        "auth_cookie_bad_username" => WP_Hook {#159}
        "auth_cookie_bad_hash" => WP_Hook {#160}
        "auth_cookie_valid" => WP_Hook {#161}
        "rest_authentication_errors" => WP_Hook {#162}
        "publish_future_post" => WP_Hook {#163}
        "wp_footer" => WP_Hook {#164}
        "wp_print_footer_scripts" => WP_Hook {#165}
        "after_switch_theme" => WP_Hook {#166}
        "wp_print_styles" => WP_Hook {#167}
        "login_head" => WP_Hook {#168}
        "login_footer" => WP_Hook {#169}
        "login_init" => WP_Hook {#170}
        "rss2_head" => WP_Hook {#171}
        "commentsrss2_head" => WP_Hook {#172}
        "rss_head" => WP_Hook {#173}
        "rdf_header" => WP_Hook {#174}
        "atom_head" => WP_Hook {#175}
        "comments_atom_head" => WP_Hook {#176}
        "opml_head" => WP_Hook {#177}
        "app_head" => WP_Hook {#178}
        "do_feed_rdf" => WP_Hook {#179}
        "do_feed_rss" => WP_Hook {#180}
        "do_feed_rss2" => WP_Hook {#181}
        "do_feed_atom" => WP_Hook {#182}
        "do_pings" => WP_Hook {#183}
        "do_robots" => WP_Hook {#184}
        "set_comment_cookies" => WP_Hook {#185}
        "sanitize_comment_cookies" => WP_Hook {#186}
        "admin_print_scripts" => WP_Hook {#187}
        "admin_print_footer_scripts" => WP_Hook {#188}
        "admin_print_styles" => WP_Hook {#189}
        "plugins_loaded" => WP_Hook {#190}
        "shutdown" => WP_Hook {#191}
        "post_updated" => WP_Hook {#192}
        "transition_post_status" => WP_Hook {#193}
        "comment_form" => WP_Hook {#194}
        "admin_init" => WP_Hook {#195}
        "welcome_panel" => WP_Hook {#196}
        "user_request_action_confirmed" => WP_Hook {#197}
        "wp_privacy_personal_data_exporters" => WP_Hook {#198}
        "wp_privacy_personal_data_erasers" => WP_Hook {#199}
        "wp_privacy_delete_old_export_files" => WP_Hook {#200}
        "wp_scheduled_delete" => WP_Hook {#201}
        "wp_scheduled_auto_draft_delete" => WP_Hook {#202}
        "importer_scheduled_cleanup" => WP_Hook {#203}
        "upgrader_scheduled_cleanup" => WP_Hook {#204}
        "delete_expired_transients" => WP_Hook {#205}
        "delete_post" => WP_Hook {#206}
        "delete_term" => WP_Hook {#207}
        "begin_fetch_post_thumbnail_html" => WP_Hook {#208}
        "end_fetch_post_thumbnail_html" => WP_Hook {#209}
        "attachment_updated" => WP_Hook {#210}
        "pre_option_gmt_offset" => WP_Hook {#211}
        "admin_color_scheme_picker" => WP_Hook {#212}
        "default_option_link_manager_enabled" => WP_Hook {#213}
        "pre_option_embed_autourls" => WP_Hook {#214}
        "heartbeat_settings" => WP_Hook {#215}
        "admin_enqueue_scripts" => WP_Hook {#216}
        "heartbeat_send" => WP_Hook {#217}
        "heartbeat_nopriv_send" => WP_Hook {#218}
        "authenticate" => WP_Hook {#219}
        "determine_current_user" => WP_Hook {#220}
        "split_shared_term" => WP_Hook {#221}
        "wp_split_shared_term_batch" => WP_Hook {#222}
        "comment_post" => WP_Hook {#223}
        "after_password_reset" => WP_Hook {#224}
        "register_new_user" => WP_Hook {#225}
        "edit_user_created_user" => WP_Hook {#226}
        "rest_api_init" => WP_Hook {#227}
        "parse_request" => WP_Hook {#228}
        "wp_loaded" => WP_Hook {#229}
        "delete_attachment" => WP_Hook {#230}
        "save_post" => WP_Hook {#231}
        "update_option_start_of_week" => WP_Hook {#232}
        "update_option_gmt_offset" => WP_Hook {#233}
        "admin_menu" => WP_Hook {#234}
        "before_delete_post" => WP_Hook {#235}
        "wp_trash_post" => WP_Hook {#236}
        "change_locale" => WP_Hook {#237}
        "request" => WP_Hook {#238}
        "term_link" => WP_Hook {#239}
        "get_post_format" => WP_Hook {#240}
        "get_terms" => WP_Hook {#241}
        "wp_get_object_terms" => WP_Hook {#242}
        "set_current_user" => WP_Hook {#243}
        "wp_default_scripts" => WP_Hook {#244}
        "wp_enqueue_scripts" => WP_Hook {#245}
        "enqueue_block_assets" => WP_Hook {#246}
        "enqueue_block_editor_assets" => WP_Hook {#247}
        "admin_print_scripts-index.php" => WP_Hook {#248}
        "wp_print_scripts" => WP_Hook {#249}
        "print_scripts_array" => WP_Hook {#250}
        "customize_controls_print_styles" => WP_Hook {#251}
        "wp_default_styles" => WP_Hook {#252}
        "style_loader_src" => WP_Hook {#253}
        "wp_playlist_scripts" => WP_Hook {#254}
        "customize_controls_enqueue_scripts" => WP_Hook {#255}
        "nav_menu_item_id" => WP_Hook {#256}
        "before_signup_header" => WP_Hook {#257}
        "activate_header" => WP_Hook {#258}
        "in_admin_header" => WP_Hook {#259}
        "media_buttons" => WP_Hook {#260}
        "image_send_to_editor" => WP_Hook {#261}
        "media_send_to_editor" => WP_Hook {#262}
        "rest_pre_serve_request" => WP_Hook {#263}
        "embed_head" => WP_Hook {#264}
        "embed_content_meta" => WP_Hook {#265}
        "embed_footer" => WP_Hook {#266}
        "excerpt_more" => WP_Hook {#267}
        "the_excerpt_embed" => WP_Hook {#268}
        "oembed_dataparse" => WP_Hook {#269}
        "oembed_response_data" => WP_Hook {#270}
        "pre_oembed_result" => WP_Hook {#271}
        "user_has_cap" => WP_Hook {#272}
        "wp_version_check" => WP_Hook {#273}
        "load-plugins.php" => WP_Hook {#274}
        "load-update.php" => WP_Hook {#275}
        "load-update-core.php" => WP_Hook {#276}
        "wp_update_plugins" => WP_Hook {#277}
        "load-themes.php" => WP_Hook {#278}
        "wp_update_themes" => WP_Hook {#279}
        "update_option_WPLANG" => WP_Hook {#280}
        "wp_maybe_auto_update" => WP_Hook {#281}
        "edit_form_advanced" => WP_Hook {#282}
        "edit_page_form" => WP_Hook {#283}
        "cmb2_admin_init" => WP_Hook {#284}
        "wp_ajax_add-category" => WP_Hook {#285}
        "wp_ajax_add-post_tag" => WP_Hook {#286}
        "wp_ajax_add-nav_menu" => WP_Hook {#287}
        "wp_ajax_add-link_category" => WP_Hook {#288}
        "wp_ajax_add-post_format" => WP_Hook {#289}
        "future_post" => WP_Hook {#290}
        "future_page" => WP_Hook {#291}
        "future_attachment" => WP_Hook {#292}
        "future_revision" => WP_Hook {#293}
        "future_nav_menu_item" => WP_Hook {#294}
        "future_custom_css" => WP_Hook {#295}
        "future_customize_changeset" => WP_Hook {#296}
        "future_oembed_cache" => WP_Hook {#297}
        "future_user_request" => WP_Hook {#298}
        "future_wp_block" => WP_Hook {#299}
        "wp_logout" => WP_Hook {#300}
        "login_form_exit_recovery_mode" => WP_Hook {#301}
        "recovery_mode_clean_expired_keys" => WP_Hook {#302}
        "pre_update_option_active_plugins" => WP_Hook {#303}
        "pre_update_site_option_active_sitewide_plugins" => WP_Hook {#304}
        "activate_query-monitor/query-monitor.php" => WP_Hook {#305}
        "deactivate_query-monitor/query-monitor.php" => WP_Hook {#306}
        "members_register_caps" => WP_Hook {#307}
        "members_register_cap_groups" => WP_Hook {#308}
        "ure_built_in_wp_caps" => WP_Hook {#309}
        "ure_capabilities_groups_tree" => WP_Hook {#310}
        "network_admin_plugin_action_links_query-monitor/query-monitor.php" => WP_Hook {#311}
        "plugin_action_links_query-monitor/query-monitor.php" => WP_Hook {#312}
        "qm/collectors" => WP_Hook {#313}
        "http_request_args" => WP_Hook {#314}
        "pre_http_request" => WP_Hook {#315}
        "http_api_debug" => WP_Hook {#316}
        "requests-curl.before_request" => WP_Hook {#317}
        "requests-curl.after_request" => WP_Hook {#318}
        "requests-fsockopen.before_request" => WP_Hook {#319}
        "requests-fsockopen.after_request" => WP_Hook {#320}
        "override_load_textdomain" => WP_Hook {#321}
        "load_script_translation_file" => WP_Hook {#322}
        "qm/emergency" => WP_Hook {#323}
        "qm/alert" => WP_Hook {#324}
        "qm/critical" => WP_Hook {#325}
        "qm/error" => WP_Hook {#326}
        "qm/warning" => WP_Hook {#327}
        "qm/notice" => WP_Hook {#328}
        "qm/info" => WP_Hook {#329}
        "qm/debug" => WP_Hook {#330}
        "qm/log" => WP_Hook {#331}
        "wp_redirect" => WP_Hook {#332}
        "qm/start" => WP_Hook {#333}
        "qm/stop" => WP_Hook {#334}
        "qm/lap" => WP_Hook {#335}
        "setted_site_transient" => WP_Hook {#336}
        "setted_transient" => WP_Hook {#337}
        "widgets_init" => WP_Hook {#338}
        "wp" => WP_Hook {#339}
        "upgrader_pre_install" => WP_Hook {#340}
        "activate_gravityforms/gravityforms.php" => WP_Hook {#341}
        "deactivate_gravityforms/gravityforms.php" => WP_Hook {#342}
        "admin_bar_menu" => WP_Hook {#343}
        "admin_bar_init" => WP_Hook {#344}
        "plugin_action_links_duplicate-post/duplicate-post.php" => WP_Hook {#345}
        "upload_mimes" => WP_Hook {#346}
        "wp_handle_upload_prefilter" => WP_Hook {#347}
        "wp_check_filetype_and_ext" => WP_Hook {#348}
        "wp_prepare_attachment_for_js" => WP_Hook {#349}
        "wp_get_attachment_image_src" => WP_Hook {#350}
        "admin_post_thumbnail_html" => WP_Hook {#351}
        "get_image_tag" => WP_Hook {#352}
        "wp_generate_attachment_metadata" => WP_Hook {#353}
        "plugin_action_links_safe-svg/safe-svg.php" => WP_Hook {#354}
        "wp_get_attachment_metadata" => WP_Hook {#355}
        "wp_get_attachment_image_attributes" => WP_Hook {#356}
        "load-edit.php" => WP_Hook {#357}
        "wp_ajax_simple_page_ordering" => WP_Hook {#358}
        "_admin_menu" => WP_Hook {#359}
        "admin_head" => WP_Hook {#360}
        "pre_render_block" => WP_Hook {#361}
        "render_block_data" => WP_Hook {#362}
        "render_block" => WP_Hook {#363}
        "body_class" => WP_Hook {#364}
        "timber/output" => WP_Hook {#365}
        "get_template_part" => WP_Hook {#366}
        "qm/dispatchers" => WP_Hook {#367}
        "wp_ajax_qm_auth_on" => WP_Hook {#368}
        "wp_ajax_qm_auth_off" => WP_Hook {#369}
        "wp_ajax_qm_editor_set" => WP_Hook {#370}
        "wp_ajax_nopriv_qm_auth_off" => WP_Hook {#371}
        "admin_footer" => WP_Hook {#372}
        "gp_footer" => WP_Hook {#373}
        "rest_post_dispatch" => WP_Hook {#374}
        "wp_die_handler" => WP_Hook {#375}
        "locale" => WP_Hook {#376}
        "after_setup_theme" => WP_Hook {#377}
        "dynamic_sidebar_params" => WP_Hook {#378}
        "edit_category" => WP_Hook {#379}
        "understrap_site_info" => WP_Hook {#380}
        "get_custom_logo" => WP_Hook {#381}
        "customize_register" => WP_Hook {#382}
        "customize_preview_init" => WP_Hook {#383}
        "comment_form_default_fields" => WP_Hook {#384}
        "comment_form_defaults" => WP_Hook {#385}
        "woocommerce_before_main_content" => WP_Hook {#386}
        "woocommerce_after_main_content" => WP_Hook {#387}
        "mce_buttons_2" => WP_Hook {#388}
        "cmb2_show_on" => WP_Hook {#389}
        "wp_resource_hints" => WP_Hook {#390}
        "woocommerce_form_field_args" => WP_Hook {#391}
        "content_filtered_save_pre" => WP_Hook {#392}
        "admin_print_scripts-widgets.php" => WP_Hook {#393}
        "admin_footer-widgets.php" => WP_Hook {#394}
        "display_media_states" => WP_Hook {#395}
        "admin_head-widgets.php" => WP_Hook {#396}
        "gform_logging_supported" => WP_Hook {#397}
        "gform_post_upgrade" => WP_Hook {#398}
        "gform_preview_styles" => WP_Hook {#399}
        "gform_print_styles" => WP_Hook {#400}
        "gform_enqueue_scripts" => WP_Hook {#401}
        "gravityforms_cron" => WP_Hook {#402}
        "wp_ajax_wp_gf_upgrader" => WP_Hook {#403}
        "wp_ajax_nopriv_wp_gf_upgrader" => WP_Hook {#404}
        "wp_gf_upgrader_cron" => WP_Hook {#405}
        "cron_schedules" => WP_Hook {#406}
        "wp_ajax_wp_gf_feed_processor" => WP_Hook {#407}
        "wp_ajax_nopriv_wp_gf_feed_processor" => WP_Hook {#408}
        "wp_gf_feed_processor_cron" => WP_Hook {#409}
        "transient_update_plugins" => WP_Hook {#410}
        "site_transient_update_plugins" => WP_Hook {#411}
        "auto_update_plugin" => WP_Hook {#412}
        "wp_before_admin_bar_render" => WP_Hook {#413}
        "mwp_premium_update_notification" => WP_Hook {#414}
        "mwp_premium_perform_update" => WP_Hook {#415}
        "activated_plugin" => WP_Hook {#416}
        "future_team" => WP_Hook {#417}
        "cmb2_do_oembed" => WP_Hook {#418}
        "template_include" => WP_Hook {#419}
      ]
      "wpdb" => wpdb {#420}
      "locale" => "en_GB"
      "file" => "/custom-functions.php"
      "_ENV" => []
      "wp_actions" => array:41 [
        "mu_plugin_loaded" => 1
        "muplugins_loaded" => 1
        "registered_taxonomy" => 10
        "registered_post_type" => 21
        "plugin_loaded" => 8
        "plugins_loaded" => 1
        "gform_loaded" => 1
        "load_textdomain" => 16
        "sanitize_comment_cookies" => 1
        "wp_roles_init" => 1
        "setup_theme" => 1
        "unload_textdomain" => 1
        "after_setup_theme" => 1
        "auth_cookie_malformed" => 1
        "set_current_user" => 1
        "init" => 1
        "widgets_init" => 1
        "register_sidebar" => 6
        "wp_register_sidebar_widget" => 21
        "wp_default_scripts" => 1
        "wp_default_styles" => 1
        "debug_bar_enqueue_scripts" => 1
        "cmb2_init" => 1
        "cmb2_init_before_hookup" => 1
        "cmb2_after_init" => 1
        "wp_loaded" => 1
        "parse_request" => 1
        "send_headers" => 1
        "parse_query" => 3
        "pre_get_posts" => 3
        "posts_selection" => 3
        "wp" => 1
        "template_redirect" => 1
        "get_header" => 1
        "wp_head" => 1
        "wp_enqueue_scripts" => 1
        "enqueue_block_assets" => 1
        "wp_print_styles" => 1
        "wp_print_scripts" => 1
        "wp_body_open" => 1
        "parse_tax_query" => 4
      ]
      "wp_current_filter" => []
      "PHP_SELF" => "/index.php"
      "timestart" => 1778419756.0851
      "_wp_using_ext_object_cache" => null
      "wp_object_cache" => WP_Object_Cache {#429}
      "allowedposttags" => array:81 [
        "address" => array:11 [ …11]
        "a" => array:17 [ …17]
        "abbr" => array:11 [ …11]
        "acronym" => array:11 [ …11]
        "area" => array:17 [ …17]
        "article" => array:15 [ …15]
        "aside" => array:15 [ …15]
        "audio" => array:17 [ …17]
        "b" => array:11 [ …11]
        "bdo" => array:12 [ …12]
        "big" => array:11 [ …11]
        "blockquote" => array:14 [ …14]
        "br" => array:11 [ …11]
        "button" => array:15 [ …15]
        "caption" => array:12 [ …12]
        "cite" => array:13 [ …13]
        "code" => array:11 [ …11]
        "col" => array:18 [ …18]
        "colgroup" => array:17 [ …17]
        "del" => array:12 [ …12]
        "dd" => array:11 [ …11]
        "dfn" => array:11 [ …11]
        "details" => array:16 [ …16]
        "div" => array:15 [ …15]
        "dl" => array:11 [ …11]
        "dt" => array:11 [ …11]
        "em" => array:11 [ …11]
        "fieldset" => array:11 [ …11]
        "figure" => array:15 [ …15]
        "figcaption" => array:15 [ …15]
        "font" => array:14 [ …14]
        "footer" => array:15 [ …15]
        "h1" => array:12 [ …12]
        "h2" => array:12 [ …12]
        "h3" => array:12 [ …12]
        "h4" => array:12 [ …12]
        "h5" => array:12 [ …12]
        "h6" => array:12 [ …12]
        "header" => array:15 [ …15]
        "hgroup" => array:15 [ …15]
        "hr" => array:15 [ …15]
        "i" => array:11 [ …11]
        "img" => array:21 [ …21]
        "ins" => array:13 [ …13]
        "kbd" => array:11 [ …11]
        "label" => array:12 [ …12]
        "legend" => array:12 [ …12]
        "li" => array:13 [ …13]
        "map" => array:12 [ …12]
        "mark" => array:11 [ …11]
        "menu" => array:12 [ …12]
        "nav" => array:15 [ …15]
        "p" => array:15 [ …15]
        "pre" => array:12 [ …12]
        "q" => array:12 [ …12]
        "s" => array:11 [ …11]
        "samp" => array:11 [ …11]
        "span" => array:15 [ …15]
        "section" => array:15 [ …15]
        "small" => array:11 [ …11]
        "strike" => array:11 [ …11]
        "strong" => array:11 [ …11]
        "sub" => array:11 [ …11]
        "summary" => array:15 [ …15]
        "sup" => array:11 [ …11]
        "table" => array:20 [ …20]
        "tbody" => array:15 [ …15]
        "td" => array:26 [ …26]
        "textarea" => array:16 [ …16]
        "tfoot" => array:15 [ …15]
        "th" => array:25 [ …25]
        "thead" => array:15 [ …15]
        "title" => array:11 [ …11]
        "tr" => array:16 [ …16]
        "track" => array:16 [ …16]
        "tt" => array:11 [ …11]
        "u" => array:11 [ …11]
        "ul" => array:12 [ …12]
        "ol" => array:14 [ …14]
        "var" => array:11 [ …11]
        "video" => array:20 [ …20]
      ]
      "allowedtags" => array:14 [
        "a" => array:2 [ …2]
        "abbr" => array:1 [ …1]
        "acronym" => array:1 [ …1]
        "b" => []
        "blockquote" => array:1 [ …1]
        "cite" => []
        "code" => []
        "del" => array:1 [ …1]
        "em" => []
        "i" => []
        "q" => array:1 [ …1]
        "s" => []
        "strike" => []
        "strong" => []
      ]
      "allowedentitynames" => array:253 [
        0 => "nbsp"
        1 => "iexcl"
        2 => "cent"
        3 => "pound"
        4 => "curren"
        5 => "yen"
        6 => "brvbar"
        7 => "sect"
        8 => "uml"
        9 => "copy"
        10 => "ordf"
        11 => "laquo"
        12 => "not"
        13 => "shy"
        14 => "reg"
        15 => "macr"
        16 => "deg"
        17 => "plusmn"
        18 => "acute"
        19 => "micro"
        20 => "para"
        21 => "middot"
        22 => "cedil"
        23 => "ordm"
        24 => "raquo"
        25 => "iquest"
        26 => "Agrave"
        27 => "Aacute"
        28 => "Acirc"
        29 => "Atilde"
        30 => "Auml"
        31 => "Aring"
        32 => "AElig"
        33 => "Ccedil"
        34 => "Egrave"
        35 => "Eacute"
        36 => "Ecirc"
        37 => "Euml"
        38 => "Igrave"
        39 => "Iacute"
        40 => "Icirc"
        41 => "Iuml"
        42 => "ETH"
        43 => "Ntilde"
        44 => "Ograve"
        45 => "Oacute"
        46 => "Ocirc"
        47 => "Otilde"
        48 => "Ouml"
        49 => "times"
        50 => "Oslash"
        51 => "Ugrave"
        52 => "Uacute"
        53 => "Ucirc"
        54 => "Uuml"
        55 => "Yacute"
        56 => "THORN"
        57 => "szlig"
        58 => "agrave"
        59 => "aacute"
        60 => "acirc"
        61 => "atilde"
        62 => "auml"
        63 => "aring"
        64 => "aelig"
        65 => "ccedil"
        66 => "egrave"
        67 => "eacute"
        68 => "ecirc"
        69 => "euml"
        70 => "igrave"
        71 => "iacute"
        72 => "icirc"
        73 => "iuml"
        74 => "eth"
        75 => "ntilde"
        76 => "ograve"
        77 => "oacute"
        78 => "ocirc"
        79 => "otilde"
        80 => "ouml"
        81 => "divide"
        82 => "oslash"
        83 => "ugrave"
        84 => "uacute"
        85 => "ucirc"
        86 => "uuml"
        87 => "yacute"
        88 => "thorn"
        89 => "yuml"
        90 => "quot"
        91 => "amp"
        92 => "lt"
        93 => "gt"
        94 => "apos"
        95 => "OElig"
        96 => "oelig"
        97 => "Scaron"
        98 => "scaron"
        99 => "Yuml"
        100 => "circ"
        101 => "tilde"
        102 => "ensp"
        103 => "emsp"
        104 => "thinsp"
        105 => "zwnj"
        106 => "zwj"
        107 => "lrm"
        108 => "rlm"
        109 => "ndash"
        110 => "mdash"
        111 => "lsquo"
        112 => "rsquo"
        113 => "sbquo"
        114 => "ldquo"
        115 => "rdquo"
        116 => "bdquo"
        117 => "dagger"
        118 => "Dagger"
        119 => "permil"
        120 => "lsaquo"
        121 => "rsaquo"
        122 => "euro"
        123 => "fnof"
        124 => "Alpha"
        125 => "Beta"
        126 => "Gamma"
        127 => "Delta"
        128 => "Epsilon"
        129 => "Zeta"
        130 => "Eta"
        131 => "Theta"
        132 => "Iota"
        133 => "Kappa"
        134 => "Lambda"
        135 => "Mu"
        136 => "Nu"
        137 => "Xi"
        138 => "Omicron"
        139 => "Pi"
        140 => "Rho"
        141 => "Sigma"
        142 => "Tau"
        143 => "Upsilon"
        144 => "Phi"
        145 => "Chi"
        146 => "Psi"
        147 => "Omega"
        148 => "alpha"
        149 => "beta"
        150 => "gamma"
        151 => "delta"
        152 => "epsilon"
        153 => "zeta"
        154 => "eta"
        155 => "theta"
        156 => "iota"
        157 => "kappa"
        158 => "lambda"
        159 => "mu"
        160 => "nu"
        161 => "xi"
        162 => "omicron"
        163 => "pi"
        164 => "rho"
        165 => "sigmaf"
        166 => "sigma"
        167 => "tau"
        168 => "upsilon"
        169 => "phi"
        170 => "chi"
        171 => "psi"
        172 => "omega"
        173 => "thetasym"
        174 => "upsih"
        175 => "piv"
        176 => "bull"
        177 => "hellip"
        178 => "prime"
        179 => "Prime"
        180 => "oline"
        181 => "frasl"
        182 => "weierp"
        183 => "image"
        184 => "real"
        185 => "trade"
        186 => "alefsym"
        187 => "larr"
        188 => "uarr"
        189 => "rarr"
        190 => "darr"
        191 => "harr"
        192 => "crarr"
        193 => "lArr"
        194 => "uArr"
        195 => "rArr"
        196 => "dArr"
        197 => "hArr"
        198 => "forall"
        199 => "part"
        200 => "exist"
        201 => "empty"
        202 => "nabla"
        203 => "isin"
        204 => "notin"
        205 => "ni"
        206 => "prod"
        207 => "sum"
        208 => "minus"
        209 => "lowast"
        210 => "radic"
        211 => "prop"
        212 => "infin"
        213 => "ang"
        214 => "and"
        215 => "or"
        216 => "cap"
        217 => "cup"
        218 => "int"
        219 => "sim"
        220 => "cong"
        221 => "asymp"
        222 => "ne"
        223 => "equiv"
        224 => "le"
        225 => "ge"
        226 => "sub"
        227 => "sup"
        228 => "nsub"
        229 => "sube"
        230 => "supe"
        231 => "oplus"
        232 => "otimes"
        233 => "perp"
        234 => "sdot"
        235 => "lceil"
        236 => "rceil"
        237 => "lfloor"
        238 => "rfloor"
        239 => "lang"
        240 => "rang"
        241 => "loz"
        242 => "spades"
        243 => "clubs"
        244 => "hearts"
        245 => "diams"
        246 => "sup1"
        247 => "sup2"
        248 => "sup3"
        249 => "frac14"
        250 => "frac12"
        251 => "frac34"
        252 => "there4"
      ]
      "shortcode_tags" => array:9 [
        "wp_caption" => "img_caption_shortcode"
        "caption" => "img_caption_shortcode"
        "gallery" => "gallery_shortcode"
        "playlist" => "wp_playlist_shortcode"
        "audio" => "wp_audio_shortcode"
        "video" => "wp_video_shortcode"
        "embed" => "__return_false"
        "gravityform" => array:2 [ …2]
        "gravityforms" => array:2 [ …2]
      ]
      "wp_registered_sidebars" => array:6 [
        "right-sidebar" => array:8 [ …8]
        "left-sidebar" => array:8 [ …8]
        "hero" => array:8 [ …8]
        "herocanvas" => array:8 [ …8]
        "statichero" => array:8 [ …8]
        "footerfull" => array:8 [ …8]
      ]
      "wp_registered_widgets" => array:21 [
        "pages-1" => array:7 [ …7]
        "calendar-1" => array:7 [ …7]
        "archives-2" => array:7 [ …7]
        "media_audio-1" => array:8 [ …8]
        "media_image-1" => array:8 [ …8]
        "media_gallery-1" => array:8 [ …8]
        "media_video-1" => array:8 [ …8]
        "meta-2" => array:7 [ …7]
        "search-2" => array:7 [ …7]
        "text-1" => array:7 [ …7]
        "text-2" => array:7 [ …7]
        "text-3" => array:7 [ …7]
        "categories-2" => array:7 [ …7]
        "recent-posts-2" => array:7 [ …7]
        "recent-comments-2" => array:7 [ …7]
        "rss-1" => array:7 [ …7]
        "tag_cloud-1" => array:7 [ …7]
        "nav_menu-2" => array:7 [ …7]
        "nav_menu-3" => array:7 [ …7]
        "custom_html-1" => array:7 [ …7]
        "gform_widget-1" => array:7 [ …7]
      ]
      "wp_registered_widget_controls" => array:21 [
        "pages-1" => array:7 [ …7]
        "calendar-1" => array:7 [ …7]
        "archives-2" => array:7 [ …7]
        "media_audio-1" => array:7 [ …7]
        "media_image-1" => array:7 [ …7]
        "media_gallery-1" => array:7 [ …7]
        "media_video-1" => array:7 [ …7]
        "meta-2" => array:7 [ …7]
        "search-2" => array:7 [ …7]
        "text-1" => array:7 [ …7]
        "text-2" => array:7 [ …7]
        "text-3" => array:7 [ …7]
        "categories-2" => array:7 [ …7]
        "recent-posts-2" => array:7 [ …7]
        "recent-comments-2" => array:7 [ …7]
        "rss-1" => array:7 [ …7]
        "tag_cloud-1" => array:7 [ …7]
        "nav_menu-2" => array:7 [ …7]
        "nav_menu-3" => array:7 [ …7]
        "custom_html-1" => array:7 [ …7]
        "gform_widget-1" => array:7 [ …7]
      ]
      "wp_registered_widget_updates" => array:18 [
        "pages" => array:3 [ …3]
        "calendar" => array:3 [ …3]
        "archives" => array:3 [ …3]
        "media_audio" => array:3 [ …3]
        "media_image" => array:3 [ …3]
        "media_gallery" => array:3 [ …3]
        "media_video" => array:3 [ …3]
        "meta" => array:3 [ …3]
        "search" => array:3 [ …3]
        "text" => array:5 [ …5]
        "categories" => array:3 [ …3]
        "recent-posts" => array:3 [ …3]
        "recent-comments" => array:3 [ …3]
        "rss" => array:5 [ …5]
        "tag_cloud" => array:3 [ …3]
        "nav_menu" => array:3 [ …3]
        "custom_html" => array:5 [ …5]
        "gform_widget" => array:5 [ …5]
      ]
      "_wp_sidebars_widgets" => array:8 [
        "wp_inactive_widgets" => []
        "right-sidebar" => array:6 [ …6]
        "left-sidebar" => []
        "hero" => []
        "herocanvas" => []
        "statichero" => []
        "footerfull" => []
        "array_version" => 3
      ]
      "_wp_deprecated_widgets_callbacks" => array:22 [
        0 => "wp_widget_pages"
        1 => "wp_widget_pages_control"
        2 => "wp_widget_calendar"
        3 => "wp_widget_calendar_control"
        4 => "wp_widget_archives"
        5 => "wp_widget_archives_control"
        6 => "wp_widget_links"
        7 => "wp_widget_meta"
        8 => "wp_widget_meta_control"
        9 => "wp_widget_search"
        10 => "wp_widget_recent_entries"
        11 => "wp_widget_recent_entries_control"
        12 => "wp_widget_tag_cloud"
        13 => "wp_widget_tag_cloud_control"
        14 => "wp_widget_categories"
        15 => "wp_widget_categories_control"
        16 => "wp_widget_text"
        17 => "wp_widget_text_control"
        18 => "wp_widget_rss"
        19 => "wp_widget_rss_control"
        20 => "wp_widget_recent_comments"
        21 => "wp_widget_recent_comments_control"
      ]
      "wp_embed" => WP_Embed {#440}
      "wp_plugin_paths" => []
      "pagenow" => "index.php"
      "is_lynx" => false
      "is_gecko" => true
      "is_winIE" => false
      "is_macIE" => false
      "is_opera" => false
      "is_NS4" => false
      "is_safari" => false
      "is_chrome" => false
      "is_iphone" => false
      "is_IE" => false
      "is_edge" => false
      "is_apache" => false
      "is_IIS" => false
      "is_iis7" => false
      "is_nginx" => true
      "wp_rewrite" => WP_Rewrite {#458}
      "wp_taxonomies" => array:5 [
        "category" => WP_Taxonomy {#460}
        "post_tag" => WP_Taxonomy {#461}
        "nav_menu" => WP_Taxonomy {#462}
        "link_category" => WP_Taxonomy {#463}
        "post_format" => WP_Taxonomy {#464}
      ]
      "l10n" => array:6 [
        "duplicate-post" => MO {#466}
        "simple-page-ordering" => MO {#467}
        "default" => MO {#468}
        "gravityforms" => MO {#469}
        "query-monitor" => MO {#470}
        "cmb2" => MO {#471}
      ]
      "l10n_unloaded" => []
      "wp" => WP {#473}
      "_wp_theme_features" => array:18 [
        "automatic-feed-links" => true
        "title-tag" => true
        "menus" => true
        "html5" => array:1 [ …1]
        "post-thumbnails" => true
        "customize-selective-refresh-widgets" => true
        "post-formats" => array:1 [ …1]
        "custom-background" => array:1 [ …1]
        "custom-logo" => array:1 [ …1]
        "responsive-embeds" => true
        "infinite-scroll" => array:1 [ …1]
        "jetpack-responsive-videos" => true
        "jetpack-social-menu" => true
        "woocommerce" => true
        "wc-product-gallery-lightbox" => true
        "wc-product-gallery-zoom" => true
        "wc-product-gallery-slider" => true
        "widgets" => true
      ]
      "wp_post_types" => array:11 [
        "post" => WP_Post_Type {#476}
        "page" => WP_Post_Type {#477}
        "attachment" => WP_Post_Type {#478}
        "revision" => WP_Post_Type {#479}
        "nav_menu_item" => WP_Post_Type {#480}
        "custom_css" => WP_Post_Type {#481}
        "customize_changeset" => WP_Post_Type {#482}
        "oembed_cache" => WP_Post_Type {#483}
        "user_request" => WP_Post_Type {#484}
        "wp_block" => WP_Post_Type {#485}
        "team" => WP_Post_Type {#486}
      ]
      "post_type_meta_caps" => array:10 [
        "edit_post" => "edit_post"
        "read_post" => "read_post"
        "delete_post" => "delete_post"
        "edit_page" => "edit_post"
        "read_page" => "read_post"
        "delete_page" => "delete_post"
        "customize" => "delete_post"
        "edit_block" => "edit_post"
        "read_block" => "read_post"
        "delete_block" => "delete_post"
      ]
      "_wp_post_type_features" => array:13 [
        "post" => array:10 [ …10]
        "page" => array:9 [ …9]
        "attachment" => array:3 [ …3]
        "attachment:audio" => array:1 [ …1]
        "attachment:video" => array:1 [ …1]
        "revision" => array:1 [ …1]
        "nav_menu_item" => array:2 [ …2]
        "custom_css" => array:2 [ …2]
        "customize_changeset" => array:2 [ …2]
        "oembed_cache" => array:2 [ …2]
        "user_request" => array:2 [ …2]
        "wp_block" => array:2 [ …2]
        "team" => array:5 [ …5]
      ]
      "wp_post_statuses" => array:12 [
        "publish" => {#490}
        "future" => {#491}
        "draft" => {#492}
        "pending" => {#493}
        "private" => {#494}
        "trash" => {#495}
        "auto-draft" => {#496}
        "inherit" => {#497}
        "request-pending" => {#498}
        "request-confirmed" => {#499}
        "request-failed" => {#500}
        "request-completed" => {#501}
      ]
      "wp_theme_directories" => array:1 [
        0 => "/sites/naihmd.creamdev.com/files/public/wp-content/themes"
      ]
      "qm_dir" => "/sites/naihmd.creamdev.com/files/public/wp-content/plugins/query-monitor"
      "qm_class" => "Timer"
      "gf_license_key" => ""
      "gf_recaptcha_private_key" => ""
      "gf_recaptcha_public_key" => ""
      "_gform_lead_meta" => []
      "_gaddon_posted_settings" => []
      "__composer_autoload_files" => array:3 [
        "0e6d7bf4a5811bfa5cf40c5ccd6fae6a" => true
        "667aeda72477189d0494fecd327c3641" => true
        "3917c79c5052b270641b5a200963dbc2" => true
      ]
      "DUPLICATOR_SERVER_LIST" => array:7 [
        0 => "Apache"
        1 => "LiteSpeed"
        2 => "Nginx"
        3 => "Lighttpd"
        4 => "IIS"
        5 => "WebServerX"
        6 => "uWSGI"
      ]
      "DUPLICATOR_OPTS_DELETE" => array:3 [
        0 => "duplicator_ui_view_state"
        1 => "duplicator_package_active"
        2 => "duplicator_settings"
      ]
      "DUPLICATOR_GLOBAL_FILE_FILTERS_ON" => true
      "DUPLICATOR_GLOBAL_FILE_FILTERS" => array:8 [
        0 => "error_log"
        1 => "error.log"
        2 => "debug_log"
        3 => "ws_ftp.log"
        4 => "dbcache"
        5 => "pgcache"
        6 => "objectcache"
        7 => ".DS_Store"
      ]
      "safe_svg" => safe_svg {#515}
      "_wp_additional_image_sizes" => array:7 [
        "1536x1536" => array:3 [ …3]
        "2048x2048" => array:3 [ …3]
        1920 => array:3 [ …3]
        "1920-1080" => array:3 [ …3]
        1600 => array:3 [ …3]
        "our-people-small" => array:3 [ …3]
        "our-people" => array:3 [ …3]
      ]
      "wp_the_query" => WP_Query {#517}
      "wp_query" => WP_Query {#517}
      "wp_widget_factory" => WP_Widget_Factory {#519}
      "wp_user_roles" => null
      "wp_roles" => WP_Roles {#521}
      "weekday" => array:7 [
        0 => "Sunday"
        1 => "Monday"
        2 => "Tuesday"
        3 => "Wednesday"
        4 => "Thursday"
        5 => "Friday"
        6 => "Saturday"
      ]
      "weekday_initial" => array:7 [
        "Sunday" => "S"
        "Monday" => "M"
        "Tuesday" => "T"
        "Wednesday" => "W"
        "Thursday" => "T"
        "Friday" => "F"
        "Saturday" => "S"
      ]
      "weekday_abbrev" => array:7 [
        "Sunday" => "Sun"
        "Monday" => "Mon"
        "Tuesday" => "Tue"
        "Wednesday" => "Wed"
        "Thursday" => "Thu"
        "Friday" => "Fri"
        "Saturday" => "Sat"
      ]
      "month" => array:12 [
        "01" => "January"
        "02" => "February"
        "03" => "March"
        "04" => "April"
        "05" => "May"
        "06" => "June"
        "07" => "July"
        "08" => "August"
        "09" => "September"
        10 => "October"
        11 => "November"
        12 => "December"
      ]
      "month_abbrev" => array:12 [
        "January" => "Jan"
        "February" => "Feb"
        "March" => "Mar"
        "April" => "Apr"
        "May" => "May"
        "June" => "Jun"
        "July" => "Jul"
        "August" => "Aug"
        "September" => "Sep"
        "October" => "Oct"
        "November" => "Nov"
        "December" => "Dec"
      ]
      "wp_locale" => WP_Locale {#527}
      "wp_locale_switcher" => WP_Locale_Switcher {#528}
      "understrap_includes" => array:18 [
        0 => "/theme-settings.php"
        1 => "/setup.php"
        2 => "/widgets.php"
        3 => "/enqueue.php"
        4 => "/template-tags.php"
        5 => "/pagination.php"
        6 => "/hooks.php"
        7 => "/extras.php"
        8 => "/customizer.php"
        9 => "/custom-comments.php"
        10 => "/jetpack.php"
        11 => "/class-wp-bootstrap-navwalker.php"
        12 => "/woocommerce.php"
        13 => "/editor.php"
        14 => "/deprecated.php"
        15 => "/custom-type.php"
        16 => "/custom-meta.php"
        17 => "/custom-functions.php"
      ]
      "filepath" => "/sites/naihmd.creamdev.com/files/public/wp-content/themes/hmdnai/inc/custom-functions.php"
      "content_width" => 640
      "_wp_registered_nav_menus" => array:4 [
        "primary" => "Primary Menu"
        "meta" => "Meta Menu"
        "services" => "Services Menu"
        "privacy" => "Privacy Menu"
      ]
      "current_user" => WP_User {#533}
      "wp_rest_auth_cookie" => "malformed"
      "user_login" => ""
      "userdata" => null
      "user_level" => 0
      "user_ID" => 0
      "user_email" => ""
      "user_url" => ""
      "user_identity" => ""
      "sidebars_widgets" => array:7 [
        "wp_inactive_widgets" => []
        "right-sidebar" => array:6 [ …6]
        "left-sidebar" => []
        "hero" => []
        "herocanvas" => []
        "statichero" => []
        "footerfull" => []
      ]
      "wp_customize" => null
      "wp_scripts" => WP_Scripts {#544}
      "concatenate_scripts" => false
      "compress_scripts" => true
      "compress_css" => true
      "wpsmiliestrans" => array:43 [
        ";-)" => "😉"
        ";)" => "😉"
        ":|" => "😐"
        ":x" => "😡"
        ":wink:" => "😉"
        ":twisted:" => "😈"
        ":smile:" => "🙂"
        ":shock:" => "😯"
        ":sad:" => "🙁"
        ":roll:" => "🙄"
        ":razz:" => "😛"
        ":oops:" => "😳"
        ":o" => "😮"
        ":neutral:" => "😐"
        ":mrgreen:" => "mrgreen.png"
        ":mad:" => "😡"
        ":lol:" => "😆"
        ":idea:" => "💡"
        ":grin:" => "😀"
        ":evil:" => "👿"
        ":eek:" => "😮"
        ":cry:" => "😥"
        ":cool:" => "😎"
        ":arrow:" => ""
        ":P" => "😛"
        ":D" => "😀"
        ":???:" => "😕"
        ":?:" => ""
        ":?" => "😕"
        ":-|" => "😐"
        ":-x" => "😡"
        ":-o" => "😮"
        ":-P" => "😛"
        ":-D" => "😀"
        ":-?" => "😕"
        ":-)" => "🙂"
        ":-(" => "🙁"
        ":)" => "🙂"
        ":(" => "🙁"
        ":!:" => ""
        "8O" => "😯"
        "8-O" => "😯"
        "8-)" => "😎"
      ]
      "wp_smiliessearch" => "/(?<=[\r\n\t ]|\xC2\xA0|&nbsp;|^);(?:\-\)|\))(?=[\r\n\t ]|\xC2\xA0|&nbsp;|$)|(?<=[\r\n\t ]|\xC2\xA0|&nbsp;|^)\:(?:\||x|wink\:|twisted\:|smile\:|shock\:|sad\:|roll\:|razz\:|oops\:|o|neutral\:|mrgreen\:|mad\:|lol\:|idea\:|grin\:|evil\:|eek\:|cry\:|cool\:|arrow\:|P|D|\?\?\?\:|\?\:|\?|\-\||\-x|\-o|\-P|\-D|\-\?|\-\)|\-\(|\)|\(|\!\:)(?=[\r\n\t ]|\xC2\xA0|&nbsp;|$)|(?<=[\r\n\t ]|\xC2\xA0|&nbsp;|^)8(?:O|\-O|\-\))(?=[\r\n\t ]|\xC2\xA0|&nbsp;|$)/m"
      "debug_bar" => Debug_Bar {#550}
      "wp_styles" => WP_Styles {#551}
      "custom_image_header" => null
      "custom_background" => null
      "wp_header_to_desc" => array:60 [
        100 => "Continue"
        101 => "Switching Protocols"
        102 => "Processing"
        103 => "Early Hints"
        200 => "OK"
        201 => "Created"
        202 => "Accepted"
        203 => "Non-Authoritative Information"
        204 => "No Content"
        205 => "Reset Content"
        206 => "Partial Content"
        207 => "Multi-Status"
        226 => "IM Used"
        300 => "Multiple Choices"
        301 => "Moved Permanently"
        302 => "Found"
        303 => "See Other"
        304 => "Not Modified"
        305 => "Use Proxy"
        306 => "Reserved"
        307 => "Temporary Redirect"
        308 => "Permanent Redirect"
        400 => "Bad Request"
        401 => "Unauthorized"
        402 => "Payment Required"
        403 => "Forbidden"
        404 => "Not Found"
        405 => "Method Not Allowed"
        406 => "Not Acceptable"
        407 => "Proxy Authentication Required"
        408 => "Request Timeout"
        409 => "Conflict"
        410 => "Gone"
        411 => "Length Required"
        412 => "Precondition Failed"
        413 => "Request Entity Too Large"
        414 => "Request-URI Too Long"
        415 => "Unsupported Media Type"
        416 => "Requested Range Not Satisfiable"
        417 => "Expectation Failed"
        418 => "I'm a teapot"
        421 => "Misdirected Request"
        422 => "Unprocessable Entity"
        423 => "Locked"
        424 => "Failed Dependency"
        426 => "Upgrade Required"
        428 => "Precondition Required"
        429 => "Too Many Requests"
        431 => "Request Header Fields Too Large"
        451 => "Unavailable For Legal Reasons"
        500 => "Internal Server Error"
        501 => "Not Implemented"
        502 => "Bad Gateway"
        503 => "Service Unavailable"
        504 => "Gateway Timeout"
        505 => "HTTP Version Not Supported"
        506 => "Variant Also Negotiates"
        507 => "Insufficient Storage"
        510 => "Not Extended"
        511 => "Network Authentication Required"
      ]
      "page" => 0
      "pagename" => "property"
      "error" => ""
      "m" => ""
      "p" => 0
      "post_parent" => ""
      "subpost" => ""
      "subpost_id" => ""
      "attachment" => ""
      "attachment_id" => 0
      "name" => "property"
      "page_id" => 0
      "second" => ""
      "minute" => ""
      "hour" => ""
      "day" => 0
      "monthnum" => 0
      "year" => 0
      "w" => 0
      "category_name" => ""
      "tag" => "is_page"
      "cat" => ""
      "tag_id" => ""
      "author" => ""
      "author_name" => ""
      "feed" => ""
      "tb" => ""
      "paged" => 0
      "meta_key" => ""
      "meta_value" => ""
      "preview" => ""
      "s" => ""
      "sentence" => ""
      "title" => ""
      "fields" => ""
      "menu_order" => ""
      "embed" => ""
      "category__in" => []
      "category__not_in" => []
      "category__and" => []
      "post__in" => []
      "post__not_in" => []
      "post_name__in" => []
      "tag__in" => []
      "tag__not_in" => []
      "tag__and" => []
      "tag_slug__in" => []
      "tag_slug__and" => []
      "post_parent__in" => []
      "post_parent__not_in" => []
      "author__in" => []
      "author__not_in" => []
      "ignore_sticky_posts" => false
      "suppress_filters" => false
      "cache_results" => true
      "update_post_term_cache" => true
      "lazy_load_term_meta" => true
      "update_post_meta_cache" => true
      "post_type" => ""
      "posts_per_page" => 10
      "nopaging" => false
      "comments_per_page" => "50"
      "no_found_rows" => false
      "order" => "DESC"
      "query_string" => "pagename=property"
      "posts" => &620 array:1 [&620]
      "post" => WP_Post {#621}
      "request" => "SELECT   wp_posts.* FROM wp_posts  WHERE 1=1  AND (wp_posts.ID = '6426') AND wp_posts.post_type = 'page'  ORDER BY wp_posts.post_date DESC "
      "more" => 1
      "single" => 1
      "tag_templates" => array:17 [
        "is_embed" => "get_embed_template"
        "is_404" => "get_404_template"
        "is_search" => "get_search_template"
        "is_front_page" => "get_front_page_template"
        "is_home" => "get_home_template"
        "is_privacy_policy" => "get_privacy_policy_template"
        "is_post_type_archive" => "get_post_type_archive_template"
        "is_tax" => "get_taxonomy_template"
        "is_attachment" => "get_attachment_template"
        "is_single" => "get_single_template"
        "is_page" => "get_page_template"
        "is_singular" => "get_singular_template"
        "is_category" => "get_category_template"
        "is_tag" => "get_tag_template"
        "is_author" => "get_author_template"
        "is_date" => "get_date_template"
        "is_archive" => "get_archive_template"
      ]
      "template" => "/sites/naihmd.creamdev.com/files/public/wp-content/themes/hmdnai/page-templates/property-page.php"
      "template_getter" => "get_page_template"
      "is_stringy" => true
      "wp_admin_bar" => null
      "show_admin_bar" => false
      "container" => "container"
      "prop_id" => "156842"
      "json" => "{"id":156842,"date":"2026-04-01T11:34:06","date_gmt":"2026-04-01T10:34:06","guid":{"rendered":"https:\/\/hookemacdonald.ie\/property\/11-canon-hall\/"},"modified":"2026-05-10T14:12:13","modified_gmt":"2026-05-10T13:12:13","slug":"11-canon-hall","status":"publish","type":"property","link":"https:\/\/hookemacdonald.ie\/property\/11-canon-hall\/","title":{"rendered":"11 Canon Hall"},"content":{"rendered":"<p>Hooke &amp; MacDonald are delighted to present this exceptional two bedroom Docklands apartment extending to approximately 95 sq.m (1,023 sq.ft) and benefiting from a south west facing balcony and a prominent end of block position.<\/p>\n<p>Originally designed as a show apartment and owner occupied since, the property is presented in superb move in condition and offers generous proportions, excellent natural light and a high quality finish throughout. The combination of scale, layout and location creates a substantial and highly appealing city home within one of Dublin\u2019s most well connected districts.<\/p>\n<p>Occupying a prime second floor position, the apartment enjoys a bright open outlook and enhanced privacy within this well regarded Docklands development.<\/p>\n<p>Accommodation<\/p>\n<p>The dual aspect orientation together with the end of block position allows natural light to flow throughout the apartment, creating bright and welcoming living spaces.<\/p>\n<p>The open plan living and dining room is a particularly impressive space with excellent proportions, floor to ceiling glazing and direct access to the south west facing balcony, which enjoys a bright open outlook across the landscaped courtyard. Solid wooden flooring enhances the warmth and overall quality of the interior.<\/p>\n<p>The newly installed contemporary kitchen is both stylish and highly functional. A large peninsula unit provides additional preparation space and informal seating, while a Belfast style sink adds character and detail. Integrated appliances, quality cabinetry and generous storage complete the space.<\/p>\n<p>There are two spacious double bedrooms, both bright and generously proportioned. The main bedroom benefits from a well appointed en suite bathroom, while the second double bedroom includes a dedicated walk in wardrobe, a rare and highly desirable feature in comparable apartments.<\/p>\n<p>Both bedrooms overlook Church Street East, a quiet residential street with a calm outlook. Soft carpeting enhances comfort and reinforces the high quality finish throughout.<\/p>\n<p>Two well sized storage presses off the entrance hall provide excellent additional internal storage, a valuable and practical feature for everyday apartment living.<\/p>\n<p>A main bathroom finished with quality tiling and sanitaryware completes the accommodation.<\/p>\n<p>The property also includes one designated car parking space, while residents benefit from a landscaped communal courtyard within a well managed development.<\/p>\n<p>Key Features<\/p>\n<p>&#8211; Approx. 95 sq.m (1,023 sq.ft) dual aspect apartment<br \/>\n&#8211; Prominent end of block position with excellent natural light<br \/>\n&#8211; Private south west facing balcony overlooking courtyard<br \/>\n&#8211; Former show apartment in superb condition<br \/>\n&#8211; Two large double bedrooms including main en suite<br \/>\n&#8211; Walk in wardrobe to second bedroom<br \/>\n&#8211; Designated car parking space<\/p>\n<p>Location<\/p>\n<p>Canon Hall is positioned within the North Docklands, one of Dublin\u2019s most established and recently redeveloped business and residential districts. The area offers an excellent mix of employment, retail and lifestyle amenities within immediate reach.<\/p>\n<p>The Spencer Dock LUAS stop is approximately a 3 minute walk, providing a direct connection through the city centre. Docklands railway station is within walking distance and Connolly Station is also nearby. The IFSC is just a short stroll away.<\/p>\n<p>The River Liffey and the Samuel Beckett Bridge are also within easy reach, offering attractive walking and cycling routes. Grafton Street can be reached in approximately a 12 minute cycle, while Dublin Airport is approximately a 12 minute drive via the Port Tunnel.<\/p>\n<p>Everyday convenience is excellent. Tesco Express is approximately 200 metres away, Fresh is a short walk and Dunnes Stores Supermarket at Point Village is approximately a 7 minute walk beside the 3Arena and Point Square. Popular caf\u00e9s nearby include Grindstone and The Art of Coffee, while The Mayson Hotel adds further vibrancy to the immediate area.<\/p>\n<p>Major employers within walking distance include National Treasury Management Agency, Salesforce, the Central Bank of Ireland, PwC, Citi and A&amp;L Goodbody, supporting strong residential demand in the area.<\/p>\n<p>The location is ideal for walking, cycling, LUAS, Dublin Bus and driving, with immediate access to the Port Tunnel and national road network.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Hooke &amp; MacDonald are delighted to present this exceptional two bedroom Docklands apartment extending to approximately 95 sq.m (1,023 sq.ft) and benefiting from a south west facing balcony and a prominent end of block position. Originally designed as a show apartment and owner occupied since, the property is presented in superb move in condition and<\/p>\n<p><a class=\"btn btn-outline-primary\" href=\"https:\/\/hookemacdonald.ie\/property\/11-canon-hall\/\">Read More<\/a><\/p>\n","protected":false},"featured_media":0,"template":"","class_list":["post-156842","property","type-property","status-publish","hentry","location-dublin-1","location-dublin-3","location-north-docklands","propsector-g","property_type-flatapartment","property_status-underoffer","property_bed-28","property_bath-32"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v25.1 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>11 Canon Hall - Hooke &amp; MacDonald<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/hookemacdonald.ie\/property\/11-canon-hall\/\" \/>\n<meta property=\"og:locale\" content=\"en_GB\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"11 Canon Hall - Hooke &amp; MacDonald\" \/>\n<meta property=\"og:description\" content=\"Hooke &amp; MacDonald are delighted to present this exceptional two bedroom Docklands apartment extending to approximately 95 sq.m (1,023 sq.ft) and benefiting from a south west facing balcony and a prominent end of block position. Originally designed as a show apartment and owner occupied since, the property is presented in superb move in condition andRead More\" \/>\n<meta property=\"og:url\" content=\"https:\/\/hookemacdonald.ie\/property\/11-canon-hall\/\" \/>\n<meta property=\"og:site_name\" content=\"Hooke &amp; MacDonald\" \/>\n<meta property=\"article:modified_time\" content=\"2026-05-10T13:12:13+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Estimated reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/hookemacdonald.ie\/property\/11-canon-hall\/\",\"url\":\"https:\/\/hookemacdonald.ie\/property\/11-canon-hall\/\",\"name\":\"11 Canon Hall - Hooke &amp; MacDonald\",\"isPartOf\":{\"@id\":\"https:\/\/hookemacdonald.ie\/#website\"},\"datePublished\":\"2026-04-01T10:34:06+00:00\",\"dateModified\":\"2026-05-10T13:12:13+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/hookemacdonald.ie\/property\/11-canon-hall\/#breadcrumb\"},\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/hookemacdonald.ie\/property\/11-canon-hall\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/hookemacdonald.ie\/property\/11-canon-hall\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/hookemacdonald.ie\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"11 Canon Hall\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/hookemacdonald.ie\/#website\",\"url\":\"https:\/\/hookemacdonald.ie\/\",\"name\":\"Hooke &amp; MacDonald\",\"description\":\"Estate Agents and Property Services in Ireland\",\"publisher\":{\"@id\":\"https:\/\/hookemacdonald.ie\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/hookemacdonald.ie\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-GB\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/hookemacdonald.ie\/#organization\",\"name\":\"Hooke &amp; MacDonald\",\"url\":\"https:\/\/hookemacdonald.ie\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\/\/hookemacdonald.ie\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/hookemacdonald.ie\/wp-content\/uploads\/2022\/04\/logo.png\",\"contentUrl\":\"https:\/\/hookemacdonald.ie\/wp-content\/uploads\/2022\/04\/logo.png\",\"width\":695,\"height\":140,\"caption\":\"Hooke &amp; MacDonald\"},\"image\":{\"@id\":\"https:\/\/hookemacdonald.ie\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"11 Canon Hall - Hooke &amp; MacDonald","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/hookemacdonald.ie\/property\/11-canon-hall\/","og_locale":"en_GB","og_type":"article","og_title":"11 Canon Hall - Hooke &amp; MacDonald","og_description":"Hooke &amp; MacDonald are delighted to present this exceptional two bedroom Docklands apartment extending to approximately 95 sq.m (1,023 sq.ft) and benefiting from a south west facing balcony and a prominent end of block position. Originally designed as a show apartment and owner occupied since, the property is presented in superb move in condition andRead More","og_url":"https:\/\/hookemacdonald.ie\/property\/11-canon-hall\/","og_site_name":"Hooke &amp; MacDonald","article_modified_time":"2026-05-10T13:12:13+00:00","twitter_card":"summary_large_image","twitter_misc":{"Estimated reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/hookemacdonald.ie\/property\/11-canon-hall\/","url":"https:\/\/hookemacdonald.ie\/property\/11-canon-hall\/","name":"11 Canon Hall - Hooke &amp; MacDonald","isPartOf":{"@id":"https:\/\/hookemacdonald.ie\/#website"},"datePublished":"2026-04-01T10:34:06+00:00","dateModified":"2026-05-10T13:12:13+00:00","breadcrumb":{"@id":"https:\/\/hookemacdonald.ie\/property\/11-canon-hall\/#breadcrumb"},"inLanguage":"en-GB","potentialAction":[{"@type":"ReadAction","target":["https:\/\/hookemacdonald.ie\/property\/11-canon-hall\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/hookemacdonald.ie\/property\/11-canon-hall\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/hookemacdonald.ie\/"},{"@type":"ListItem","position":2,"name":"11 Canon Hall"}]},{"@type":"WebSite","@id":"https:\/\/hookemacdonald.ie\/#website","url":"https:\/\/hookemacdonald.ie\/","name":"Hooke &amp; MacDonald","description":"Estate Agents and Property Services in Ireland","publisher":{"@id":"https:\/\/hookemacdonald.ie\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/hookemacdonald.ie\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-GB"},{"@type":"Organization","@id":"https:\/\/hookemacdonald.ie\/#organization","name":"Hooke &amp; MacDonald","url":"https:\/\/hookemacdonald.ie\/","logo":{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/hookemacdonald.ie\/#\/schema\/logo\/image\/","url":"https:\/\/hookemacdonald.ie\/wp-content\/uploads\/2022\/04\/logo.png","contentUrl":"https:\/\/hookemacdonald.ie\/wp-content\/uploads\/2022\/04\/logo.png","width":695,"height":140,"caption":"Hooke &amp; MacDonald"},"image":{"@id":"https:\/\/hookemacdonald.ie\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/hookemacdonald.ie\/wp-json\/wp\/v2\/property\/156842","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/hookemacdonald.ie\/wp-json\/wp\/v2\/property"}],"about":[{"href":"https:\/\/hookemacdonald.ie\/wp-json\/wp\/v2\/types\/property"}],"version-history":[{"count":1,"href":"https:\/\/hookemacdonald.ie\/wp-json\/wp\/v2\/property\/156842\/revisions"}],"predecessor-version":[{"id":156844,"href":"https:\/\/hookemacdonald.ie\/wp-json\/wp\/v2\/property\/156842\/revisions\/156844"}],"wp:attachment":[{"href":"https:\/\/hookemacdonald.ie\/wp-json\/wp\/v2\/media?parent=156842"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}"
      "property" => {#635}
      "proptitle" => "11 Canon Hall"
      "propprice" => null
      "propimages" => null
      "propavailability" => null
      "propexcerpt" => """
        <p>Hooke &amp; MacDonald are delighted to present this exceptional two bedroom Docklands apartment extending to approximately 95 sq.m (1,023 sq.ft) and benefiting from a south west facing balcony and a prominent end of block position. Originally designed as a show apartment and owner occupied since, the property is presented in superb move in condition and</p>\n
        <p><a class="btn btn-outline-primary" href="https://hookemacdonald.ie/property/11-canon-hall/">Read More</a></p>\n
        """
      "propdesc" => null
      "id" => null
      "comment" => null
      "wp_cockneyreplace" => null
      "current_screen" => null
      "_wp_admin_css_colors" => null
      "http_response_header" => array:25 [
        0 => "HTTP/1.1 301 Moved Permanently"
        1 => "Server: nginx"
        2 => "Date: Sun, 10 May 2026 13:29:16 GMT"
        3 => "Content-Type: text/html"
        4 => "Content-Length: 162"
        5 => "Connection: close"
        6 => "Location: https://hookemacdonald.ie/wp-json/wp/v2/property/156842?_embed"
        7 => "HTTP/1.1 200 OK"
        8 => "Server: nginx"
        9 => "Date: Sun, 10 May 2026 13:29:16 GMT"
        10 => "Content-Type: application/json; charset=UTF-8"
        11 => "Connection: close"
        12 => "Vary: Accept-Encoding"
        13 => "X-Robots-Tag: noindex"
        14 => "X-Content-Type-Options: nosniff"
        15 => "Access-Control-Expose-Headers: X-WP-Total, X-WP-TotalPages, Link"
        16 => "Access-Control-Allow-Headers: Authorization, X-WP-Nonce, Content-Disposition, Content-MD5, Content-Type"
        17 => "Link: <https://hookemacdonald.ie/property/11-canon-hall/>; rel="alternate"; type=text/html"
        18 => "Allow: GET"
        19 => "Vary: Origin"
        20 => "X-Frame-Options: SAMEORIGIN"
        21 => "X-Content-Type-Options: nosniff"
        22 => "X-Xss-Protection: 1; mode=block"
        23 => "Referrer-Policy: strict-origin-when-cross-origin"
        24 => "Strict-Transport-Security: max-age=31536000; includeSubDomains"
      ]
    ]
    
/
sites
/
naihmd.creamdev.com
/
files
/
public
/
wp-includes
/
template-loader.php
        $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 );
    $is_stringy = is_string( $template ) || ( is_object( $template ) && method_exists( $template, '__toString' ) );
    $template   = $is_stringy ? realpath( (string) $template ) : null;
    if (
        is_string( $template ) &&
        ( str_ends_with( $template, '.php' ) || str_ends_with( $template, '.html' ) ) &&
        is_file( $template ) &&
        is_readable( $template )
    ) {
        include $template;
    } elseif ( current_user_can( 'switch_themes' ) ) {
        $theme = wp_get_theme();
        if ( $theme->errors() ) {
            wp_die( $theme->errors() );
        }
    }
    return;
}
 
Arguments
  1. "/sites/naihmd.creamdev.com/files/public/wp-content/themes/hmdnai/page-templates/property-page.php"
    
/
sites
/
naihmd.creamdev.com
/
files
/
public
/
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( dirname( __FILE__ ) . '/wp-load.php' );
 
    // Set up the WordPress query.
    wp();
 
    // Load the theme template.
    require_once( ABSPATH . WPINC . '/template-loader.php' );
 
}
 
Arguments
  1. "/sites/naihmd.creamdev.com/files/public/wp-includes/template-loader.php"
    
/
sites
/
naihmd.creamdev.com
/
files
/
public
/
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( dirname( __FILE__ ) . '/wp-blog-header.php' );
 
Arguments
  1. "/sites/naihmd.creamdev.com/files/public/wp-blog-header.php"
    

Environment & details:

Key Value
id
"156842"
empty
empty
empty
empty
Key Value
SERVER_SOFTWARE
"nginx/1.20.1"
REQUEST_URI
"/property/?id=156842"
SPINUPWP_CACHE_KEY_SALT
"naihmd.creamdev.com"
SPINUPWP_LOG_PATH
"/sites/naihmd.creamdev.com/logs/debug.log"
SPINUPWP_SITE
"1"
USER
"naihmd"
HOME
"/sites/naihmd.creamdev.com"
HTTP_ACCEPT_ENCODING
"gzip, br, zstd, deflate"
HTTP_USER_AGENT
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
HTTP_ACCEPT
"*/*"
HTTP_HOST
"naihmd.creamdev.com"
REDIRECT_STATUS
"200"
SERVER_NAME
"naihmd.creamdev.com"
SERVER_PORT
"443"
SERVER_ADDR
"172.26.3.127"
REMOTE_USER
""
REMOTE_PORT
"41794"
REMOTE_ADDR
"216.73.216.14"
GATEWAY_INTERFACE
"CGI/1.1"
HTTPS
"on"
REQUEST_SCHEME
"https"
SERVER_PROTOCOL
"HTTP/2.0"
DOCUMENT_ROOT
"/sites/naihmd.creamdev.com/files/public"
DOCUMENT_URI
"/index.php"
SCRIPT_NAME
"/index.php"
CONTENT_LENGTH
""
CONTENT_TYPE
""
REQUEST_METHOD
"GET"
QUERY_STRING
"id=156842"
SCRIPT_FILENAME
"/sites/naihmd.creamdev.com/files/public/index.php"
FCGI_ROLE
"RESPONDER"
PHP_SELF
"/index.php"
REQUEST_TIME_FLOAT
"1778419756.0842"
REQUEST_TIME
"1778419756"
empty
0. Whoops\Handler\PrettyPageHandler