ErrorException (E_NOTICE)
Undefined index: tour_id ErrorException thrown with message "Undefined index: tour_id" Stacktrace: #4 ErrorException in /home/pgfvrjxx/web/lakeview.al/public_html/wp-content/themes/lakeview/pages/tour.php:7 #3 App\Base\Bootstrap\HandleExceptions:handleError in /home/pgfvrjxx/web/lakeview.al/public_html/wp-content/themes/lakeview/pages/tour.php:7 #2 include in /home/pgfvrjxx/web/lakeview.al/public_html/wp-includes/template-loader.php:77 #1 require_once in /home/pgfvrjxx/web/lakeview.al/public_html/wp-blog-header.php:19 #0 require in /home/pgfvrjxx/web/lakeview.al/public_html/index.php:17
Stack frames (5)
4
ErrorException
/
pages
/
tour.php
7
3
App
\
Base
\
Bootstrap
\
HandleExceptions
handleError
/
pages
/
tour.php
7
2
include
/
home
/
pgfvrjxx
/
web
/
lakeview.al
/
public_html
/
wp-includes
/
template-loader.php
77
1
require_once
/
home
/
pgfvrjxx
/
web
/
lakeview.al
/
public_html
/
wp-blog-header.php
19
0
require
/
home
/
pgfvrjxx
/
web
/
lakeview.al
/
public_html
/
index.php
17
/
home
/
pgfvrjxx
/
web
/
lakeview.al
/
public_html
/
wp-content
/
themes
/
lakeview
/
pages
/
tour.php
<?php
/**
* Template Name: Tour
*/
 
 
$tour_id = $_REQUEST['tour_id'];
$file = sprintf('%s/vt/%s/index.html', site_url(), $tour_id);
?>
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <meta http-equiv="X-UA-Compatible" content="ie=edge">
    <title></title>
</head>
<body>
<iframe src="<?php echo $file; ?>" style="position:fixed; top:0; left:0; bottom:0; right:0; width:100%; height:100%; border:none; margin:0; padding:0; overflow:hidden; z-index:999999;">
   Your browser doesn’t support iframes
</iframe>    
<?php view('parts.tour-footer'); ?>
</body>
</html>
 
 
Arguments
  1. "Undefined index: tour_id"
    
/
home
/
pgfvrjxx
/
web
/
lakeview.al
/
public_html
/
wp-content
/
themes
/
lakeview
/
pages
/
tour.php
<?php
/**
* Template Name: Tour
*/
 
 
$tour_id = $_REQUEST['tour_id'];
$file = sprintf('%s/vt/%s/index.html', site_url(), $tour_id);
?>
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <meta http-equiv="X-UA-Compatible" content="ie=edge">
    <title></title>
</head>
<body>
<iframe src="<?php echo $file; ?>" style="position:fixed; top:0; left:0; bottom:0; right:0; width:100%; height:100%; border:none; margin:0; padding:0; overflow:hidden; z-index:999999;">
   Your browser doesn’t support iframes
</iframe>    
<?php view('parts.tour-footer'); ?>
</body>
</html>
 
 
Arguments
  1. 8
    
  2. "Undefined index: tour_id"
    
  3. "/home/pgfvrjxx/web/lakeview.al/public_html/wp-content/themes/lakeview/pages/tour.php"
    
  4. 7
    
  5. array:221 [
      "_GET" => []
      "_POST" => []
      "_COOKIE" => []
      "_FILES" => []
      "_SERVER" => array:36 [
        "SERVER_SOFTWARE" => "nginx/1.25.0"
        "REQUEST_URI" => "/en/tour/"
        "TEMP" => "/home/pgfvrjxx/tmp"
        "TMPDIR" => "/home/pgfvrjxx/tmp"
        "TMP" => "/home/pgfvrjxx/tmp"
        "PATH" => "/usr/local/bin:/usr/bin:/bin"
        "USER" => "pgfvrjxx"
        "HOME" => "/home/pgfvrjxx"
        "HTTP_CONNECTION" => "Keep-Alive"
        "HTTP_HOST" => "lakeview.al"
        "HTTP_ACCEPT_ENCODING" => "br,gzip"
        "HTTP_ACCEPT_LANGUAGE" => "en-US,en;q=0.5"
        "HTTP_ACCEPT" => "text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8"
        "HTTP_USER_AGENT" => "CCBot/2.0 (https://commoncrawl.org/faq/)"
        "REDIRECT_STATUS" => "200"
        "SERVER_NAME" => "lakeview.al"
        "SERVER_PORT" => "443"
        "SERVER_ADDR" => "5.75.166.196"
        "REMOTE_PORT" => "58660"
        "REMOTE_ADDR" => "3.238.118.27"
        "GATEWAY_INTERFACE" => "CGI/1.1"
        "HTTPS" => "on"
        "REQUEST_SCHEME" => "https"
        "SERVER_PROTOCOL" => "HTTP/1.1"
        "DOCUMENT_ROOT" => "/home/pgfvrjxx/web/lakeview.al/public_html"
        "DOCUMENT_URI" => "/index.php"
        "SCRIPT_NAME" => "/index.php"
        "CONTENT_LENGTH" => ""
        "CONTENT_TYPE" => ""
        "REQUEST_METHOD" => "GET"
        "QUERY_STRING" => ""
        "SCRIPT_FILENAME" => "/home/pgfvrjxx/web/lakeview.al/public_html/index.php"
        "FCGI_ROLE" => "RESPONDER"
        "PHP_SELF" => "/index.php"
        "REQUEST_TIME_FLOAT" => "1686180353.7569"
        "REQUEST_TIME" => "1686180353"
      ]
      "GLOBALS" => &1 array:221 [
        "_GET" => & []
        "_POST" => & []
        "_COOKIE" => & []
        "_FILES" => & []
        "_SERVER" => & array:36 [
          "SERVER_SOFTWARE" => "nginx/1.25.0"
          "REQUEST_URI" => "/en/tour/"
          "TEMP" => "/home/pgfvrjxx/tmp"
          "TMPDIR" => "/home/pgfvrjxx/tmp"
          "TMP" => "/home/pgfvrjxx/tmp"
          "PATH" => "/usr/local/bin:/usr/bin:/bin"
          "USER" => "pgfvrjxx"
          "HOME" => "/home/pgfvrjxx"
          "HTTP_CONNECTION" => "Keep-Alive"
          "HTTP_HOST" => "lakeview.al"
          "HTTP_ACCEPT_ENCODING" => "br,gzip"
          "HTTP_ACCEPT_LANGUAGE" => "en-US,en;q=0.5"
          "HTTP_ACCEPT" => "text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8"
          "HTTP_USER_AGENT" => "CCBot/2.0 (https://commoncrawl.org/faq/)"
          "REDIRECT_STATUS" => "200"
          "SERVER_NAME" => "lakeview.al"
          "SERVER_PORT" => "443"
          "SERVER_ADDR" => "5.75.166.196"
          "REMOTE_PORT" => "58660"
          "REMOTE_ADDR" => "3.238.118.27"
          "GATEWAY_INTERFACE" => "CGI/1.1"
          "HTTPS" => "on"
          "REQUEST_SCHEME" => "https"
          "SERVER_PROTOCOL" => "HTTP/1.1"
          "DOCUMENT_ROOT" => "/home/pgfvrjxx/web/lakeview.al/public_html"
          "DOCUMENT_URI" => "/index.php"
          "SCRIPT_NAME" => "/index.php"
          "CONTENT_LENGTH" => ""
          "CONTENT_TYPE" => ""
          "REQUEST_METHOD" => "GET"
          "QUERY_STRING" => ""
          "SCRIPT_FILENAME" => "/home/pgfvrjxx/web/lakeview.al/public_html/index.php"
          "FCGI_ROLE" => "RESPONDER"
          "PHP_SELF" => "/index.php"
          "REQUEST_TIME_FLOAT" => "1686180353.7569"
          "REQUEST_TIME" => "1686180353"
        ]
        "GLOBALS" => &1 array:221 [&1]
        "wfPHPMinimumVersion" => & "5.5.0"
        "specifiedStorageEngine" => & false
        "fallbackStorageEngine" => & false
        "wfWAFStorageEngine" => & wfWAFStorageFile {#1}
        "rulesFiles" => & array:1 [
          0 => "/home/pgfvrjxx/web/lakeview.al/public_html/wp-content/wflogs/rules.php"
        ]
        "rulesFile" => & "/home/pgfvrjxx/web/lakeview.al/public_html/wp-content/wflogs/rules.php"
        "wf_waf_failure" => & null
        "wfPHPDeprecatingVersion" => & "7.0.0"
        "wfOpenSSLDeprecatingVersion" => & "1.0.1"
        "wfOpenSSLMinimumVersion" => & "1.0.1"
        "wfWordPressDeprecatingVersion" => & "4.4.0"
        "wfWordPressMinimumVersion" => & "3.9.0"
        "HTTP_RAW_POST_DATA" => & ""
        "wp_did_header" => & true
        "table_prefix" => & "wp_"
        "wp_version" => & "5.1.16"
        "wp_db_version" => & 44719
        "tinymce_version" => & "4920-20181217"
        "required_php_version" => & "5.2.4"
        "required_mysql_version" => & "5.0"
        "wp_local_package" => & null
        "blog_id" => & 1
        "wp_filter" => & array:1131 [
          "query" => WP_Hook {#7370}
          "pre_term_name" => WP_Hook {#7372}
          "pre_comment_author_name" => WP_Hook {#7373}
          "pre_link_name" => WP_Hook {#7374}
          "pre_link_target" => WP_Hook {#7375}
          "pre_link_rel" => WP_Hook {#7376}
          "pre_user_display_name" => WP_Hook {#7377}
          "pre_user_first_name" => WP_Hook {#7378}
          "pre_user_last_name" => WP_Hook {#7379}
          "pre_user_nickname" => WP_Hook {#7380}
          "term_name" => WP_Hook {#7381}
          "comment_author_name" => WP_Hook {#7382}
          "link_name" => WP_Hook {#7383}
          "link_target" => WP_Hook {#7384}
          "link_rel" => WP_Hook {#7385}
          "user_display_name" => WP_Hook {#7386}
          "user_first_name" => WP_Hook {#7387}
          "user_last_name" => WP_Hook {#7388}
          "user_nickname" => WP_Hook {#7389}
          "pre_term_description" => WP_Hook {#7390}
          "pre_link_description" => WP_Hook {#7391}
          "pre_link_notes" => WP_Hook {#7392}
          "pre_user_description" => WP_Hook {#7393}
          "pre_comment_author_email" => WP_Hook {#7394}
          "pre_user_email" => WP_Hook {#7395}
          "comment_author_email" => WP_Hook {#7396}
          "user_email" => WP_Hook {#7397}
          "pre_comment_author_url" => WP_Hook {#7398}
          "pre_user_url" => WP_Hook {#7399}
          "pre_link_url" => WP_Hook {#7400}
          "pre_link_image" => WP_Hook {#7401}
          "pre_link_rss" => WP_Hook {#7402}
          "pre_post_guid" => WP_Hook {#7403}
          "user_url" => WP_Hook {#7404}
          "link_url" => WP_Hook {#7405}
          "link_image" => WP_Hook {#7406}
          "link_rss" => WP_Hook {#7407}
          "comment_url" => WP_Hook {#7408}
          "post_guid" => WP_Hook {#7409}
          "pre_term_slug" => WP_Hook {#7410}
          "wp_insert_post_data" => WP_Hook {#7411}
          "pre_post_type" => WP_Hook {#7412}
          "pre_post_status" => WP_Hook {#7413}
          "pre_post_comment_status" => WP_Hook {#7414}
          "pre_post_ping_status" => WP_Hook {#7415}
          "pre_post_mime_type" => WP_Hook {#7416}
          "post_mime_type" => WP_Hook {#7417}
          "register_meta_args" => WP_Hook {#7418}
          "added_post_meta" => WP_Hook {#7419}
          "updated_post_meta" => WP_Hook {#7420}
          "deleted_post_meta" => WP_Hook {#7421}
          "added_term_meta" => WP_Hook {#7422}
          "updated_term_meta" => WP_Hook {#7423}
          "deleted_term_meta" => WP_Hook {#7424}
          "get_term_metadata" => WP_Hook {#7425}
          "add_term_metadata" => WP_Hook {#7426}
          "update_term_metadata" => WP_Hook {#7427}
          "delete_term_metadata" => WP_Hook {#7428}
          "get_term_metadata_by_mid" => WP_Hook {#7429}
          "update_term_metadata_by_mid" => WP_Hook {#7430}
          "delete_term_metadata_by_mid" => WP_Hook {#7431}
          "update_term_metadata_cache" => WP_Hook {#7432}
          "added_comment_meta" => WP_Hook {#7433}
          "updated_comment_meta" => WP_Hook {#7434}
          "deleted_comment_meta" => WP_Hook {#7435}
          "content_save_pre" => WP_Hook {#7436}
          "excerpt_save_pre" => WP_Hook {#7437}
          "comment_save_pre" => WP_Hook {#7438}
          "pre_comment_content" => WP_Hook {#7439}
          "init" => WP_Hook {#7440}
          "comment_author" => WP_Hook {#7441}
          "link_description" => WP_Hook {#7442}
          "link_notes" => WP_Hook {#7443}
          "bloginfo" => WP_Hook {#7444}
          "wp_title" => WP_Hook {#7445}
          "widget_title" => WP_Hook {#7446}
          "the_content" => WP_Hook {#7447}
          "the_title" => WP_Hook {#7448}
          "comment_text" => WP_Hook {#7449}
          "single_post_title" => WP_Hook {#7450}
          "single_cat_title" => WP_Hook {#7451}
          "single_tag_title" => WP_Hook {#7452}
          "single_month_title" => WP_Hook {#7453}
          "nav_menu_attr_title" => WP_Hook {#7454}
          "nav_menu_description" => WP_Hook {#7455}
          "term_description" => WP_Hook {#7456}
          "get_the_post_type_description" => WP_Hook {#7457}
          "term_name_rss" => WP_Hook {#7458}
          "wp_insert_post_parent" => WP_Hook {#7459}
          "wp_update_term_parent" => WP_Hook {#7460}
          "the_excerpt" => WP_Hook {#7461}
          "get_the_excerpt" => WP_Hook {#7462}
          "the_post_thumbnail_caption" => WP_Hook {#7463}
          "comment_excerpt" => WP_Hook {#7464}
          "list_cats" => WP_Hook {#7465}
          "wp_sprintf" => WP_Hook {#7466}
          "widget_text" => WP_Hook {#7467}
          "widget_text_content" => WP_Hook {#7468}
          "date_i18n" => WP_Hook {#7469}
          "the_title_rss" => WP_Hook {#7470}
          "the_content_rss" => WP_Hook {#7471}
          "the_content_feed" => WP_Hook {#7472}
          "the_excerpt_rss" => WP_Hook {#7473}
          "comment_author_rss" => WP_Hook {#7474}
          "comment_text_rss" => WP_Hook {#7475}
          "bloginfo_rss" => WP_Hook {#7476}
          "the_author" => WP_Hook {#7477}
          "the_guid" => WP_Hook {#7478}
          "publish_post" => WP_Hook {#7480}
          "publish_page" => WP_Hook {#7481}
          "wp_ajax_save-widget" => WP_Hook {#7482}
          "wp_ajax_widgets-order" => WP_Hook {#7483}
          "customize_save_after" => WP_Hook {#7484}
          "option_ping_sites" => WP_Hook {#7485}
          "option_blog_charset" => WP_Hook {#7486}
          "option_home" => WP_Hook {#7487}
          "option_siteurl" => WP_Hook {#7488}
          "tiny_mce_before_init" => WP_Hook {#7489}
          "teeny_mce_before_init" => WP_Hook {#7490}
          "pre_kses" => WP_Hook {#7491}
          "sanitize_title" => WP_Hook {#7492}
          "check_comment_flood" => WP_Hook {#7493}
          "comment_flood_filter" => WP_Hook {#7494}
          "comment_email" => WP_Hook {#7495}
          "option_tag_base" => WP_Hook {#7496}
          "option_category_base" => WP_Hook {#7497}
          "the_posts" => WP_Hook {#7498}
          "comments_open" => WP_Hook {#7499}
          "pings_open" => WP_Hook {#7500}
          "editable_slug" => WP_Hook {#7501}
          "nav_menu_meta_box_object" => WP_Hook {#7502}
          "pingback_ping_source_uri" => WP_Hook {#7503}
          "xmlrpc_pingback_error" => WP_Hook {#7504}
          "title_save_pre" => WP_Hook {#7505}
          "transition_comment_status" => WP_Hook {#7506}
          "http_request_host_is_external" => WP_Hook {#7507}
          "xmlrpc_rsd_apis" => WP_Hook {#7508}
          "wp_head" => WP_Hook {#7509}
          "template_redirect" => WP_Hook {#7510}
          "auth_cookie_malformed" => WP_Hook {#7511}
          "auth_cookie_expired" => WP_Hook {#7512}
          "auth_cookie_bad_username" => WP_Hook {#7513}
          "auth_cookie_bad_hash" => WP_Hook {#7514}
          "auth_cookie_valid" => WP_Hook {#7515}
          "rest_authentication_errors" => WP_Hook {#7516}
          "publish_future_post" => WP_Hook {#7517}
          "wp_footer" => WP_Hook {#7518}
          "wp_print_footer_scripts" => WP_Hook {#7519}
          "after_switch_theme" => WP_Hook {#7520}
          "login_head" => WP_Hook {#7522}
          "login_footer" => WP_Hook {#7523}
          "login_init" => WP_Hook {#7524}
          "rss2_head" => WP_Hook {#7525}
          "commentsrss2_head" => WP_Hook {#7526}
          "rss_head" => WP_Hook {#7527}
          "rdf_header" => WP_Hook {#7528}
          "atom_head" => WP_Hook {#7529}
          "comments_atom_head" => WP_Hook {#7530}
          "opml_head" => WP_Hook {#7531}
          "app_head" => WP_Hook {#7532}
          "do_feed_rdf" => WP_Hook {#7533}
          "do_feed_rss" => WP_Hook {#7534}
          "do_feed_rss2" => WP_Hook {#7535}
          "do_feed_atom" => WP_Hook {#7536}
          "do_pings" => WP_Hook {#7537}
          "do_robots" => WP_Hook {#7538}
          "set_comment_cookies" => WP_Hook {#7539}
          "sanitize_comment_cookies" => WP_Hook {#7540}
          "admin_print_scripts" => WP_Hook {#7541}
          "admin_print_footer_scripts" => WP_Hook {#7542}
          "admin_print_styles" => WP_Hook {#7543}
          "plugins_loaded" => WP_Hook {#7544}
          "shutdown" => WP_Hook {#7545}
          "post_updated" => WP_Hook {#7546}
          "transition_post_status" => WP_Hook {#7547}
          "comment_form" => WP_Hook {#7548}
          "admin_init" => WP_Hook {#7549}
          "welcome_panel" => WP_Hook {#7550}
          "user_request_action_confirmed" => WP_Hook {#7551}
          "wp_privacy_personal_data_exporters" => WP_Hook {#7552}
          "wp_privacy_personal_data_erasers" => WP_Hook {#7553}
          "wp_privacy_delete_old_export_files" => WP_Hook {#7554}
          "wp_scheduled_delete" => WP_Hook {#7555}
          "wp_scheduled_auto_draft_delete" => WP_Hook {#7556}
          "importer_scheduled_cleanup" => WP_Hook {#7557}
          "upgrader_scheduled_cleanup" => WP_Hook {#7558}
          "delete_expired_transients" => WP_Hook {#7559}
          "delete_post" => WP_Hook {#7560}
          "delete_term" => WP_Hook {#7561}
          "begin_fetch_post_thumbnail_html" => WP_Hook {#7562}
          "end_fetch_post_thumbnail_html" => WP_Hook {#7563}
          "attachment_updated" => WP_Hook {#7564}
          "pre_option_gmt_offset" => WP_Hook {#7565}
          "admin_color_scheme_picker" => WP_Hook {#7566}
          "default_option_link_manager_enabled" => WP_Hook {#7567}
          "pre_option_embed_autourls" => WP_Hook {#7568}
          "heartbeat_settings" => WP_Hook {#7569}
          "admin_enqueue_scripts" => WP_Hook {#7570}
          "heartbeat_send" => WP_Hook {#7571}
          "heartbeat_nopriv_send" => WP_Hook {#7572}
          "authenticate" => WP_Hook {#7573}
          "determine_current_user" => WP_Hook {#7574}
          "split_shared_term" => WP_Hook {#7575}
          "wp_split_shared_term_batch" => WP_Hook {#7576}
          "comment_post" => WP_Hook {#7577}
          "after_password_reset" => WP_Hook {#7578}
          "register_new_user" => WP_Hook {#7579}
          "edit_user_created_user" => WP_Hook {#7580}
          "rest_api_init" => WP_Hook {#7581}
          "parse_request" => WP_Hook {#7582}
          "wp_loaded" => WP_Hook {#7583}
          "delete_attachment" => WP_Hook {#7584}
          "save_post" => WP_Hook {#7585}
          "update_option_start_of_week" => WP_Hook {#7586}
          "update_option_gmt_offset" => WP_Hook {#7587}
          "admin_menu" => WP_Hook {#7588}
          "before_delete_post" => WP_Hook {#7589}
          "wp_trash_post" => WP_Hook {#7590}
          "change_locale" => WP_Hook {#7591}
          "request" => WP_Hook {#7592}
          "term_link" => WP_Hook {#7593}
          "get_post_format" => WP_Hook {#7594}
          "get_terms" => WP_Hook {#7595}
          "wp_get_object_terms" => WP_Hook {#7596}
          "set_current_user" => WP_Hook {#7597}
          "wp_default_scripts" => WP_Hook {#7598}
          "wp_enqueue_scripts" => WP_Hook {#7599}
          "enqueue_block_assets" => WP_Hook {#7600}
          "enqueue_block_editor_assets" => WP_Hook {#7601}
          "admin_print_scripts-index.php" => WP_Hook {#7602}
          "wp_print_scripts" => WP_Hook {#7603}
          "print_scripts_array" => WP_Hook {#7604}
          "customize_controls_print_styles" => WP_Hook {#7605}
          "wp_default_styles" => WP_Hook {#7606}
          "style_loader_src" => WP_Hook {#7607}
          "wp_playlist_scripts" => WP_Hook {#7608}
          "customize_controls_enqueue_scripts" => WP_Hook {#7609}
          "nav_menu_item_id" => WP_Hook {#7610}
          "before_signup_header" => WP_Hook {#7611}
          "activate_header" => WP_Hook {#7612}
          "in_admin_header" => WP_Hook {#7613}
          "media_buttons" => WP_Hook {#7614}
          "image_send_to_editor" => WP_Hook {#7615}
          "media_send_to_editor" => WP_Hook {#7616}
          "rest_pre_serve_request" => WP_Hook {#7617}
          "embed_head" => WP_Hook {#7618}
          "embed_content_meta" => WP_Hook {#7619}
          "embed_footer" => WP_Hook {#7620}
          "excerpt_more" => WP_Hook {#7621}
          "the_excerpt_embed" => WP_Hook {#7622}
          "oembed_dataparse" => WP_Hook {#7623}
          "oembed_response_data" => WP_Hook {#7624}
          "pre_oembed_result" => WP_Hook {#7625}
          "user_has_cap" => WP_Hook {#7626}
          "wp_version_check" => WP_Hook {#7985}
          "load-plugins.php" => WP_Hook {#7986}
          "load-update.php" => WP_Hook {#7987}
          "load-update-core.php" => WP_Hook {#7988}
          "wp_update_plugins" => WP_Hook {#7989}
          "load-themes.php" => WP_Hook {#7990}
          "wp_update_themes" => WP_Hook {#7991}
          "update_option_WPLANG" => WP_Hook {#7992}
          "wp_maybe_auto_update" => WP_Hook {#7993}
          "edit_form_advanced" => WP_Hook {#7998}
          "edit_page_form" => WP_Hook {#7999}
          "plugin_action_links" => WP_Hook {#8000}
          "network_admin_plugin_action_links" => WP_Hook {#8001}
          "plugin_row_meta" => WP_Hook {#7984}
          "wp_ajax_add-category" => WP_Hook {#7980}
          "wp_ajax_add-post_tag" => WP_Hook {#7976}
          "wp_ajax_add-nav_menu" => WP_Hook {#7972}
          "wp_ajax_add-link_category" => WP_Hook {#7968}
          "wp_ajax_add-post_format" => WP_Hook {#7964}
          "future_post" => WP_Hook {#7963}
          "future_page" => WP_Hook {#7959}
          "future_attachment" => WP_Hook {#7955}
           …855
        ]
        "wpdb" => & wpdb {#7368}
        "locale" => & "en_US"
        "_ENV" => & []
        "_REQUEST" => & []
        "wp_actions" => & array:44 [ …44]
        "wp_current_filter" => & []
        "PHP_SELF" => & "/index.php"
        "timestart" => & 1686180353.7824
        "_wp_using_ext_object_cache" => & null
        "wp_object_cache" => & WP_Object_Cache {#7371}
        "allowedposttags" => & array:81 [ …81]
        "allowedtags" => & array:14 [ …14]
        "allowedentitynames" => & array:253 [ …253]
        "shortcode_tags" => & array:10 [ …10]
        "wp_registered_sidebars" => & array:1 [ …1]
        "wp_registered_widgets" => & array:20 [ …20]
        "wp_registered_widget_controls" => & array:20 [ …20]
        "wp_registered_widget_updates" => & array:20 [ …20]
        "_wp_sidebars_widgets" => & array:3 [ …3]
        "_wp_deprecated_widgets_callbacks" => & array:22 [ …22]
        "wp_embed" => & WP_Embed {#7997}
        "wp_plugin_paths" => & []
        "pagenow" => & "index.php"
        "is_lynx" => & false
        "is_gecko" => & false
        "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 {#8432}
        "wp_taxonomies" => & array:10 [ …10]
        "l10n" => & array:1 [ …1]
        "l10n_unloaded" => & array:1 [ …1]
        "wp" => & WP {#8433}
        "_wp_theme_features" => & array:8 [ …8]
        "wp_post_types" => & array:21 [ …21]
        "post_type_meta_caps" => & array:10 [ …10]
        "_wp_post_type_features" => & array:23 [ …23]
        "wp_post_statuses" => & array:13 [ …13]
        "wp_theme_directories" => & array:1 [ …1]
        "acf" => & ACF {#7880}
        "acf_stores" => & array:10 [ …10]
        "acf_instances" => & array:11 [ …11]
        "acf_uniqid" => & 11
        "acf_options_page" => & acf_options_page {#7750}
        "wpcom_api_key" => & ""
        "akismet_api_host" => & ".rest.akismet.com"
        "akismet_api_port" => & 80
        "hicpo" => & Hicpo {#7738}
        "maxMemory" => & 134217728
        "last" => & "m"
        "wfCoreLoading" => & true
        "wfCoreActive" => & true
        "plugins" => & array:13 [ …13]
        "wfVersion" => & "7.9.3"
        "p" => & 0
        "yoast_autoload_file" => & "/home/pgfvrjxx/web/lakeview.al/public_html/wp-content/plugins/wordpress-seo/vendor/autoload.php"
        "spl_autoload_exists" => & true
        "filter_exists" => & true
        "wpseo_register_capabilities" => & WPSEO_Register_Roles {#8140}
        "polylang" => & PLL_Frontend {#8098}
        "text_direction" => & "ltr"
        "pass_allowed_html" => & array:6 [ …6]
        "pass_allowed_protocols" => & array:19 [ …19]
        "wp_cockneyreplace" => & null
        "rsssl_front_end" => & rsssl_front_end {#8300}
        "rsssl_mixed_content_fixer" => & rsssl_mixed_content_fixer {#8301}
        "current_user" => & WP_User {#8311}
        "wp_rest_auth_cookie" => & "malformed"
        "user_login" => & ""
        "userdata" => & null
        "user_level" => & 0
        "user_ID" => & 0
        "user_email" => & ""
        "user_url" => & ""
        "user_identity" => & ""
        "phpmailer" => & MailCatcher {#8323}
        "wp_meta_keys" => & array:1 [ …1]
        "wpseo_sitemaps" => & WPSEO_Sitemaps {#8398}
        "wp_the_query" => & WP_Query {#8422}
        "wp_query" => & WP_Query {#8422}
        "wp_widget_factory" => & WP_Widget_Factory {#8434}
        "wp_user_roles" => & null
        "wp_roles" => & WP_Roles {#8435}
        "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 {#8129}
        "wp_locale_switcher" => & WP_Locale_Switcher {#8128}
        "__composer_autoload_files" => & array:9 [ …9]
        "_wp_registered_nav_menus" => & array:2 [ …2]
        "sidebars_widgets" => & array:2 [ …2]
        "wp_customize" => & null
        "wp_scripts" => & WP_Scripts {#8528}
        "concatenate_scripts" => & false
        "compress_scripts" => & false
        "compress_css" => & false
        "_SESSION" => &414 []
        "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"
        "wp_styles" => & WP_Styles {#9078}
        "acf_updates" => & ACF_Updates {#9172}
        "custom_image_header" => & null
        "custom_background" => & null
        "typenow" => & null
        "wp_header_to_desc" => & array:60 [ …60]
        "page" => & 0
        "pagename" => & "tour"
        "lang" => & "en"
        "error" => & ""
        "m" => & ""
        "post_parent" => & ""
        "subpost" => & ""
        "subpost_id" => & ""
        "attachment" => & ""
        "attachment_id" => & 0
        "name" => & "tour"
        "page_id" => & 0
        "second" => & ""
        "minute" => & ""
        "hour" => & ""
        "day" => & 0
        "monthnum" => & 0
        "year" => & 0
        "w" => & 0
        "category_name" => & ""
        "tag" => & ""
        "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" => & []
        "orderby" => & "menu_order"
        "order" => & "ASC"
        "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
        "query_string" => & "pagename=tour&lang=en"
        "posts" => &489 array:1 [
          0 => WP_Post {#9246}
        ]
        "post" => & WP_Post {#9246}
        "request" => & "SELECT   wp_posts.* FROM wp_posts  WHERE 1=1  AND (wp_posts.ID = '702') AND wp_posts.post_type = 'page'  ORDER BY wp_posts.menu_order ASC "
        "more" => & 1
        "single" => & 1
        "template" => & "/home/pgfvrjxx/web/lakeview.al/public_html/wp-content/themes/lakeview/pages/tour.php"
        "wp_admin_bar" => & null
        "show_admin_bar" => & false
        "wpseo_og" => & WPSEO_OpenGraph {#9248}
      ]
      "wfPHPMinimumVersion" => "5.5.0"
      "specifiedStorageEngine" => false
      "fallbackStorageEngine" => false
      "wfWAFStorageEngine" => wfWAFStorageFile {#1}
      "rulesFiles" => array:1 [
        0 => "/home/pgfvrjxx/web/lakeview.al/public_html/wp-content/wflogs/rules.php"
      ]
      "rulesFile" => "/home/pgfvrjxx/web/lakeview.al/public_html/wp-content/wflogs/rules.php"
      "wf_waf_failure" => null
      "wfPHPDeprecatingVersion" => "7.0.0"
      "wfOpenSSLDeprecatingVersion" => "1.0.1"
      "wfOpenSSLMinimumVersion" => "1.0.1"
      "wfWordPressDeprecatingVersion" => "4.4.0"
      "wfWordPressMinimumVersion" => "3.9.0"
      "HTTP_RAW_POST_DATA" => ""
      "wp_did_header" => true
      "table_prefix" => "wp_"
      "wp_version" => "5.1.16"
      "wp_db_version" => 44719
      "tinymce_version" => "4920-20181217"
      "required_php_version" => "5.2.4"
      "required_mysql_version" => "5.0"
      "wp_local_package" => null
      "blog_id" => 1
      "wp_filter" => array:1131 [
        "query" => WP_Hook {#7370}
        "pre_term_name" => WP_Hook {#7372}
        "pre_comment_author_name" => WP_Hook {#7373}
        "pre_link_name" => WP_Hook {#7374}
        "pre_link_target" => WP_Hook {#7375}
        "pre_link_rel" => WP_Hook {#7376}
        "pre_user_display_name" => WP_Hook {#7377}
        "pre_user_first_name" => WP_Hook {#7378}
        "pre_user_last_name" => WP_Hook {#7379}
        "pre_user_nickname" => WP_Hook {#7380}
        "term_name" => WP_Hook {#7381}
        "comment_author_name" => WP_Hook {#7382}
        "link_name" => WP_Hook {#7383}
        "link_target" => WP_Hook {#7384}
        "link_rel" => WP_Hook {#7385}
        "user_display_name" => WP_Hook {#7386}
        "user_first_name" => WP_Hook {#7387}
        "user_last_name" => WP_Hook {#7388}
        "user_nickname" => WP_Hook {#7389}
        "pre_term_description" => WP_Hook {#7390}
        "pre_link_description" => WP_Hook {#7391}
        "pre_link_notes" => WP_Hook {#7392}
        "pre_user_description" => WP_Hook {#7393}
        "pre_comment_author_email" => WP_Hook {#7394}
        "pre_user_email" => WP_Hook {#7395}
        "comment_author_email" => WP_Hook {#7396}
        "user_email" => WP_Hook {#7397}
        "pre_comment_author_url" => WP_Hook {#7398}
        "pre_user_url" => WP_Hook {#7399}
        "pre_link_url" => WP_Hook {#7400}
        "pre_link_image" => WP_Hook {#7401}
        "pre_link_rss" => WP_Hook {#7402}
        "pre_post_guid" => WP_Hook {#7403}
        "user_url" => WP_Hook {#7404}
        "link_url" => WP_Hook {#7405}
        "link_image" => WP_Hook {#7406}
        "link_rss" => WP_Hook {#7407}
        "comment_url" => WP_Hook {#7408}
        "post_guid" => WP_Hook {#7409}
        "pre_term_slug" => WP_Hook {#7410}
        "wp_insert_post_data" => WP_Hook {#7411}
        "pre_post_type" => WP_Hook {#7412}
        "pre_post_status" => WP_Hook {#7413}
        "pre_post_comment_status" => WP_Hook {#7414}
        "pre_post_ping_status" => WP_Hook {#7415}
        "pre_post_mime_type" => WP_Hook {#7416}
        "post_mime_type" => WP_Hook {#7417}
        "register_meta_args" => WP_Hook {#7418}
        "added_post_meta" => WP_Hook {#7419}
        "updated_post_meta" => WP_Hook {#7420}
        "deleted_post_meta" => WP_Hook {#7421}
        "added_term_meta" => WP_Hook {#7422}
        "updated_term_meta" => WP_Hook {#7423}
        "deleted_term_meta" => WP_Hook {#7424}
        "get_term_metadata" => WP_Hook {#7425}
        "add_term_metadata" => WP_Hook {#7426}
        "update_term_metadata" => WP_Hook {#7427}
        "delete_term_metadata" => WP_Hook {#7428}
        "get_term_metadata_by_mid" => WP_Hook {#7429}
        "update_term_metadata_by_mid" => WP_Hook {#7430}
        "delete_term_metadata_by_mid" => WP_Hook {#7431}
        "update_term_metadata_cache" => WP_Hook {#7432}
        "added_comment_meta" => WP_Hook {#7433}
        "updated_comment_meta" => WP_Hook {#7434}
        "deleted_comment_meta" => WP_Hook {#7435}
        "content_save_pre" => WP_Hook {#7436}
        "excerpt_save_pre" => WP_Hook {#7437}
        "comment_save_pre" => WP_Hook {#7438}
        "pre_comment_content" => WP_Hook {#7439}
        "init" => WP_Hook {#7440}
        "comment_author" => WP_Hook {#7441}
        "link_description" => WP_Hook {#7442}
        "link_notes" => WP_Hook {#7443}
        "bloginfo" => WP_Hook {#7444}
        "wp_title" => WP_Hook {#7445}
        "widget_title" => WP_Hook {#7446}
        "the_content" => WP_Hook {#7447}
        "the_title" => WP_Hook {#7448}
        "comment_text" => WP_Hook {#7449}
        "single_post_title" => WP_Hook {#7450}
        "single_cat_title" => WP_Hook {#7451}
        "single_tag_title" => WP_Hook {#7452}
        "single_month_title" => WP_Hook {#7453}
        "nav_menu_attr_title" => WP_Hook {#7454}
        "nav_menu_description" => WP_Hook {#7455}
        "term_description" => WP_Hook {#7456}
        "get_the_post_type_description" => WP_Hook {#7457}
        "term_name_rss" => WP_Hook {#7458}
        "wp_insert_post_parent" => WP_Hook {#7459}
        "wp_update_term_parent" => WP_Hook {#7460}
        "the_excerpt" => WP_Hook {#7461}
        "get_the_excerpt" => WP_Hook {#7462}
        "the_post_thumbnail_caption" => WP_Hook {#7463}
        "comment_excerpt" => WP_Hook {#7464}
        "list_cats" => WP_Hook {#7465}
        "wp_sprintf" => WP_Hook {#7466}
        "widget_text" => WP_Hook {#7467}
        "widget_text_content" => WP_Hook {#7468}
        "date_i18n" => WP_Hook {#7469}
        "the_title_rss" => WP_Hook {#7470}
        "the_content_rss" => WP_Hook {#7471}
        "the_content_feed" => WP_Hook {#7472}
        "the_excerpt_rss" => WP_Hook {#7473}
        "comment_author_rss" => WP_Hook {#7474}
        "comment_text_rss" => WP_Hook {#7475}
        "bloginfo_rss" => WP_Hook {#7476}
        "the_author" => WP_Hook {#7477}
        "the_guid" => WP_Hook {#7478}
        "publish_post" => WP_Hook {#7480}
        "publish_page" => WP_Hook {#7481}
        "wp_ajax_save-widget" => WP_Hook {#7482}
        "wp_ajax_widgets-order" => WP_Hook {#7483}
        "customize_save_after" => WP_Hook {#7484}
        "option_ping_sites" => WP_Hook {#7485}
        "option_blog_charset" => WP_Hook {#7486}
        "option_home" => WP_Hook {#7487}
        "option_siteurl" => WP_Hook {#7488}
        "tiny_mce_before_init" => WP_Hook {#7489}
        "teeny_mce_before_init" => WP_Hook {#7490}
        "pre_kses" => WP_Hook {#7491}
        "sanitize_title" => WP_Hook {#7492}
        "check_comment_flood" => WP_Hook {#7493}
        "comment_flood_filter" => WP_Hook {#7494}
        "comment_email" => WP_Hook {#7495}
        "option_tag_base" => WP_Hook {#7496}
        "option_category_base" => WP_Hook {#7497}
        "the_posts" => WP_Hook {#7498}
        "comments_open" => WP_Hook {#7499}
        "pings_open" => WP_Hook {#7500}
        "editable_slug" => WP_Hook {#7501}
        "nav_menu_meta_box_object" => WP_Hook {#7502}
        "pingback_ping_source_uri" => WP_Hook {#7503}
        "xmlrpc_pingback_error" => WP_Hook {#7504}
        "title_save_pre" => WP_Hook {#7505}
        "transition_comment_status" => WP_Hook {#7506}
        "http_request_host_is_external" => WP_Hook {#7507}
        "xmlrpc_rsd_apis" => WP_Hook {#7508}
        "wp_head" => WP_Hook {#7509}
        "template_redirect" => WP_Hook {#7510}
        "auth_cookie_malformed" => WP_Hook {#7511}
        "auth_cookie_expired" => WP_Hook {#7512}
        "auth_cookie_bad_username" => WP_Hook {#7513}
        "auth_cookie_bad_hash" => WP_Hook {#7514}
        "auth_cookie_valid" => WP_Hook {#7515}
        "rest_authentication_errors" => WP_Hook {#7516}
        "publish_future_post" => WP_Hook {#7517}
        "wp_footer" => WP_Hook {#7518}
        "wp_print_footer_scripts" => WP_Hook {#7519}
        "after_switch_theme" => WP_Hook {#7520}
        "login_head" => WP_Hook {#7522}
        "login_footer" => WP_Hook {#7523}
        "login_init" => WP_Hook {#7524}
        "rss2_head" => WP_Hook {#7525}
        "commentsrss2_head" => WP_Hook {#7526}
        "rss_head" => WP_Hook {#7527}
        "rdf_header" => WP_Hook {#7528}
        "atom_head" => WP_Hook {#7529}
        "comments_atom_head" => WP_Hook {#7530}
        "opml_head" => WP_Hook {#7531}
        "app_head" => WP_Hook {#7532}
        "do_feed_rdf" => WP_Hook {#7533}
        "do_feed_rss" => WP_Hook {#7534}
        "do_feed_rss2" => WP_Hook {#7535}
        "do_feed_atom" => WP_Hook {#7536}
        "do_pings" => WP_Hook {#7537}
        "do_robots" => WP_Hook {#7538}
        "set_comment_cookies" => WP_Hook {#7539}
        "sanitize_comment_cookies" => WP_Hook {#7540}
        "admin_print_scripts" => WP_Hook {#7541}
        "admin_print_footer_scripts" => WP_Hook {#7542}
        "admin_print_styles" => WP_Hook {#7543}
        "plugins_loaded" => WP_Hook {#7544}
        "shutdown" => WP_Hook {#7545}
        "post_updated" => WP_Hook {#7546}
        "transition_post_status" => WP_Hook {#7547}
        "comment_form" => WP_Hook {#7548}
        "admin_init" => WP_Hook {#7549}
        "welcome_panel" => WP_Hook {#7550}
        "user_request_action_confirmed" => WP_Hook {#7551}
        "wp_privacy_personal_data_exporters" => WP_Hook {#7552}
        "wp_privacy_personal_data_erasers" => WP_Hook {#7553}
        "wp_privacy_delete_old_export_files" => WP_Hook {#7554}
        "wp_scheduled_delete" => WP_Hook {#7555}
        "wp_scheduled_auto_draft_delete" => WP_Hook {#7556}
        "importer_scheduled_cleanup" => WP_Hook {#7557}
        "upgrader_scheduled_cleanup" => WP_Hook {#7558}
        "delete_expired_transients" => WP_Hook {#7559}
        "delete_post" => WP_Hook {#7560}
        "delete_term" => WP_Hook {#7561}
        "begin_fetch_post_thumbnail_html" => WP_Hook {#7562}
        "end_fetch_post_thumbnail_html" => WP_Hook {#7563}
        "attachment_updated" => WP_Hook {#7564}
        "pre_option_gmt_offset" => WP_Hook {#7565}
        "admin_color_scheme_picker" => WP_Hook {#7566}
        "default_option_link_manager_enabled" => WP_Hook {#7567}
        "pre_option_embed_autourls" => WP_Hook {#7568}
        "heartbeat_settings" => WP_Hook {#7569}
        "admin_enqueue_scripts" => WP_Hook {#7570}
        "heartbeat_send" => WP_Hook {#7571}
        "heartbeat_nopriv_send" => WP_Hook {#7572}
        "authenticate" => WP_Hook {#7573}
        "determine_current_user" => WP_Hook {#7574}
        "split_shared_term" => WP_Hook {#7575}
        "wp_split_shared_term_batch" => WP_Hook {#7576}
        "comment_post" => WP_Hook {#7577}
        "after_password_reset" => WP_Hook {#7578}
        "register_new_user" => WP_Hook {#7579}
        "edit_user_created_user" => WP_Hook {#7580}
        "rest_api_init" => WP_Hook {#7581}
        "parse_request" => WP_Hook {#7582}
        "wp_loaded" => WP_Hook {#7583}
        "delete_attachment" => WP_Hook {#7584}
        "save_post" => WP_Hook {#7585}
        "update_option_start_of_week" => WP_Hook {#7586}
        "update_option_gmt_offset" => WP_Hook {#7587}
        "admin_menu" => WP_Hook {#7588}
        "before_delete_post" => WP_Hook {#7589}
        "wp_trash_post" => WP_Hook {#7590}
        "change_locale" => WP_Hook {#7591}
        "request" => WP_Hook {#7592}
        "term_link" => WP_Hook {#7593}
        "get_post_format" => WP_Hook {#7594}
        "get_terms" => WP_Hook {#7595}
        "wp_get_object_terms" => WP_Hook {#7596}
        "set_current_user" => WP_Hook {#7597}
        "wp_default_scripts" => WP_Hook {#7598}
        "wp_enqueue_scripts" => WP_Hook {#7599}
        "enqueue_block_assets" => WP_Hook {#7600}
        "enqueue_block_editor_assets" => WP_Hook {#7601}
        "admin_print_scripts-index.php" => WP_Hook {#7602}
        "wp_print_scripts" => WP_Hook {#7603}
        "print_scripts_array" => WP_Hook {#7604}
        "customize_controls_print_styles" => WP_Hook {#7605}
        "wp_default_styles" => WP_Hook {#7606}
        "style_loader_src" => WP_Hook {#7607}
        "wp_playlist_scripts" => WP_Hook {#7608}
        "customize_controls_enqueue_scripts" => WP_Hook {#7609}
        "nav_menu_item_id" => WP_Hook {#7610}
        "before_signup_header" => WP_Hook {#7611}
        "activate_header" => WP_Hook {#7612}
        "in_admin_header" => WP_Hook {#7613}
        "media_buttons" => WP_Hook {#7614}
        "image_send_to_editor" => WP_Hook {#7615}
        "media_send_to_editor" => WP_Hook {#7616}
        "rest_pre_serve_request" => WP_Hook {#7617}
        "embed_head" => WP_Hook {#7618}
        "embed_content_meta" => WP_Hook {#7619}
        "embed_footer" => WP_Hook {#7620}
        "excerpt_more" => WP_Hook {#7621}
        "the_excerpt_embed" => WP_Hook {#7622}
        "oembed_dataparse" => WP_Hook {#7623}
        "oembed_response_data" => WP_Hook {#7624}
        "pre_oembed_result" => WP_Hook {#7625}
        "user_has_cap" => WP_Hook {#7626}
        "wp_version_check" => WP_Hook {#7985}
        "load-plugins.php" => WP_Hook {#7986}
        "load-update.php" => WP_Hook {#7987}
        "load-update-core.php" => WP_Hook {#7988}
        "wp_update_plugins" => WP_Hook {#7989}
        "load-themes.php" => WP_Hook {#7990}
        "wp_update_themes" => WP_Hook {#7991}
        "update_option_WPLANG" => WP_Hook {#7992}
        "wp_maybe_auto_update" => WP_Hook {#7993}
        "edit_form_advanced" => WP_Hook {#7998}
        "edit_page_form" => WP_Hook {#7999}
        "plugin_action_links" => WP_Hook {#8000}
        "network_admin_plugin_action_links" => WP_Hook {#8001}
        "plugin_row_meta" => WP_Hook {#7984}
        "wp_ajax_add-category" => WP_Hook {#7980}
        "wp_ajax_add-post_tag" => WP_Hook {#7976}
        "wp_ajax_add-nav_menu" => WP_Hook {#7972}
        "wp_ajax_add-link_category" => WP_Hook {#7968}
        "wp_ajax_add-post_format" => WP_Hook {#7964}
        "future_post" => WP_Hook {#7963}
        "future_page" => WP_Hook {#7959}
        "future_attachment" => WP_Hook {#7955}
        "future_revision" => WP_Hook {#7951}
        "future_nav_menu_item" => WP_Hook {#7947}
        "future_custom_css" => WP_Hook {#7943}
        "future_customize_changeset" => WP_Hook {#7939}
        "future_oembed_cache" => WP_Hook {#7935}
        "future_user_request" => WP_Hook {#7931}
        "future_wp_block" => WP_Hook {#7927}
        "activate_polylang/polylang.php" => WP_Hook {#7908}
        "deactivate_polylang/polylang.php" => WP_Hook {#7907}
        "wpmu_new_blog" => WP_Hook {#7906}
        "pre_update_option_active_plugins" => WP_Hook {#7904}
        "pre_update_option_active_sitewide_plugins" => WP_Hook {#7903}
        "pll_language_defined" => WP_Hook {#7899}
        "pll_no_language_defined" => WP_Hook {#7898}
        "after_setup_theme" => WP_Hook {#7896}
        "wp_import_terms" => WP_Hook {#7895}
        "add_meta_boxes" => WP_Hook {#7894}
        "pll_home_url_black_list" => WP_Hook {#7893}
        "option_duplicate_post_taxonomies_blacklist" => WP_Hook {#7892}
        "jetpack_widget_get_top_posts" => WP_Hook {#7890}
        "grunion_contact_form_field_html" => WP_Hook {#7889}
        "jetpack_open_graph_tags" => WP_Hook {#7888}
        "jetpack_relatedposts_filter_filters" => WP_Hook {#7887}
        "transient_featured_content_ids" => WP_Hook {#7885}
        "pll_filter_query_excluded_query_vars" => WP_Hook {#7884}
        "option_featured-content" => WP_Hook {#7883}
        "wp_sweep_excluded_taxonomies" => WP_Hook {#7882}
        "get_terms_args" => WP_Hook {#7881}
        "acf/settings/uploader" => WP_Hook {#7879}
        "switch_blog" => WP_Hook {#7878}
        "acf/load_field" => WP_Hook {#7873}
        "acf/validate_field" => WP_Hook {#7872}
        "acf/translate_field" => WP_Hook {#7871}
        "acf/clone_field" => WP_Hook {#7870}
        "acf/prepare_field" => WP_Hook {#7869}
        "acf/render_field" => WP_Hook {#7868}
        "acf/update_field" => WP_Hook {#7867}
        "wp_unique_post_slug" => WP_Hook {#7866}
        "acf/delete_field" => WP_Hook {#7865}
        "acf/get_sub_field" => WP_Hook {#7864}
        "acf/duplicate_field" => WP_Hook {#7863}
        "acf/prepare_field_for_export" => WP_Hook {#7862}
        "acf/prepare_field_for_import" => WP_Hook {#7861}
        "acf/validate_field_group" => WP_Hook {#7859}
        "acf/save_post" => WP_Hook {#7857}
        "acf/load_reference" => WP_Hook {#7855}
        "acf/load_value" => WP_Hook {#7854}
        "acf/format_value" => WP_Hook {#7853}
        "acf/update_value" => WP_Hook {#7852}
        "acf/delete_value" => WP_Hook {#7851}
        "acf/preview_value" => WP_Hook {#7850}
        "acf/validate_field/type=textarea" => WP_Hook {#7845}
        "acf/validate_field/type=relationship" => WP_Hook {#7844}
        "acf/validate_field/type=post_object" => WP_Hook {#7843}
        "acf/validate_field/type=page_link" => WP_Hook {#7842}
        "acf/validate_field/type=image" => WP_Hook {#7841}
        "acf/validate_field/type=file" => WP_Hook {#7840}
        "acf/validate_field/type=wysiwyg" => WP_Hook {#7839}
        "acf/validate_field/type=date_picker" => WP_Hook {#7838}
        "acf/validate_field/type=taxonomy" => WP_Hook {#7837}
        "acf/validate_field/type=date_time_picker" => WP_Hook {#7836}
        "acf/validate_field/type=user" => WP_Hook {#7835}
        "acf/field_wrapper_attributes" => WP_Hook {#7834}
        "acf/location/validate_rule/type=post_taxonomy" => WP_Hook {#7833}
        "acf/location/validate_rule/type=post_category" => WP_Hook {#7832}
        "acf/settings/show_admin" => WP_Hook {#7830}
        "acf/settings/l10n_textdomain" => WP_Hook {#7829}
        "acf/settings/l10n_field" => WP_Hook {#7828}
        "acf/settings/l10n_field_group" => WP_Hook {#7827}
        "acf/settings/url" => WP_Hook {#7826}
        "acf/validate_setting" => WP_Hook {#7825}
        "acf/validate_post_id" => WP_Hook {#7824}
        "acf/update_field_group" => WP_Hook {#7822}
        "acf/untrash_field_group" => WP_Hook {#7821}
        "acf/trash_field_group" => WP_Hook {#7820}
        "acf/delete_field_group" => WP_Hook {#7819}
        "acf/include_fields" => WP_Hook {#7818}
        "acf/get_cache_key" => WP_Hook {#7817}
        "acf/get_field_groups" => WP_Hook {#7813}
        "acf/is_field_key" => WP_Hook {#7812}
        "acf/is_field_group_key" => WP_Hook {#7811}
        "acf/enqueue_scripts" => WP_Hook {#7808}
        "wp_handle_upload_prefilter" => WP_Hook {#7807}
        "wp_ajax_query-attachments" => WP_Hook {#7806}
        "wp_restore_post_revision" => WP_Hook {#7804}
        "wp_save_post_revision_check_for_changes" => WP_Hook {#7803}
        "_wp_post_revision_fields" => WP_Hook {#7802}
        "wp_upgrade" => WP_Hook {#7801}
        "wp_ajax_acf/validate_save_post" => WP_Hook {#7799}
        "wp_ajax_nopriv_acf/validate_save_post" => WP_Hook {#7798}
        "acf/validate_save_post" => WP_Hook {#7797}
        "wp_ajax_acf/ajax/check_screen" => WP_Hook {#7795}
        "wp_ajax_acf/ajax/user_setting" => WP_Hook {#7793}
        "wp_ajax_nopriv_acf/ajax/user_setting" => WP_Hook {#7792}
        "wp_ajax_acf/ajax/upgrade" => WP_Hook {#7790}
        "wp_ajax_acf/ajax/query_terms" => WP_Hook {#7788}
        "attachment_fields_to_edit" => WP_Hook {#7786}
        "attachment_fields_to_save" => WP_Hook {#7785}
        "comment_form_field_comment" => WP_Hook {#7783}
        "edit_comment" => WP_Hook {#7782}
        "customize_controls_init" => WP_Hook {#7780}
        "customize_preview_init" => WP_Hook {#7779}
        "customize_save" => WP_Hook {#7778}
        "widget_update_callback" => WP_Hook {#7777}
        "acf/pre_save_post" => WP_Hook {#7775}
        "wp_update_nav_menu" => WP_Hook {#7773}
        "wp_nav_menu_item_custom_fields" => WP_Hook {#7772}
        "wp_get_nav_menu_items" => WP_Hook {#7771}
        "wp_edit_nav_menu_walker" => WP_Hook {#7770}
        "load-post.php" => WP_Hook {#7768}
        "load-post-new.php" => WP_Hook {#7767}
        "wp_insert_post_empty_content" => WP_Hook {#7766}
        "create_term" => WP_Hook {#7763}
        "edit_term" => WP_Hook {#7762}
        "login_form_register" => WP_Hook {#7760}
        "show_user_profile" => WP_Hook {#7759}
        "edit_user_profile" => WP_Hook {#7758}
        "user_new_form" => WP_Hook {#7757}
        "register_form" => WP_Hook {#7756}
        "user_register" => WP_Hook {#7755}
        "profile_update" => WP_Hook {#7754}
        "in_widget_form" => WP_Hook {#7752}
        "acf/include_field_types" => WP_Hook {#7748}
        "acf/include_location_rules" => WP_Hook {#7747}
        "acf/input/admin_enqueue_scripts" => WP_Hook {#7746}
        "acf/field_group/admin_enqueue_scripts" => WP_Hook {#7745}
        "posts_where" => WP_Hook {#7744}
        "activate_akismet/akismet.php" => WP_Hook {#7743}
        "deactivate_akismet/akismet.php" => WP_Hook {#7742}
        "widgets_init" => WP_Hook {#7741}
        "admin_notices" => WP_Hook {#7740}
        "wp_ajax_update-menu-order" => WP_Hook {#7737}
        "wp_ajax_update-menu-order-tags" => WP_Hook {#7736}
        "pre_get_posts" => WP_Hook {#7735}
        "get_previous_post_where" => WP_Hook {#7734}
        "get_previous_post_sort" => WP_Hook {#7733}
        "get_next_post_where" => WP_Hook {#7732}
        "get_next_post_sort" => WP_Hook {#7731}
        "get_terms_orderby" => WP_Hook {#7730}
        "qtranslate_language_detect_redirect" => WP_Hook {#7728}
        "string_locator_search_sources_markup" => WP_Hook {#7726}
        "string_locator_search_handler" => WP_Hook {#7725}
        "string_locator_directory_iterator_short_circuit" => WP_Hook {#7724}
        "string_locator_restore_search_row" => WP_Hook {#7723}
        "string_locator_search_templates" => WP_Hook {#7722}
        "string_locator_view" => WP_Hook {#7720}
        "admin_body_class" => WP_Hook {#7719}
        "string_locator_editor_fields" => WP_Hook {#7718}
        "string_locator_save_params" => WP_Hook {#7716}
        "string_locator_save_handler" => WP_Hook {#7715}
        "string_locator_editor_checks" => WP_Hook {#7713}
        "string_locator_pre_save" => WP_Hook {#7712}
        "string_locator_pre_save_fail_notice" => WP_Hook {#7711}
        "string_locator_search_results_tablenav_controls" => WP_Hook {#7709}
        "string_locator_post_save" => WP_Hook {#7706}
        "string_locator_post_save_fail_notice" => WP_Hook {#7705}
        "network_admin_menu" => WP_Hook {#7698}
        "string_locator_editor_sidebar_before_checks" => WP_Hook {#7697}
        "wp_ajax_vfbp-create-field" => WP_Hook {#7693}
        "wp_ajax_vfbp-sort-field" => WP_Hook {#7692}
        "wp_ajax_vfbp-delete-field" => WP_Hook {#7691}
        "wp_ajax_vfbp-duplicate-field" => WP_Hook {#7690}
        "wp_ajax_vfbp-rules-autocomplete" => WP_Hook {#7689}
        "wp_ajax_vfbp-form-desinger-copy-settings" => WP_Hook {#7688}
        "wp_ajax_vfbp-form-designer-copy-settings-save" => WP_Hook {#7687}
        "wp_ajax_vfbp-connect-mailchimp" => WP_Hook {#7686}
        "wp_ajax_vfbp-disconnect-mailchimp" => WP_Hook {#7685}
        "wp_ajax_vfbp-connect-campaign-monitor" => WP_Hook {#7684}
        "wp_ajax_vfbp-disconnect-campaign-monitor" => WP_Hook {#7683}
        "wp_ajax_vfbp-campaign-monitor-select-client" => WP_Hook {#7682}
        "wp_ajax_vfbp-connect-highrise" => WP_Hook {#7681}
        "wp_ajax_vfbp-disconnect-highrise" => WP_Hook {#7680}
        "wp_ajax_vfbp-connect-freshbooks" => WP_Hook {#7679}
        "wp_ajax_vfbp-disconnect-freshbooks" => WP_Hook {#7678}
        "wp_ajax_vfbp-price-fields" => WP_Hook {#7677}
        "wp_ajax_vfbp-price-fields-options" => WP_Hook {#7676}
        "admin_bar_menu" => WP_Hook {#7672}
        "admin_head" => WP_Hook {#7671}
        "wp_dashboard_setup" => WP_Hook {#7669}
        "manage_vfb_entry_posts_columns" => WP_Hook {#7667}
        "manage_edit-vfb_entry_sortable_columns" => WP_Hook {#7666}
        "manage_posts_custom_column" => WP_Hook {#7665}
        "post_row_actions" => WP_Hook {#7664}
        "restrict_manage_posts" => WP_Hook {#7663}
        "parse_query" => WP_Hook {#7662}
        "posts_clauses" => WP_Hook {#7661}
        "views_edit-vfb_entry" => WP_Hook {#7660}
        "admin_footer" => WP_Hook {#7659}
        "bulk_actions-edit-vfb_entry" => WP_Hook {#7658}
        "wp_ajax_vfbp-entry-columns" => WP_Hook {#7657}
        "hidden_columns" => WP_Hook {#7656}
        "edit_form_top" => WP_Hook {#7655}
        "wp_ajax_vfbp-export-fields" => WP_Hook {#7653}
        "wp_ajax_vfbp-media-button" => WP_Hook {#7651}
        "pre_set_site_transient_update_plugins" => WP_Hook {#7646}
        "plugins_api" => WP_Hook {#7645}
        "wp_ajax_vfbp-verify-license" => WP_Hook {#7644}
        "wp_ajax_vfbp-deactivate-license" => WP_Hook {#7643}
        "wp_ajax_nopriv_vfbp-verify-license" => WP_Hook {#7642}
        "wp_ajax_nopriv_vfbp-deactivate-license" => WP_Hook {#7641}
        "vfbp_after_email" => WP_Hook {#7638}
        "activate_vfb-pro/vfb-pro.php" => WP_Hook {#7636}
        "set-screen-option" => WP_Hook {#7634}
        "activate_wordfence/modules/login-security/wordfence-login-security.php" => WP_Hook {#8251}
        "deactivate_wordfence/modules/login-security/wordfence-login-security.php" => WP_Hook {#8252}
        "login_enqueue_scripts" => WP_Hook {#8219}
        "set_logged_in_cookie" => WP_Hook {#8218}
        "wp_login" => WP_Hook {#8217}
        "register_post" => WP_Hook {#8216}
        "wp_login_errors" => WP_Hook {#8215}
        "wp_ajax_nopriv_wordfence_ls_authenticate" => WP_Hook {#8213}
        "wp_ajax_wordfence_ls_authenticate" => WP_Hook {#8212}
        "wp_ajax_nopriv_wordfence_ls_register_support" => WP_Hook {#8211}
        "wp_ajax_wordfence_ls_register_support" => WP_Hook {#8210}
        "wp_ajax_wordfence_ls_activate" => WP_Hook {#8209}
        "wp_ajax_wordfence_ls_deactivate" => WP_Hook {#8208}
        "wp_ajax_wordfence_ls_regenerate" => WP_Hook {#8207}
        "wp_ajax_wordfence_ls_save_options" => WP_Hook {#8206}
        "wp_ajax_wordfence_ls_send_grace_period_notification" => WP_Hook {#8205}
        "wp_ajax_wordfence_ls_update_ip_preview" => WP_Hook {#8204}
        "wp_ajax_wordfence_ls_dismiss_notice" => WP_Hook {#8203}
        "wp_ajax_wordfence_ls_reset_recaptcha_stats" => WP_Hook {#8202}
        "wp_ajax_wordfence_ls_reset_2fa_grace_period" => WP_Hook {#8201}
        "wp_ajax_wordfence_ls_revoke_2fa_grace_period" => WP_Hook {#8200}
        "wp_ajax_wordfence_ls_reset_ntp_failure_count" => WP_Hook {#8199}
        "wp_ajax_wordfence_ls_disable_ntp" => WP_Hook {#8198}
        "wp_ajax_wordfence_ls_dismiss_persistent_notice" => WP_Hook {#8197}
        "deleted_user" => WP_Hook {#8195}
        "manage_users_columns" => WP_Hook {#8194}
        "manage_users_custom_column" => WP_Hook {#8193}
        "manage_users_sortable_columns" => WP_Hook {#8192}
        "users_list_table_query_args" => WP_Hook {#8191}
        "user_row_actions" => WP_Hook {#8190}
        "views_users" => WP_Hook {#8189}
        "wordfence_ls_ntp_cron" => WP_Hook {#8187}
        "activate_wordfence/wordfence.php" => WP_Hook {#8185}
        "deactivate_wordfence/wordfence.php" => WP_Hook {#8184}
        "wp_mail_from" => WP_Hook {#8221}
        "wp_ajax_nopriv_wordfence_lh" => WP_Hook {#8222}
        "wp_ajax_nopriv_wordfence_doScan" => WP_Hook {#8223}
        "wp_ajax_nopriv_wordfence_testAjax" => WP_Hook {#8224}
        "wp_ajax_wordfence_wafStatus" => WP_Hook {#8225}
        "wp_ajax_nopriv_wordfence_wafStatus" => WP_Hook {#8226}
        "wp_ajax_nopriv_wordfence_remoteVerifySwitchTo2FANew" => WP_Hook {#8227}
        "wordfence_start_scheduled_scan" => WP_Hook {#8228}
        "wordfence_daily_cron" => WP_Hook {#8229}
        "wordfence_daily_autoUpdate" => WP_Hook {#8230}
        "wordfence_hourly_cron" => WP_Hook {#8231}
        "wordfence_version_check" => WP_Hook {#8233}
        "wp_authenticate" => WP_Hook {#8234}
        "wp_logout" => WP_Hook {#8243}
        "lostpassword_post" => WP_Hook {#8244}
        "validate_password_reset" => WP_Hook {#8245}
        "wordfence_email_activity_report" => WP_Hook {#8246}
        "wp_redirect" => WP_Hook {#8247}
        "wp_redirect_status" => WP_Hook {#8248}
        "get_the_generator_html" => WP_Hook {#8249}
        "get_the_generator_xhtml" => WP_Hook {#8181}
        "get_the_generator_atom" => WP_Hook {#8180}
        "get_the_generator_rss2" => WP_Hook {#8179}
        "get_the_generator_rdf" => WP_Hook {#8178}
        "get_the_generator_comment" => WP_Hook {#8177}
        "get_the_generator_export" => WP_Hook {#8176}
        "registration_errors" => WP_Hook {#8175}
        "woocommerce_new_customer_data" => WP_Hook {#8174}
        "rest_request_before_callbacks" => WP_Hook {#8173}
        "rest_post_dispatch" => WP_Hook {#8172}
        "wp_sitemaps_users_pre_url_list" => WP_Hook {#8171}
        "wp_sitemaps_add_provider" => WP_Hook {#8170}
        "wp_is_application_passwords_available" => WP_Hook {#8169}
        "rest_dispatch_request" => WP_Hook {#8168}
        "upgrader_process_complete" => WP_Hook {#8167}
        "automatic_updates_complete" => WP_Hook {#8166}
        "wordfence_refreshUpdateNotification" => WP_Hook {#8165}
        "wordfence_completeCoreUpdateNotification" => WP_Hook {#8164}
        "wfls_xml_rpc_blocked" => WP_Hook {#8163}
        "wfls_registration_blocked" => WP_Hook {#8162}
        "wfls_activation_page_footer" => WP_Hook {#8161}
        "wfls_settings_set" => WP_Hook {#8160}
        "password_reset" => WP_Hook {#8159}
        "set_user_role" => WP_Hook {#8156}
        "grant_super_admin" => WP_Hook {#8155}
        "revoke_super_admin" => WP_Hook {#8154}
        "wordfence_processAttackData" => WP_Hook {#8153}
        "wordfence_batchReportBlockedAttempts" => WP_Hook {#8152}
        "wordfence_batchReportFailedAttempts" => WP_Hook {#8151}
        "wordfence_security_event" => WP_Hook {#8150}
        "cron_schedules" => WP_Hook {#8149}
        "wf_scan_monitor" => WP_Hook {#8148}
        "phpcompat_whitelist" => WP_Hook {#8145}
        "activate_wordpress-seo/wp-seo.php" => WP_Hook {#8146}
        "deactivate_wordpress-seo/wp-seo.php" => WP_Hook {#8144}
        "activate_blog" => WP_Hook {#8143}
        "wpseo_register_capabilities" => WP_Hook {#8141}
        "wpseo_register_roles" => WP_Hook {#8139}
        "activate_plugin" => WP_Hook {#8136}
        "_admin_menu" => WP_Hook {#8135}
        "pll_languages_list" => WP_Hook {#8133}
        "wp_ajax_add-language" => WP_Hook {#8127}
        "wp_ajax_add-post_translations" => WP_Hook {#8123}
        "setup_theme" => WP_Hook {#8121}
        "registered_post_type" => WP_Hook {#8122}
        "wp_ajax_add-term_language" => WP_Hook {#8116}
        "wp_ajax_add-term_translations" => WP_Hook {#8112}
        "clean_term_cache" => WP_Hook {#8110}
        "edited_term_taxonomy" => WP_Hook {#8111}
        "update_option_permalink_structure" => WP_Hook {#8108}
        "update_option_siteurl" => WP_Hook {#8107}
        "update_option_home" => WP_Hook {#8106}
        "language_description" => WP_Hook {#8105}
        "pll_after_languages_cache" => WP_Hook {#8103}
        "allowed_redirect_hosts" => WP_Hook {#8102}
        "pll_init" => WP_Hook {#8101}
        "parse_tax_query" => WP_Hook {#8097}
        "wpml_active_languages" => WP_Hook {#8094}
        "wpml_display_language_names" => WP_Hook {#8093}
        "wpml_current_language" => WP_Hook {#8092}
        "wpml_default_language" => WP_Hook {#8091}
        "wpml_add_language_form_field" => WP_Hook {#8090}
        "wpml_language_is_active" => WP_Hook {#8089}
        "wpml_is_rtl" => WP_Hook {#8088}
        "wpml_post_language_details" => WP_Hook {#8087}
        "wpml_element_language_code" => WP_Hook {#8086}
        "wpml_home_url" => WP_Hook {#8085}
        "wpml_element_link" => WP_Hook {#8084}
        "wpml_object_id" => WP_Hook {#8083}
        "wpml_translate_single_string" => WP_Hook {#8082}
        "wpml_permalink" => WP_Hook {#8081}
        "wpml_get_translated_slug" => WP_Hook {#8080}
        "wpml_element_has_translations" => WP_Hook {#8079}
        "wpml_register_single_string" => WP_Hook {#8078}
        "pll_get_strings" => WP_Hook {#8077}
        "pll_copy_post_metas" => WP_Hook {#8074}
        "pll_get_post_types" => WP_Hook {#8073}
        "pll_get_taxonomies" => WP_Hook {#8072}
        "option_wpseo_titles" => WP_Hook {#8068}
        "pre_comment_on_post" => WP_Hook {#8066}
        "wp" => WP_Hook {#8065}
        "post_link" => WP_Hook {#8063}
        "_get_page_link" => WP_Hook {#8062}
        "post_type_link" => WP_Hook {#8061}
        "attachment_link" => WP_Hook {#8060}
        "post_type_archive_link" => WP_Hook {#8059}
        "feed_link" => WP_Hook {#8057}
        "author_link" => WP_Hook {#8056}
        "search_link" => WP_Hook {#8055}
        "year_link" => WP_Hook {#8054}
        "month_link" => WP_Hook {#8053}
        "day_link" => WP_Hook {#8052}
        "home_url" => WP_Hook {#8051}
        "parse_comment_query" => WP_Hook {#8049}
        "comments_clauses" => WP_Hook {#8048}
        "get_pages" => WP_Hook {#8047}
        "get_previous_post_join" => WP_Hook {#8046}
        "get_next_post_join" => WP_Hook {#8045}
        "language_attributes" => WP_Hook {#8044}
        "map_meta_cap" => WP_Hook {#8043}
        "password_change_email" => WP_Hook {#8042}
        "email_change_email" => WP_Hook {#8041}
        "option_wp_page_for_privacy_policy" => WP_Hook {#8040}
        "locale" => WP_Hook {#8038}
        "option_sticky_posts" => WP_Hook {#8037}
        "getarchives_join" => WP_Hook {#8036}
        "getarchives_where" => WP_Hook {#8035}
        "widget_display_callback" => WP_Hook {#8034}
        "sidebars_widgets" => WP_Hook {#8033}
        "option_blogname" => WP_Hook {#8032}
        "option_blogdescription" => WP_Hook {#8031}
        "option_date_format" => WP_Hook {#8030}
        "option_time_format" => WP_Hook {#8029}
        "get_user_metadata" => WP_Hook {#8028}
        "get_search_form" => WP_Hook {#8026}
        "add_admin_bar_menus" => WP_Hook {#8025}
        "set_object_terms" => WP_Hook {#8023}
        "terms_clauses" => WP_Hook {#8021}
        "posts_selection" => WP_Hook {#8020}
        "pre_delete_term" => WP_Hook {#8019}
        "pll_save_term" => WP_Hook {#8016}
        "update_post_metadata" => WP_Hook {#8014}
        "update_post_meta" => WP_Hook {#8013}
        "delete_post_meta" => WP_Hook {#8012}
        "pll_save_post" => WP_Hook {#8011}
        "pll_translate_post_meta" => WP_Hook {#8010}
        "update_term_meta" => WP_Hook {#8008}
        "delete_term_meta" => WP_Hook {#8007}
        "created_term" => WP_Hook {#8006}
        "edited_term" => WP_Hook {#8005}
        "pll_duplicate_term" => WP_Hook {#8004}
        "pre_update_option_sticky_posts" => WP_Hook {#8003}
        "future_polylang_mo" => WP_Hook {#7902}
        "pll_add_language" => WP_Hook {#7629}
        "wpseo_posts_join" => WP_Hook {#8284}
        "wpseo_posts_where" => WP_Hook {#8285}
        "wpseo_typecount_join" => WP_Hook {#8286}
        "wpseo_typecount_where" => WP_Hook {#8287}
        "wpseo_sitemap_post_content" => WP_Hook {#8288}
        "pll_home_url_white_list" => WP_Hook {#8289}
        "wpseo_opengraph" => WP_Hook {#8290}
        "wpseo_canonical" => WP_Hook {#8291}
        "customize_register" => WP_Hook {#8293}
        "wp_nav_menu_objects" => WP_Hook {#8294}
        "nav_menu_link_attributes" => WP_Hook {#8295}
        "theme_mod_nav_menu_locations" => WP_Hook {#8296}
        "wp_nav_menu_args" => WP_Hook {#8297}
        "pre_option_rewrite_rules" => WP_Hook {#8298}
        "send_headers" => WP_Hook {#7628}
        "redirection_visit" => WP_Hook {#8304}
        "redirection_do_nothing" => WP_Hook {#8305}
        "redirect_canonical" => WP_Hook {#8306}
        "redirection_log_delete" => WP_Hook {#8307}
        "redirection_url_target" => WP_Hook {#8308}
        "redirection_request_ip" => WP_Hook {#8309}
        "content_filtered_save_pre" => WP_Hook {#8313}
        "all_admin_notices" => WP_Hook {#8317}
        "wp_ajax_yoast_get_notifications" => WP_Hook {#8318}
        "wpseo_deactivate" => WP_Hook {#8319}
        "phpmailer_init" => WP_Hook {#8321}
        "wp_mail_from_name" => WP_Hook {#8322}
        "icl_wpml_config_array" => WP_Hook {#8324}
        "option_wpseo" => WP_Hook {#8331}
        "default_option_wpseo" => WP_Hook {#8333}
        "add_option" => WP_Hook {#8334}
        "update_option" => WP_Hook {#8335}
        "sanitize_option_wpseo" => WP_Hook {#8336}
        "update_option_wpseo" => WP_Hook {#8337}
        "add_option_wpseo" => WP_Hook {#8338}
        "default_option_wpseo_titles" => WP_Hook {#8340}
        "sanitize_option_wpseo_titles" => WP_Hook {#8341}
        "update_option_wpseo_titles" => WP_Hook {#8342}
        "unregistered_post_type" => WP_Hook {#8343}
        "registered_taxonomy" => WP_Hook {#8344}
        "unregistered_taxonomy" => WP_Hook {#8345}
        "default_option_wpseo_social" => WP_Hook {#8347}
        "option_wpseo_social" => WP_Hook {#8348}
        "sanitize_option_wpseo_social" => WP_Hook {#8349}
        "update_option_wpseo_social" => WP_Hook {#8350}
        "default_option_wpseo_taxonomy_meta" => WP_Hook {#8353}
        "option_wpseo_taxonomy_meta" => WP_Hook {#8354}
        "sanitize_option_wpseo_taxonomy_meta" => WP_Hook {#8355}
        "update_option_wpseo_taxonomy_meta" => WP_Hook {#8356}
        "add_option_wpseo_taxonomy_meta" => WP_Hook {#8357}
        "sanitize_post_meta__yoast_wpseo_focuskw" => WP_Hook {#8358}
        "auth_post_meta__yoast_wpseo_focuskw" => WP_Hook {#8329}
        "sanitize_post_meta__yoast_wpseo_title" => WP_Hook {#8359}
        "auth_post_meta__yoast_wpseo_title" => WP_Hook {#8360}
        "sanitize_post_meta__yoast_wpseo_metadesc" => WP_Hook {#8361}
        "auth_post_meta__yoast_wpseo_metadesc" => WP_Hook {#8362}
        "sanitize_post_meta__yoast_wpseo_linkdex" => WP_Hook {#8363}
        "auth_post_meta__yoast_wpseo_linkdex" => WP_Hook {#8364}
        "sanitize_post_meta__yoast_wpseo_content_score" => WP_Hook {#8365}
        "auth_post_meta__yoast_wpseo_content_score" => WP_Hook {#8366}
        "sanitize_post_meta__yoast_wpseo_is_cornerstone" => WP_Hook {#8367}
        "auth_post_meta__yoast_wpseo_is_cornerstone" => WP_Hook {#8368}
        "sanitize_post_meta__yoast_wpseo_meta-robots-noindex" => WP_Hook {#8369}
        "auth_post_meta__yoast_wpseo_meta-robots-noindex" => WP_Hook {#8370}
        "sanitize_post_meta__yoast_wpseo_meta-robots-nofollow" => WP_Hook {#8371}
        "auth_post_meta__yoast_wpseo_meta-robots-nofollow" => WP_Hook {#8372}
        "sanitize_post_meta__yoast_wpseo_meta-robots-adv" => WP_Hook {#8373}
        "auth_post_meta__yoast_wpseo_meta-robots-adv" => WP_Hook {#8374}
        "sanitize_post_meta__yoast_wpseo_bctitle" => WP_Hook {#8375}
        "auth_post_meta__yoast_wpseo_bctitle" => WP_Hook {#8376}
        "sanitize_post_meta__yoast_wpseo_canonical" => WP_Hook {#8377}
        "auth_post_meta__yoast_wpseo_canonical" => WP_Hook {#8378}
        "sanitize_post_meta__yoast_wpseo_redirect" => WP_Hook {#8379}
        "auth_post_meta__yoast_wpseo_redirect" => WP_Hook {#8380}
        "sanitize_post_meta__yoast_wpseo_opengraph-title" => WP_Hook {#8381}
        "auth_post_meta__yoast_wpseo_opengraph-title" => WP_Hook {#8382}
        "sanitize_post_meta__yoast_wpseo_opengraph-description" => WP_Hook {#8383}
        "auth_post_meta__yoast_wpseo_opengraph-description" => WP_Hook {#8384}
        "sanitize_post_meta__yoast_wpseo_opengraph-image" => WP_Hook {#8385}
        "auth_post_meta__yoast_wpseo_opengraph-image" => WP_Hook {#8386}
        "sanitize_post_meta__yoast_wpseo_opengraph-image-id" => WP_Hook {#8387}
        "auth_post_meta__yoast_wpseo_opengraph-image-id" => WP_Hook {#8388}
        "sanitize_post_meta__yoast_wpseo_twitter-title" => WP_Hook {#8389}
        "auth_post_meta__yoast_wpseo_twitter-title" => WP_Hook {#8390}
        "sanitize_post_meta__yoast_wpseo_twitter-description" => WP_Hook {#8391}
        "auth_post_meta__yoast_wpseo_twitter-description" => WP_Hook {#8392}
        "sanitize_post_meta__yoast_wpseo_twitter-image" => WP_Hook {#8393}
        "auth_post_meta__yoast_wpseo_twitter-image" => WP_Hook {#8394}
        "sanitize_post_meta__yoast_wpseo_twitter-image-id" => WP_Hook {#8395}
        "auth_post_meta__yoast_wpseo_twitter-image-id" => WP_Hook {#8396}
        "add_post_metadata" => WP_Hook {#8397}
        "wpseo_hit_sitemap_index" => WP_Hook {#8399}
        "wpseo_ping_search_engines" => WP_Hook {#8400}
        "deleted_term_relationships" => WP_Hook {#8406}
        "edited_terms" => WP_Hook {#8407}
        "clean_object_term_cache" => WP_Hook {#8408}
        "delete_user" => WP_Hook {#8409}
        "delete_term_taxonomy" => WP_Hook {#8423}
        "block_categories" => WP_Hook {#8424}
        "wpseo_onpage_fetch" => WP_Hook {#8431}
        "bbp_get_breadcrumb" => WP_Hook {#8430}
        "wp_headers" => WP_Hook {#8460}
        "login_headerurl" => WP_Hook {#8462}
        "login_headertitle" => WP_Hook {#8464}
        "admin_footer_text" => WP_Hook {#8465}
        "show_admin_bar" => WP_Hook {#8466}
        "nmc_js_initial_data" => WP_Hook {#8467}
        "wp_ajax_nopriv_dummy_ajax" => WP_Hook {#8500}
        "wp_ajax_dummy_ajax2" => WP_Hook {#8494}
        "wp_ajax_nopriv_dummy_ajax2" => WP_Hook {#8490}
        "body_class" => WP_Hook {#8491}
        "set_language_permalink" => WP_Hook {#8487}
        "upload_mimes" => WP_Hook {#8492}
        "wpseo_breadcrumb_output" => WP_Hook {#8499}
        "admin_print_scripts-widgets.php" => WP_Hook {#8525}
        "admin_footer-widgets.php" => WP_Hook {#8526}
        "display_media_states" => WP_Hook {#8527}
        "admin_head-widgets.php" => WP_Hook {#8726}
        "acf/validate_value/type=text" => WP_Hook {#8729}
        "acf/validate_field/type=text" => WP_Hook {#8730}
        "acf/render_field/type=text" => WP_Hook {#8731}
        "acf/render_field_settings/type=text" => WP_Hook {#8732}
        "acf/input/admin_l10n" => WP_Hook {#8733}
        "acf/format_value/type=textarea" => WP_Hook {#8735}
        "acf/validate_value/type=textarea" => WP_Hook {#8736}
        "acf/render_field/type=textarea" => WP_Hook {#8737}
        "acf/render_field_settings/type=textarea" => WP_Hook {#8738}
        "acf/update_value/type=number" => WP_Hook {#8740}
        "acf/validate_value/type=number" => WP_Hook {#8741}
        "acf/validate_field/type=number" => WP_Hook {#8742}
        "acf/render_field/type=number" => WP_Hook {#8743}
        "acf/render_field_settings/type=number" => WP_Hook {#8744}
        "acf/update_value/type=range" => WP_Hook {#8746}
        "acf/validate_value/type=range" => WP_Hook {#8747}
        "acf/validate_field/type=range" => WP_Hook {#8748}
        "acf/render_field/type=range" => WP_Hook {#8749}
        "acf/render_field_settings/type=range" => WP_Hook {#8750}
        "acf/validate_field/type=email" => WP_Hook {#8752}
        "acf/render_field/type=email" => WP_Hook {#8753}
        "acf/render_field_settings/type=email" => WP_Hook {#8754}
        "acf/validate_value/type=url" => WP_Hook {#8756}
        "acf/validate_field/type=url" => WP_Hook {#8757}
        "acf/render_field/type=url" => WP_Hook {#8758}
        "acf/render_field_settings/type=url" => WP_Hook {#8759}
        "acf/validate_field/type=password" => WP_Hook {#8761}
        "acf/render_field/type=password" => WP_Hook {#8762}
        "acf/render_field_settings/type=password" => WP_Hook {#8763}
        "get_media_item_args" => WP_Hook {#8764}
        "wp_prepare_attachment_for_js" => WP_Hook {#8765}
        "acf/update_value/type=image" => WP_Hook {#8767}
        "acf/format_value/type=image" => WP_Hook {#8768}
        "acf/validate_value/type=image" => WP_Hook {#8769}
        "acf/render_field/type=image" => WP_Hook {#8770}
        "acf/render_field_settings/type=image" => WP_Hook {#8771}
        "acf/update_value/type=file" => WP_Hook {#8773}
        "acf/format_value/type=file" => WP_Hook {#8774}
        "acf/validate_value/type=file" => WP_Hook {#8775}
        "acf/render_field/type=file" => WP_Hook {#8776}
        "acf/render_field_settings/type=file" => WP_Hook {#8777}
        "acf_the_content" => WP_Hook {#8778}
        "acf/enqueue_uploader" => WP_Hook {#8779}
        "acf/format_value/type=wysiwyg" => WP_Hook {#8781}
        "acf/render_field/type=wysiwyg" => WP_Hook {#8782}
        "acf/render_field_settings/type=wysiwyg" => WP_Hook {#8783}
        "wp_ajax_acf/fields/oembed/search" => WP_Hook {#8784}
        "wp_ajax_nopriv_acf/fields/oembed/search" => WP_Hook {#8785}
        "acf/format_value/type=oembed" => WP_Hook {#8787}
        "acf/validate_field/type=oembed" => WP_Hook {#8788}
        "acf/render_field/type=oembed" => WP_Hook {#8789}
        "acf/render_field_settings/type=oembed" => WP_Hook {#8790}
        "acf/prepare_field/type=oembed" => WP_Hook {#8791}
        "wp_ajax_acf/fields/select/query" => WP_Hook {#8792}
        "wp_ajax_nopriv_acf/fields/select/query" => WP_Hook {#8793}
        "acf/load_value/type=select" => WP_Hook {#8795}
        "acf/update_value/type=select" => WP_Hook {#8796}
        "acf/format_value/type=select" => WP_Hook {#8797}
        "acf/validate_field/type=select" => WP_Hook {#8798}
        "acf/update_field/type=select" => WP_Hook {#8799}
        "acf/render_field/type=select" => WP_Hook {#8800}
        "acf/render_field_settings/type=select" => WP_Hook {#8801}
        "acf/translate_field/type=select" => WP_Hook {#8802}
        "acf/update_value/type=checkbox" => WP_Hook {#8804}
        "acf/format_value/type=checkbox" => WP_Hook {#8805}
        "acf/validate_field/type=checkbox" => WP_Hook {#8806}
        "acf/update_field/type=checkbox" => WP_Hook {#8807}
        "acf/render_field/type=checkbox" => WP_Hook {#8808}
        "acf/render_field_settings/type=checkbox" => WP_Hook {#8809}
        "acf/translate_field/type=checkbox" => WP_Hook {#8810}
        "acf/load_value/type=radio" => WP_Hook {#8812}
        "acf/update_value/type=radio" => WP_Hook {#8813}
        "acf/format_value/type=radio" => WP_Hook {#8814}
        "acf/validate_field/type=radio" => WP_Hook {#8815}
        "acf/update_field/type=radio" => WP_Hook {#8816}
        "acf/render_field/type=radio" => WP_Hook {#8817}
        "acf/render_field_settings/type=radio" => WP_Hook {#8818}
        "acf/translate_field/type=radio" => WP_Hook {#8819}
        "acf/load_value/type=button_group" => WP_Hook {#8821}
        "acf/format_value/type=button_group" => WP_Hook {#8822}
        "acf/validate_field/type=button_group" => WP_Hook {#8823}
        "acf/update_field/type=button_group" => WP_Hook {#8824}
        "acf/render_field/type=button_group" => WP_Hook {#8825}
        "acf/render_field_settings/type=button_group" => WP_Hook {#8826}
        "acf/translate_field/type=button_group" => WP_Hook {#8827}
        "acf/format_value/type=true_false" => WP_Hook {#8829}
        "acf/validate_value/type=true_false" => WP_Hook {#8830}
        "acf/validate_field/type=true_false" => WP_Hook {#8831}
        "acf/render_field/type=true_false" => WP_Hook {#8832}
        "acf/render_field_settings/type=true_false" => WP_Hook {#8833}
        "acf/translate_field/type=true_false" => WP_Hook {#8834}
        "acf/update_value/type=link" => WP_Hook {#8836}
        "acf/format_value/type=link" => WP_Hook {#8837}
        "acf/validate_value/type=link" => WP_Hook {#8838}
        "acf/validate_field/type=link" => WP_Hook {#8839}
        "acf/render_field/type=link" => WP_Hook {#8840}
        "acf/render_field_settings/type=link" => WP_Hook {#8841}
        "wp_ajax_acf/fields/post_object/query" => WP_Hook {#8842}
        "wp_ajax_nopriv_acf/fields/post_object/query" => WP_Hook {#8843}
        "acf/load_value/type=post_object" => WP_Hook {#8845}
        "acf/update_value/type=post_object" => WP_Hook {#8846}
        "acf/format_value/type=post_object" => WP_Hook {#8847}
        "acf/render_field/type=post_object" => WP_Hook {#8848}
        "acf/render_field_settings/type=post_object" => WP_Hook {#8849}
        "wp_ajax_acf/fields/page_link/query" => WP_Hook {#8850}
        "wp_ajax_nopriv_acf/fields/page_link/query" => WP_Hook {#8851}
        "acf/update_value/type=page_link" => WP_Hook {#8853}
        "acf/format_value/type=page_link" => WP_Hook {#8854}
        "acf/render_field/type=page_link" => WP_Hook {#8855}
        "acf/render_field_settings/type=page_link" => WP_Hook {#8856}
        "wp_ajax_acf/fields/relationship/query" => WP_Hook {#8857}
        "wp_ajax_nopriv_acf/fields/relationship/query" => WP_Hook {#8858}
        "acf/update_value/type=relationship" => WP_Hook {#8860}
        "acf/format_value/type=relationship" => WP_Hook {#8861}
        "acf/validate_value/type=relationship" => WP_Hook {#8862}
        "acf/render_field/type=relationship" => WP_Hook {#8863}
        "acf/render_field_settings/type=relationship" => WP_Hook {#8864}
        "wp_ajax_acf/fields/taxonomy/query" => WP_Hook {#8865}
        "wp_ajax_nopriv_acf/fields/taxonomy/query" => WP_Hook {#8866}
        "wp_ajax_acf/fields/taxonomy/add_term" => WP_Hook {#8867}
        "acf/load_value/type=taxonomy" => WP_Hook {#8869}
        "acf/update_value/type=taxonomy" => WP_Hook {#8870}
        "acf/format_value/type=taxonomy" => WP_Hook {#8871}
        "acf/render_field/type=taxonomy" => WP_Hook {#8872}
        "acf/render_field_settings/type=taxonomy" => WP_Hook {#8873}
        "wp_ajax_acf/fields/user/query" => WP_Hook {#8874}
        "wp_ajax_nopriv_acf/fields/user/query" => WP_Hook {#8875}
        "acf/load_value/type=user" => WP_Hook {#8877}
        "acf/update_value/type=user" => WP_Hook {#8878}
        "acf/format_value/type=user" => WP_Hook {#8879}
        "acf/render_field/type=user" => WP_Hook {#8880}
        "acf/render_field_settings/type=user" => WP_Hook {#8881}
        "acf/update_value/type=google_map" => WP_Hook {#8883}
        "acf/validate_value/type=google_map" => WP_Hook {#8884}
        "acf/validate_field/type=google_map" => WP_Hook {#8885}
        "acf/render_field/type=google_map" => WP_Hook {#8886}
        "acf/render_field_settings/type=google_map" => WP_Hook {#8887}
        "acf/format_value/type=date_picker" => WP_Hook {#8889}
        "acf/render_field/type=date_picker" => WP_Hook {#8890}
        "acf/render_field_settings/type=date_picker" => WP_Hook {#8891}
        "acf/format_value/type=date_time_picker" => WP_Hook {#8893}
        "acf/render_field/type=date_time_picker" => WP_Hook {#8894}
        "acf/render_field_settings/type=date_time_picker" => WP_Hook {#8895}
        "acf/format_value/type=time_picker" => WP_Hook {#8897}
        "acf/validate_field/type=time_picker" => WP_Hook {#8898}
        "acf/render_field/type=time_picker" => WP_Hook {#8899}
        "acf/render_field_settings/type=time_picker" => WP_Hook {#8900}
        "acf/validate_field/type=color_picker" => WP_Hook {#8902}
        "acf/render_field/type=color_picker" => WP_Hook {#8903}
        "acf/render_field_settings/type=color_picker" => WP_Hook {#8904}
        "acf/validate_field/type=message" => WP_Hook {#8906}
        "acf/load_field/type=message" => WP_Hook {#8907}
        "acf/render_field/type=message" => WP_Hook {#8908}
        "acf/render_field_settings/type=message" => WP_Hook {#8909}
        "acf/translate_field/type=message" => WP_Hook {#8910}
        "acf/validate_field/type=accordion" => WP_Hook {#8912}
        "acf/load_field/type=accordion" => WP_Hook {#8913}
        "acf/render_field/type=accordion" => WP_Hook {#8914}
        "acf/render_field_settings/type=accordion" => WP_Hook {#8915}
        "acf/validate_field/type=tab" => WP_Hook {#8917}
        "acf/load_field/type=tab" => WP_Hook {#8918}
        "acf/render_field/type=tab" => WP_Hook {#8919}
        "acf/render_field_settings/type=tab" => WP_Hook {#8920}
        "acf/prepare_field_for_export/type=group" => WP_Hook {#8921}
        "acf/prepare_field_for_import/type=group" => WP_Hook {#8922}
        "acf/load_value/type=group" => WP_Hook {#8924}
        "acf/update_value/type=group" => WP_Hook {#8925}
        "acf/format_value/type=group" => WP_Hook {#8926}
        "acf/validate_value/type=group" => WP_Hook {#8927}
        "acf/delete_value/type=group" => WP_Hook {#8928}
        "acf/validate_field/type=group" => WP_Hook {#8929}
        "acf/load_field/type=group" => WP_Hook {#8930}
        "acf/duplicate_field/type=group" => WP_Hook {#8931}
        "acf/delete_field/type=group" => WP_Hook {#8932}
        "acf/render_field/type=group" => WP_Hook {#8933}
        "acf/render_field_settings/type=group" => WP_Hook {#8934}
        "acf/prepare_field_for_export/type=repeater" => WP_Hook {#8935}
        "acf/prepare_field_for_import/type=repeater" => WP_Hook {#8936}
        "acf/load_value/type=repeater" => WP_Hook {#8938}
        "acf/update_value/type=repeater" => WP_Hook {#8939}
        "acf/format_value/type=repeater" => WP_Hook {#8940}
        "acf/validate_value/type=repeater" => WP_Hook {#8941}
        "acf/delete_value/type=repeater" => WP_Hook {#8942}
        "acf/validate_field/type=repeater" => WP_Hook {#8943}
        "acf/load_field/type=repeater" => WP_Hook {#8944}
        "acf/update_field/type=repeater" => WP_Hook {#8945}
        "acf/duplicate_field/type=repeater" => WP_Hook {#8946}
        "acf/delete_field/type=repeater" => WP_Hook {#8947}
        "acf/render_field/type=repeater" => WP_Hook {#8948}
        "acf/render_field_settings/type=repeater" => WP_Hook {#8949}
        "acf/translate_field/type=repeater" => WP_Hook {#8950}
        "wp_ajax_acf/fields/flexible_content/layout_title" => WP_Hook {#8951}
        "wp_ajax_nopriv_acf/fields/flexible_content/layout_title" => WP_Hook {#8952}
        "acf/get_sub_field/type=flexible_content" => WP_Hook {#8953}
        "acf/prepare_field_for_export/type=flexible_content" => WP_Hook {#8954}
        "acf/prepare_field_for_import/type=flexible_content" => WP_Hook {#8955}
        "acf/load_value/type=flexible_content" => WP_Hook {#8957}
        "acf/update_value/type=flexible_content" => WP_Hook {#8958}
        "acf/format_value/type=flexible_content" => WP_Hook {#8959}
        "acf/validate_value/type=flexible_content" => WP_Hook {#8960}
        "acf/delete_value/type=flexible_content" => WP_Hook {#8961}
        "acf/validate_field/type=flexible_content" => WP_Hook {#8962}
        "acf/load_field/type=flexible_content" => WP_Hook {#8963}
        "acf/update_field/type=flexible_content" => WP_Hook {#8964}
        "acf/duplicate_field/type=flexible_content" => WP_Hook {#8965}
        "acf/delete_field/type=flexible_content" => WP_Hook {#8966}
        "acf/render_field/type=flexible_content" => WP_Hook {#8967}
        "acf/render_field_settings/type=flexible_content" => WP_Hook {#8968}
        "acf/translate_field/type=flexible_content" => WP_Hook {#8969}
        "wp_ajax_acf/fields/gallery/get_attachment" => WP_Hook {#8970}
        "wp_ajax_nopriv_acf/fields/gallery/get_attachment" => WP_Hook {#8971}
        "wp_ajax_acf/fields/gallery/update_attachment" => WP_Hook {#8972}
        "wp_ajax_nopriv_acf/fields/gallery/update_attachment" => WP_Hook {#8973}
        "wp_ajax_acf/fields/gallery/get_sort_order" => WP_Hook {#8974}
        "wp_ajax_nopriv_acf/fields/gallery/get_sort_order" => WP_Hook {#8975}
        "acf/update_value/type=gallery" => WP_Hook {#8977}
        "acf/format_value/type=gallery" => WP_Hook {#8978}
        "acf/validate_value/type=gallery" => WP_Hook {#8979}
        "acf/validate_field/type=gallery" => WP_Hook {#8980}
        "acf/render_field/type=gallery" => WP_Hook {#8981}
        "acf/render_field_settings/type=gallery" => WP_Hook {#8982}
        "wp_ajax_acf/fields/clone/query" => WP_Hook {#8983}
        "acf/get_fields" => WP_Hook {#8984}
        "acf/load_value/type=clone" => WP_Hook {#8986}
        "acf/update_value/type=clone" => WP_Hook {#8987}
        "acf/format_value/type=clone" => WP_Hook {#8988}
        "acf/validate_value/type=clone" => WP_Hook {#8989}
        "acf/validate_field/type=clone" => WP_Hook {#8990}
        "acf/load_field/type=clone" => WP_Hook {#8991}
        "acf/render_field/type=clone" => WP_Hook {#8992}
        "acf/render_field_settings/type=clone" => WP_Hook {#8993}
        "acf/location/rule_match/post_type" => WP_Hook {#8994}
        "acf/location/rule_values/post_type" => WP_Hook {#8995}
        "acf/location/rule_match/post_template" => WP_Hook {#8997}
        "acf/location/rule_values/post_template" => WP_Hook {#8998}
        "acf/location/rule_match/post_status" => WP_Hook {#9000}
        "acf/location/rule_values/post_status" => WP_Hook {#9001}
        "acf/location/rule_match/post_format" => WP_Hook {#9003}
        "acf/location/rule_values/post_format" => WP_Hook {#9004}
        "acf/location/rule_match/post_category" => WP_Hook {#9006}
        "acf/location/rule_values/post_category" => WP_Hook {#9007}
        "acf/location/rule_match/post_taxonomy" => WP_Hook {#9009}
        "acf/location/rule_values/post_taxonomy" => WP_Hook {#9010}
        "acf/location/rule_match/post" => WP_Hook {#9012}
        "acf/location/rule_values/post" => WP_Hook {#9013}
        "acf/location/rule_match/page_template" => WP_Hook {#9015}
        "acf/location/rule_values/page_template" => WP_Hook {#9016}
        "acf/location/rule_match/page_type" => WP_Hook {#9018}
        "acf/location/rule_values/page_type" => WP_Hook {#9019}
        "acf/location/rule_match/page_parent" => WP_Hook {#9021}
        "acf/location/rule_values/page_parent" => WP_Hook {#9022}
        "acf/location/rule_match/page" => WP_Hook {#9024}
        "acf/location/rule_values/page" => WP_Hook {#9025}
        "acf/location/rule_match/current_user" => WP_Hook {#9027}
        "acf/location/rule_values/current_user" => WP_Hook {#9028}
        "acf/location/rule_match/current_user_role" => WP_Hook {#9030}
        "acf/location/rule_values/current_user_role" => WP_Hook {#9031}
        "acf/location/rule_match/user_form" => WP_Hook {#9033}
        "acf/location/rule_values/user_form" => WP_Hook {#9034}
        "acf/location/rule_match/user_role" => WP_Hook {#9036}
        "acf/location/rule_values/user_role" => WP_Hook {#9037}
        "acf/location/rule_match/taxonomy" => WP_Hook {#9039}
        "acf/location/rule_values/taxonomy" => WP_Hook {#9040}
        "acf/location/rule_match/attachment" => WP_Hook {#9042}
        "acf/location/rule_values/attachment" => WP_Hook {#9043}
        "acf/location/rule_match/comment" => WP_Hook {#9045}
        "acf/location/rule_values/comment" => WP_Hook {#9046}
        "acf/location/rule_match/widget" => WP_Hook {#9048}
        "acf/location/rule_values/widget" => WP_Hook {#9049}
        "acf/location/rule_match/nav_menu" => WP_Hook {#9051}
        "acf/location/rule_values/nav_menu" => WP_Hook {#9052}
        "acf/location/rule_match/nav_menu_item" => WP_Hook {#9054}
        "acf/location/rule_values/nav_menu_item" => WP_Hook {#9055}
        "acf/location/rule_match/options_page" => WP_Hook {#9057}
        "acf/location/rule_values/options_page" => WP_Hook {#9058}
        "future_acf-field-group" => WP_Hook {#9060}
        "future_acf-field" => WP_Hook {#9062}
        "future_vfb_entry" => WP_Hook {#9069}
        "wp_insert_comment" => WP_Hook {#9140}
        "preprocess_comment" => WP_Hook {#9141}
        "rest_pre_insert_comment" => WP_Hook {#9142}
        "do_shortcode_tag" => WP_Hook {#9143}
        "akismet_scheduled_delete" => WP_Hook {#9144}
        "akismet_schedule_cron_recheck" => WP_Hook {#9145}
        "script_loader_tag" => WP_Hook {#9146}
        "comment_moderation_recipients" => WP_Hook {#9147}
        "pre_comment_approved" => WP_Hook {#9148}
        "xmlrpc_call" => WP_Hook {#9149}
        "jetpack_options_whitelist" => WP_Hook {#9150}
        "jetpack_contact_form_html" => WP_Hook {#9151}
        "jetpack_contact_form_akismet_values" => WP_Hook {#9152}
        "gform_get_form_filter" => WP_Hook {#9153}
        "gform_akismet_fields" => WP_Hook {#9154}
        "wpcf7_form_elements" => WP_Hook {#9155}
        "wpcf7_akismet_parameters" => WP_Hook {#9156}
        "frm_filter_final_form" => WP_Hook {#9157}
        "frm_akismet_values" => WP_Hook {#9158}
        "fluentform_form_element_start" => WP_Hook {#9159}
        "fluentform_akismet_fields" => WP_Hook {#9160}
        "update_option_wordpress_api_key" => WP_Hook {#9161}
        "add_option_wordpress_api_key" => WP_Hook {#9162}
        "comment_form_after" => WP_Hook {#9163}
        "wpseo_head" => WP_Hook {#9166}
        "pre_get_document_title" => WP_Hook {#8686}
        "thematic_doctitle" => WP_Hook {#9167}
        "loginout" => WP_Hook {#9168}
        "register" => WP_Hook {#9169}
        "category_description" => WP_Hook {#9170}
        "woo_title" => WP_Hook {#9171}
        "post_link_category" => WP_Hook {#9179}
        "wpseo_json_ld" => WP_Hook {#9180}
        "pre_handle_404" => WP_Hook {#9181}
        "comment_reply_link" => WP_Hook {#9182}
        "future_blog" => WP_Hook {#9185}
        "future_building" => WP_Hook {#9187}
        "future_gallery" => WP_Hook {#9191}
        "future_residence" => WP_Hook {#9195}
        "future_slider" => WP_Hook {#9199}
        "future_virtualtour" => WP_Hook {#9203}
        "future_zone" => WP_Hook {#9207}
        "wp_ajax_add-zone_category" => WP_Hook {#9214}
        "language_rewrite_rules" => WP_Hook {#9184}
        "date_rewrite_rules" => WP_Hook {#9223}
        "root_rewrite_rules" => WP_Hook {#9225}
        "comments_rewrite_rules" => WP_Hook {#9226}
        "search_rewrite_rules" => WP_Hook {#9227}
        "author_rewrite_rules" => WP_Hook {#9228}
        "post_rewrite_rules" => WP_Hook {#9229}
        "page_rewrite_rules" => WP_Hook {#9230}
        "wp_block_rewrite_rules" => WP_Hook {#9231}
        "blog_rewrite_rules" => WP_Hook {#9232}
        "building_rewrite_rules" => WP_Hook {#9233}
        "gallery_rewrite_rules" => WP_Hook {#9234}
        "residence_rewrite_rules" => WP_Hook {#9235}
        "slider_rewrite_rules" => WP_Hook {#9236}
        "zone_rewrite_rules" => WP_Hook {#9237}
        "category_rewrite_rules" => WP_Hook {#9238}
        "post_tag_rewrite_rules" => WP_Hook {#9239}
        "zone_category_rewrite_rules" => WP_Hook {#9240}
        "post_format_rewrite_rules" => WP_Hook {#9241}
        "rewrite_rules_array" => WP_Hook {#9242}
        "pre_option_wpseo_internallinks" => WP_Hook {#8327}
        "pre_option_wpseo_rss" => WP_Hook {#8328}
        "pre_option_wpseo_xml" => WP_Hook {#9250}
        "pre_option_wpseo_permalinks" => WP_Hook {#8330}
        "jetpack_enable_open_graph" => WP_Hook {#9254}
      ]
      "wpdb" => wpdb {#7368}
      "locale" => "en_US"
      "_ENV" => []
      "_REQUEST" => []
      "wp_actions" => array:44 [
        "mu_plugin_loaded" => 1
        "muplugins_loaded" => 1
        "registered_taxonomy" => 16
        "registered_post_type" => 31
        "plugin_loaded" => 13
        "plugins_loaded" => 1
        "pll_pre_init" => 1
        "pll_language_defined" => 1
        "pll_translate_labels" => 1
        "pll_init" => 1
        "load_textdomain" => 24
        "auth_cookie_malformed" => 1
        "set_current_user" => 1
        "sanitize_comment_cookies" => 1
        "wp_roles_init" => 1
        "setup_theme" => 1
        "unload_textdomain" => 1
        "after_setup_theme" => 1
        "init" => 1
        "registered_taxonomy_for_object_type" => 18
        "widgets_init" => 1
        "register_sidebar" => 1
        "wp_register_sidebar_widget" => 20
        "wp_default_scripts" => 1
        "acf/include_field_types" => 1
        "acf/include_location_rules" => 1
        "acf/include_fields" => 1
        "acf/init" => 1
        "wp_default_styles" => 1
        "acf/register_scripts" => 1
        "redirection_first" => 1
        "redirection_last" => 1
        "wpseo_double_clean_titles" => 1
        "wp_loaded" => 1
        "parse_request" => 1
        "send_headers" => 1
        "parse_query" => 1
        "pre_get_posts" => 1
        "posts_selection" => 1
        "parse_term_query" => 1
        "pre_get_terms" => 1
        "metadata_lazyloader_queued_objects" => 1
        "wp" => 1
        "template_redirect" => 1
      ]
      "wp_current_filter" => []
      "PHP_SELF" => "/index.php"
      "timestart" => 1686180353.7824
      "_wp_using_ext_object_cache" => null
      "wp_object_cache" => WP_Object_Cache {#7371}
      "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:10 [
        "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"
        "acf" => "acf_shortcode"
        "vfb" => array:2 [ …2]
        "wpseo_breadcrumb" => "wpseo_shortcode_yoast_breadcrumb"
      ]
      "wp_registered_sidebars" => array:1 [
        "sidebar" => array:8 [ …8]
      ]
      "wp_registered_widgets" => array:20 [
        "pages-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]
        "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-1" => array:7 [ …7]
        "custom_html-1" => array:7 [ …7]
        "akismet_widget-1" => array:7 [ …7]
        "vfbp-widget-1" => array:7 [ …7]
        "polylang-1" => array:7 [ …7]
        "calendar-1" => array:7 [ …7]
      ]
      "wp_registered_widget_controls" => array:20 [
        "pages-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]
        "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-1" => array:7 [ …7]
        "custom_html-1" => array:7 [ …7]
        "akismet_widget-1" => array:7 [ …7]
        "vfbp-widget-1" => array:7 [ …7]
        "polylang-1" => array:7 [ …7]
        "calendar-1" => array:7 [ …7]
      ]
      "wp_registered_widget_updates" => array:20 [
        "pages" => 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]
        "akismet_widget" => array:3 [ …3]
        "vfbp-widget" => array:3 [ …3]
        "polylang" => array:3 [ …3]
        "calendar" => array:3 [ …3]
      ]
      "_wp_sidebars_widgets" => array:3 [
        "wp_inactive_widgets" => []
        "sidebar" => array:6 [ …6]
        "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 {#7997}
      "wp_plugin_paths" => []
      "pagenow" => "index.php"
      "is_lynx" => false
      "is_gecko" => false
      "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 {#8432}
      "wp_taxonomies" => array:10 [
        "category" => WP_Taxonomy {#7911}
        "post_tag" => WP_Taxonomy {#7983}
        "nav_menu" => WP_Taxonomy {#7978}
        "link_category" => WP_Taxonomy {#7974}
        "post_format" => WP_Taxonomy {#7970}
        "language" => WP_Taxonomy {#8443}
        "post_translations" => WP_Taxonomy {#8125}
        "term_language" => WP_Taxonomy {#8118}
        "term_translations" => WP_Taxonomy {#8114}
        "zone_category" => WP_Taxonomy {#9212}
      ]
      "l10n" => array:1 [
        "pll_string" => PLL_MO {#7900}
      ]
      "l10n_unloaded" => array:1 [
        "pll_string" => true
      ]
      "wp" => WP {#8433}
      "_wp_theme_features" => array:8 [
        "menus" => true
        "title-tag" => true
        "post-thumbnails" => true
        "post-formats" => array:1 [ …1]
        "custom-header" => array:1 [ …1]
        "custom-logo" => array:1 [ …1]
        "html5" => array:1 [ …1]
        "widgets" => true
      ]
      "wp_post_types" => array:21 [
        "post" => WP_Post_Type {#8505}
        "page" => WP_Post_Type {#7962}
        "attachment" => WP_Post_Type {#7958}
        "revision" => WP_Post_Type {#7954}
        "nav_menu_item" => WP_Post_Type {#7950}
        "custom_css" => WP_Post_Type {#7946}
        "customize_changeset" => WP_Post_Type {#7942}
        "oembed_cache" => WP_Post_Type {#7938}
        "user_request" => WP_Post_Type {#7934}
        "wp_block" => WP_Post_Type {#7930}
        "polylang_mo" => WP_Post_Type {#7901}
        "acf-field-group" => WP_Post_Type {#9059}
        "acf-field" => WP_Post_Type {#9063}
        "vfb_entry" => WP_Post_Type {#9066}
        "blog" => WP_Post_Type {#9183}
        "building" => WP_Post_Type {#9188}
        "gallery" => WP_Post_Type {#9192}
        "residence" => WP_Post_Type {#9196}
        "slider" => WP_Post_Type {#9200}
        "virtualtour" => WP_Post_Type {#9204}
        "zone" => WP_Post_Type {#9208}
      ]
      "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:23 [
        "post" => array:10 [ …10]
        "page" => array:8 [ …8]
        "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]
        "polylang_mo" => array:2 [ …2]
        "acf-field-group" => array:1 [ …1]
        "acf-field" => array:1 [ …1]
        "vfb_entry" => array:1 [ …1]
        "blog" => array:3 [ …3]
        "building" => array:3 [ …3]
        "gallery" => array:3 [ …3]
        "residence" => array:3 [ …3]
        "slider" => array:3 [ …3]
        "virtualtour" => array:2 [ …2]
        "zone" => array:3 [ …3]
      ]
      "wp_post_statuses" => array:13 [
        "publish" => {#7926}
        "future" => {#7922}
        "draft" => {#7923}
        "pending" => {#7920}
        "private" => {#7919}
        "trash" => {#7918}
        "auto-draft" => {#7917}
        "inherit" => {#7916}
        "request-pending" => {#7915}
        "request-confirmed" => {#7914}
        "request-failed" => {#7913}
        "request-completed" => {#7912}
        "acf-disabled" => {#9067}
      ]
      "wp_theme_directories" => array:1 [
        0 => "/home/pgfvrjxx/web/lakeview.al/public_html/wp-content/themes"
      ]
      "acf" => ACF {#7880}
      "acf_stores" => array:10 [
        "filters" => ACF_Data {#7877}
        "hook-variations" => ACF_Data {#7876}
        "deprecated-hooks" => ACF_Data {#7875}
        "fields" => ACF_Data {#7874}
        "field-groups" => ACF_Data {#7860}
        "form" => ACF_Data {#7858}
        "values" => ACF_Data {#7856}
        "local-fields" => ACF_Data {#7816}
        "local-groups" => ACF_Data {#7815}
        "local-empty" => ACF_Data {#7814}
      ]
      "acf_instances" => array:11 [
        "ACF_Assets" => ACF_Assets {#7847}
        "ACF_Compatibility" => ACF_Compatibility {#7846}
        "ACF_Media" => ACF_Media {#7809}
        "ACF_Ajax_Check_Screen" => ACF_Ajax_Check_Screen {#7796}
        "ACF_Ajax_User_Setting" => ACF_Ajax_User_Setting {#7794}
        "ACF_Ajax_Upgrade" => ACF_Ajax_Upgrade {#7791}
        "ACF_AJAX_Query_Terms" => ACF_Ajax_Query_Terms {#7789}
        "acf_form_nav_menu" => acf_form_nav_menu {#7774}
        "ACF_Form_Post" => ACF_Form_Post {#7769}
        "ACF_Form_Gutenberg" => ACF_Form_Gutenberg {#7765}
        "ACF_Form_User" => ACF_Form_User {#7761}
      ]
      "acf_uniqid" => 11
      "acf_options_page" => acf_options_page {#7750}
      "wpcom_api_key" => ""
      "akismet_api_host" => ".rest.akismet.com"
      "akismet_api_port" => 80
      "hicpo" => Hicpo {#7738}
      "maxMemory" => 134217728
      "last" => "m"
      "wfCoreLoading" => true
      "wfCoreActive" => true
      "plugins" => array:13 [
        0 => "polylang/polylang.php"
        1 => "advanced-custom-fields-pro/acf.php"
        2 => "akismet/akismet.php"
        3 => "better-wp-security/better-wp-security.php"
        5 => "intuitive-custom-post-order/intuitive-custom-post-order.php"
        6 => "really-simple-ssl/rlrsssl-really-simple-ssl.php"
        7 => "redirection/redirection.php"
        8 => "string-locator/string-locator.php"
        9 => "vfb-pro/vfb-pro.php"
        10 => "wordfence/wordfence.php"
        11 => "wordpress-seo/wp-seo.php"
        12 => "wp-cli-login-server/wp-cli-login-server.php"
        13 => "wp-mail-smtp/wp_mail_smtp.php"
      ]
      "wfVersion" => "7.9.3"
      "p" => 0
      "yoast_autoload_file" => "/home/pgfvrjxx/web/lakeview.al/public_html/wp-content/plugins/wordpress-seo/vendor/autoload.php"
      "spl_autoload_exists" => true
      "filter_exists" => true
      "wpseo_register_capabilities" => WPSEO_Register_Roles {#8140}
      "polylang" => PLL_Frontend {#8098}
      "text_direction" => "ltr"
      "pass_allowed_html" => array:6 [
        "abbr" => array:1 [ …1]
        "acronym" => array:1 [ …1]
        "code" => true
        "em" => true
        "strong" => true
        "a" => array:2 [ …2]
      ]
      "pass_allowed_protocols" => array:19 [
        0 => "http"
        1 => "https"
        2 => "ftp"
        3 => "ftps"
        4 => "mailto"
        5 => "news"
        6 => "irc"
        7 => "gopher"
        8 => "nntp"
        9 => "feed"
        10 => "telnet"
        11 => "mms"
        12 => "rtsp"
        13 => "svn"
        14 => "tel"
        15 => "fax"
        16 => "xmpp"
        17 => "webcal"
        18 => "urn"
      ]
      "wp_cockneyreplace" => null
      "rsssl_front_end" => rsssl_front_end {#8300}
      "rsssl_mixed_content_fixer" => rsssl_mixed_content_fixer {#8301}
      "current_user" => WP_User {#8311}
      "wp_rest_auth_cookie" => "malformed"
      "user_login" => ""
      "userdata" => null
      "user_level" => 0
      "user_ID" => 0
      "user_email" => ""
      "user_url" => ""
      "user_identity" => ""
      "phpmailer" => MailCatcher {#8323}
      "wp_meta_keys" => array:1 [
        "post" => array:1 [ …1]
      ]
      "wpseo_sitemaps" => WPSEO_Sitemaps {#8398}
      "wp_the_query" => WP_Query {#8422}
      "wp_query" => WP_Query {#8422}
      "wp_widget_factory" => WP_Widget_Factory {#8434}
      "wp_user_roles" => null
      "wp_roles" => WP_Roles {#8435}
      "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 {#8129}
      "wp_locale_switcher" => WP_Locale_Switcher {#8128}
      "__composer_autoload_files" => array:9 [
        "7b11c4dc42b3b3023073cb14e519683c" => true
        "a0edc8309cc5e1d60e3047b5df6b7052" => true
        "c964ee0ededf28c96ebd9db5099ef910" => true
        "37a3dc5111fe8f707ab4c132ef1dbc62" => true
        "0e6d7bf4a5811bfa5cf40c5ccd6fae6a" => true
        "25072dd6e2470089de65ae7bf11d3109" => true
        "667aeda72477189d0494fecd327c3641" => true
        "19e6a4caf088e64c5d694c3515f4486b" => true
        "aa19a1c435d79e07800c018ea6d0f993" => true
      ]
      "_wp_registered_nav_menus" => array:2 [
        "primary" => "Primary Menu"
        "secondary" => "Secondary Menu"
      ]
      "sidebars_widgets" => array:2 [
        "wp_inactive_widgets" => []
        "sidebar" => array:6 [ …6]
      ]
      "wp_customize" => null
      "wp_scripts" => WP_Scripts {#8528}
      "concatenate_scripts" => false
      "compress_scripts" => false
      "compress_css" => false
      "_SESSION" => &414 []
      "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"
      "wp_styles" => WP_Styles {#9078}
      "acf_updates" => ACF_Updates {#9172}
      "custom_image_header" => null
      "custom_background" => null
      "typenow" => 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" => "tour"
      "lang" => "en"
      "error" => ""
      "m" => ""
      "post_parent" => ""
      "subpost" => ""
      "subpost_id" => ""
      "attachment" => ""
      "attachment_id" => 0
      "name" => "tour"
      "page_id" => 0
      "second" => ""
      "minute" => ""
      "hour" => ""
      "day" => 0
      "monthnum" => 0
      "year" => 0
      "w" => 0
      "category_name" => ""
      "tag" => ""
      "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" => []
      "orderby" => "menu_order"
      "order" => "ASC"
      "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
      "query_string" => "pagename=tour&lang=en"
      "posts" => &489 array:1 [&489]
      "post" => WP_Post {#9246}
      "request" => "SELECT   wp_posts.* FROM wp_posts  WHERE 1=1  AND (wp_posts.ID = '702') AND wp_posts.post_type = 'page'  ORDER BY wp_posts.menu_order ASC "
      "more" => 1
      "single" => 1
      "template" => "/home/pgfvrjxx/web/lakeview.al/public_html/wp-content/themes/lakeview/pages/tour.php"
      "wp_admin_bar" => null
      "show_admin_bar" => false
      "wpseo_og" => WPSEO_OpenGraph {#9248}
    ]
    
/
home
/
pgfvrjxx
/
web
/
lakeview.al
/
public_html
/
wp-includes
/
template-loader.php
    elseif ( is_single() && $template = get_single_template() ) :
    elseif ( is_page() && $template = get_page_template() ) :
    elseif ( is_singular() && $template = get_singular_template() ) :
    elseif ( is_category() && $template = get_category_template() ) :
    elseif ( is_tag() && $template = get_tag_template() ) :
    elseif ( is_author() && $template = get_author_template() ) :
    elseif ( is_date() && $template = get_date_template() ) :
    elseif ( is_archive() && $template = get_archive_template() ) :
    else :
        $template = get_index_template();
    endif;
    /**
     * Filters the path of the current template before including it.
     *
     * @since 3.0.0
     *
     * @param string $template The path of the template to include.
     */
    if ( $template = apply_filters( 'template_include', $template ) ) {
        include( $template );
    } elseif ( current_user_can( 'switch_themes' ) ) {
        $theme = wp_get_theme();
        if ( $theme->errors() ) {
            wp_die( $theme->errors() );
        }
    }
    return;
endif;
 
Arguments
  1. "/home/pgfvrjxx/web/lakeview.al/public_html/wp-content/themes/lakeview/pages/tour.php"
    
/
home
/
pgfvrjxx
/
web
/
lakeview.al
/
public_html
/
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. "/home/pgfvrjxx/web/lakeview.al/public_html/wp-includes/template-loader.php"
    
/
home
/
pgfvrjxx
/
web
/
lakeview.al
/
public_html
/
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. "/home/pgfvrjxx/web/lakeview.al/public_html/wp-blog-header.php"
    

Environment & details:

empty
empty
empty
empty
empty
Key Value
SERVER_SOFTWARE
"nginx/1.25.0"
REQUEST_URI
"/en/tour/"
TEMP
"/home/pgfvrjxx/tmp"
TMPDIR
"/home/pgfvrjxx/tmp"
TMP
"/home/pgfvrjxx/tmp"
PATH
"/usr/local/bin:/usr/bin:/bin"
USER
"pgfvrjxx"
HOME
"/home/pgfvrjxx"
HTTP_CONNECTION
"Keep-Alive"
HTTP_HOST
"lakeview.al"
HTTP_ACCEPT_ENCODING
"br,gzip"
HTTP_ACCEPT_LANGUAGE
"en-US,en;q=0.5"
HTTP_ACCEPT
"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8"
HTTP_USER_AGENT
"CCBot/2.0 (https://commoncrawl.org/faq/)"
REDIRECT_STATUS
"200"
SERVER_NAME
"lakeview.al"
SERVER_PORT
"443"
SERVER_ADDR
"5.75.166.196"
REMOTE_PORT
"58660"
REMOTE_ADDR
"3.238.118.27"
GATEWAY_INTERFACE
"CGI/1.1"
HTTPS
"on"
REQUEST_SCHEME
"https"
SERVER_PROTOCOL
"HTTP/1.1"
DOCUMENT_ROOT
"/home/pgfvrjxx/web/lakeview.al/public_html"
DOCUMENT_URI
"/index.php"
SCRIPT_NAME
"/index.php"
CONTENT_LENGTH
""
CONTENT_TYPE
""
REQUEST_METHOD
"GET"
QUERY_STRING
""
SCRIPT_FILENAME
"/home/pgfvrjxx/web/lakeview.al/public_html/index.php"
FCGI_ROLE
"RESPONDER"
PHP_SELF
"/index.php"
REQUEST_TIME_FLOAT
"1686180353.7569"
REQUEST_TIME
"1686180353"
empty
0. Whoops\Handler\PrettyPageHandler