Critical Failure caught at controller

$e Exception (7) "Table 'product' does not contain ID '429': not found in database."
  • Properties (7)
  • Available methods (11)
  • toString
  • protected code -> integer 0
    protected file -> string (61) "/home/scantou2/public_html/legacy/include/lib/Tusk/DB/Dmo.inc"
    • File (22.48KB)
    • -rw-r--r-- 1031 1032 22.48KB Sep 03 2019 /home/scantou2/public_html/legacy/include/lib/Tusk/DB/Dmo.inc
      
    protected line -> integer 235
    protected message -> string (65) "Table 'product' does not contain ID '429': not found in database."
    private previous -> null
    private string -> string (0) ""
    private trace -> Debug Backtrace (40)
    <ROOT>/legacy/include/ext/db/dmo/Product.inc:57 Dmo->__construct($id = null, $relations = false)
    • Source
    • Arguments (2)
    •     public function LINK($linkText = null, $attr = []) {
              return self::s_LINK($this, $linkText, $attr);
          }
          public function URL() {
              return self::s_URL($this);
          }
          public function __construct($id = false, $relations = false) {
      
      parent::__construct($id, $relations);
      // set up related group info for this product } function _get_related() { if($this->id) { $return = []; $related = DaoProduct::fetchRelatedProducts($this->id, $this->related_group);
    • $id => string (3) "429"
      $relations => array (1)
      0 => string (29) "(days):product_season(<year)!"
    <ROOT>/dw/src/controller/requests.php:45 Product->__construct($id = false, $relations = false)
    • Source
    • Arguments (2)
    •                 if($val['id'] == $req_id && $val['type'] == $req_type)
                          $add = false;
                  }
                  
                  if($add) {
                      // CALCULATE PRODUCT DATE OUT
                      if($req_type == 'product') {
      
      $product = new \Product($req_id, "(days):product_season(<year)!");
      if(($di = $_REQUEST['date_in'])) { $do = date('m/d/y', strtotime($di . " + " . ($product->days - 1) . " days")); } } else { $product = null; }
    • $id => string (3) "429"
      $relations => string (29) "(days):product_season(<year)!"
    <ROOT>/dw/vendor/dwightframework/main/dw/_controller.php:336 controller\requests->__construct()
    • Source
    •         list($controller, $action) = \dw\_controller::getActiveControllerAction();
              $controllerClass = $calledClass::s_getControllerClass($controller);
              $isError = false;
              try {
                  if(! class_exists($controllerClass)) {
                      $controllerClass = $calledClass;
                  }
      
      $controllerObj = new $controllerClass();
      $actionConfig = \dw\props::s_arrayget($controllerObj->actions, $action, []); if(! method_exists($controllerClass, "action_$action")) { $action = "run"; } $enabled = \dw\props::s_arrayget($actionConfig, "enabled", true); if($enabled === true) { self::setbodyclass();
    <ROOT>/dw/vendor/dwightframework/wordpress/dwwp/wordpress.php:283 dw\_controller::controllerinit()
    • Source
    •     }
          static function WPSHORTCODE_dwcontroller($parms = []) {
              if(is_admin()) {
                  return;
              }
              \dwwp\wordpress::_shortcode_init($parms);
              try {
      
      \dw\_controller::controllerinit();
      } catch(\Exception $e) { \dw\app::s_handle_error($e); } return \dwwp\wordpress::_shortcode_finish(); } static function WPSHORTCODE_dwpage($parms = []) { if(is_admin()) {
    <ROOT>/dw/vendor/dwightframework/wordpress/dwwp/wordpress.php:272 dwwp\wordpress::WPSHORTCODE_dwcontroller($parms = array())
    • Source
    • Arguments
    •             }
              }
          }
          static function WPSHORTCODE_dwframework($parms = []) {
              $gets = \dw\props::s_get_init() + $parms;
              \dw\props::s_get_init($gets);
              if(\dw\props::s_get_val("controller") && \dw\props::s_get_val("action")) {
      
      return \dwwp\wordpress::WPSHORTCODE_dwcontroller($parms);
      } else if(\dw\props::s_get_val("page")) { return \dwwp\wordpress::WPSHORTCODE_dwpage($parms); } } static function WPSHORTCODE_dwcontroller($parms = []) { if(is_admin()) { return;
    • $parms => array (3)
      controller => string (8) "requests"
      action => string (3) "run"
      template => string (21) "htmlsitetemplate_main"
    <ROOT>/wp-includes/shortcodes.php:434 dwwp\wordpress::WPSHORTCODE_dwframework($parms = array())
    • Source
    • Arguments (3)
    • 	$return = apply_filters( 'pre_do_shortcode_tag', false, $tag, $attr, $m );
      	if ( false !== $return ) {
      		return $return;
      	}
      
      	$content = isset( $m[5] ) ? $m[5] : null;
      
      
      $output = $m[1] . call_user_func( $shortcode_tags[ $tag ], $attr, $content, $tag ) . $m[6];
      /** * Filters the output created by a shortcode callback. * * @since 4.7.0 * @since 6.5.0 The `$attr` parameter is always an array. *
    • $parms => array (3)
      controller => string (8) "requests"
      action => string (3) "run"
      template => string (21) "htmlsitetemplate_main"
      1 => string (0) ""
      2 => string (11) "dwframework"
    PHP internal call do_shortcode_tag($m)
    • Arguments
    • $m => array (7)
      0 => string (75) "[dwframework controller=requests action=run template=htmlsitetemplate_main]"
      1 => string (0) ""
      2 => string (11) "dwframework"
      3 => string (62) " controller=requests action=run template=htmlsitetemplate_main"
      4 => string (0) ""
      5 => string (0) ""
      6 => string (0) ""
    <ROOT>/wp-includes/shortcodes.php:273 preg_replace_callback($regex, $callback, $subject, $limit, &$count, $flags)
    • Source
    • Arguments (3)
    • 	if ( ! $has_filter ) {
      		$filter_added = add_filter( 'wp_get_attachment_image_context', '_filter_do_shortcode_context' );
      	}
      
      	$content = do_shortcodes_in_html_tags( $content, $ignore_html, $tagnames );
      
      	$pattern = get_shortcode_regex( $tagnames );
      
      $content = preg_replace_callback( "/$pattern/", 'do_shortcode_tag', $content );
      // Always restore square braces so we don't break things like <!--[if IE ]>. $content = unescape_invalid_shortcodes( $content ); // Only remove the filter if it was added in this scope. if ( $filter_added ) { remove_filter( 'wp_get_attachment_image_context', '_filter_do_shortcode_context' );
    • $regex => string (128) "/\[(\[?)(dwframework)(?![\w-])([^\]\/]*(?:\/(?!\])[^\]\/]*)*?)(?:(\/)\]|\](?:([...
      /\[(\[?)(dwframework)(?![\w-])([^\]\/]*(?:\/(?!\])[^\]\/]*)*?)(?:(\/)\]|\](?:([^\[]*+(?:\[(?!\/\2\])[^\[]*+)*+)\[\/\2\])?)(\]?)/
      
      $callback => string (16) "do_shortcode_tag"
      $subject => string (75) "[dwframework controller=requests action=run template=htmlsitetemplate_main]"
    <ROOT>/wp-content/themes/Divi/includes/builder/class-et-builder-element.php:3122 do_shortcode($content, $ignore_html = false)
    • Source
    • Arguments
    • 			if ( $this->use_raw_content ) {
      				$content = et_builder_convert_line_breaks( et_builder_replace_code_content_entities( $content ) );
      			}
      
      			if ( ! ( isset( $this->is_structure_element ) && $this->is_structure_element ) ) {
      				$content       = et_pb_fix_shortcodes( $content, $this->use_raw_content );
      				$content       = et_maybe_enable_embed_shortcode( $content, true );
      
      $this->content = do_shortcode( $content );
      } else { $this->content = ''; } $this->props['content'] = $this->content; } // Restart classname on shortcode callback. Module class is only called once, not on every
    • $content => string (75) "[dwframework controller=requests action=run template=htmlsitetemplate_main]"
    <ROOT>/wp-includes/shortcodes.php:434 ET_Builder_Element->_render($attrs, $content, $render_slug, $parent_address = '', $global_parent = '', $global_parent_type = '', $parent_type = '', $theme_builder_area = '')
    • Source
    • Arguments (3)
    • 	$return = apply_filters( 'pre_do_shortcode_tag', false, $tag, $attr, $m );
      	if ( false !== $return ) {
      		return $return;
      	}
      
      	$content = isset( $m[5] ) ? $m[5] : null;
      
      
      $output = $m[1] . call_user_func( $shortcode_tags[ $tag ], $attr, $content, $tag ) . $m[6];
      /** * Filters the output created by a shortcode callback. * * @since 4.7.0 * @since 6.5.0 The `$attr` parameter is always an array. *
    • $attrs => array (2)
      _builder_version => string (6) "3.24.1"
      z_index_tablet => string (3) "500"
      $content => string (75) "[dwframework controller=requests action=run template=htmlsitetemplate_main]"
      $render_slug => string (10) "et_pb_code"
    PHP internal call do_shortcode_tag($m)
    • Arguments
    • $m => array (7)
      0 => string (147) "[et_pb_code _builder_version="3.24.1" z_index_tablet="500"][dwframework control...
      [et_pb_code _builder_version="3.24.1" z_index_tablet="500"][dwframework controller=requests action=run template=htmlsitetemplate_main][/et_pb_code]
      
      1 => string (0) ""
      2 => string (10) "et_pb_code"
      3 => string (47) " _builder_version="3.24.1" z_index_tablet="500""
      4 => string (0) ""
      5 => string (75) "[dwframework controller=requests action=run template=htmlsitetemplate_main]"
      6 => string (0) ""
    <ROOT>/wp-includes/shortcodes.php:273 preg_replace_callback($regex, $callback, $subject, $limit, &$count, $flags)
    • Source
    • Arguments (3)
    • 	if ( ! $has_filter ) {
      		$filter_added = add_filter( 'wp_get_attachment_image_context', '_filter_do_shortcode_context' );
      	}
      
      	$content = do_shortcodes_in_html_tags( $content, $ignore_html, $tagnames );
      
      	$pattern = get_shortcode_regex( $tagnames );
      
      $content = preg_replace_callback( "/$pattern/", 'do_shortcode_tag', $content );
      // Always restore square braces so we don't break things like <!--[if IE ]>. $content = unescape_invalid_shortcodes( $content ); // Only remove the filter if it was added in this scope. if ( $filter_added ) { remove_filter( 'wp_get_attachment_image_context', '_filter_do_shortcode_context' );
    • $regex => string (139) "/\[(\[?)(dwframework|et_pb_code)(?![\w-])([^\]\/]*(?:\/(?!\])[^\]\/]*)*?)(?:(\/...
      /\[(\[?)(dwframework|et_pb_code)(?![\w-])([^\]\/]*(?:\/(?!\])[^\]\/]*)*?)(?:(\/)\]|\](?:([^\[]*+(?:\[(?!\/\2\])[^\[]*+)*+)\[\/\2\])?)(\]?)/
      
      $callback => string (16) "do_shortcode_tag"
      $subject => string (147) "[et_pb_code _builder_version="3.24.1" z_index_tablet="500"][dwframework control...
      [et_pb_code _builder_version="3.24.1" z_index_tablet="500"][dwframework controller=requests action=run template=htmlsitetemplate_main][/et_pb_code]
      
    <ROOT>/wp-content/themes/Divi/includes/builder/main-structure-elements.php:3784 do_shortcode($content, $ignore_html = false)
    • Source
    • Arguments
    • 		// Module classname in column has to be contained in variable BEFORE content is being parsed
      		// as shortcode because column and column inner use the same ET_Builder_Column's render
      		// classname doesn't work in nested situation because each called module doesn't have its own class init.
      		$module_classname = $this->module_classname( $function_name );
      
      		// Inner content shortcode parsing has to be done after all classname addition/removal.
      
      $inner_content = do_shortcode( et_pb_fix_shortcodes( $content ) );
      // Inner content dependant class in column shouldn't use add_classname/remove_classname method. $content_dependent_classname = '' === trim( $inner_content ) ? ' et_pb_column_empty' : ''; if ( $is_specialty_column ) { $pattern_args = array( 'background_enable_pattern_style' => $enable_pattern_style,
    • $content => string (147) "[et_pb_code _builder_version="3.24.1" z_index_tablet="500"][dwframework control...
      [et_pb_code _builder_version="3.24.1" z_index_tablet="500"][dwframework controller=requests action=run template=htmlsitetemplate_main][/et_pb_code]
      
    <ROOT>/wp-content/themes/Divi/includes/builder/class-et-builder-element.php:3441 ET_Builder_Column->render($atts, $content, $function_name)
    • Source
    • Arguments (8)
    • 			}
      		}
      
      		$this->is_rendering = true;
      		$render_method      = $et_fb_processing_shortcode_object ? 'render_as_builder_data' : 'render';
      
      		// Render the module as we normally would.
      
      $output = $this->{$render_method}( $attrs, $content, $render_slug, $parent_address, $global_parent, $global_parent_type, $parent_type, $theme_builder_area );
      /** * Filters every rendered module output for processing "Display Conditions" option group. * * @since 4.13.1 * * @param string $output HTML output of the rendered module.
    • $atts => array (5)
      type => string (3) "4_4"
      saved_specialty_column_type => string (3) "3_4"
      _builder_version => string (6) "3.0.47"
      custom_padding__hover => string (3) "|||"
      custom_padding => string (3) "|||"
      $content => string (147) "[et_pb_code _builder_version="3.24.1" z_index_tablet="500"][dwframework control...
      [et_pb_code _builder_version="3.24.1" z_index_tablet="500"][dwframework controller=requests action=run template=htmlsitetemplate_main][/et_pb_code]
      
      $function_name => string (18) "et_pb_column_inner"
      3 => string (0) ""
      4 => string (0) ""
      5 => string (0) ""
      6 => string (0) ""
      7 => string (0) ""
    <ROOT>/wp-content/themes/Divi/includes/builder/class-et-builder-element.php:2857 ET_Builder_Element->_render($attrs, $content, $render_slug, $parent_address = '', $global_parent = '', $global_parent_type = '', $parent_type = '', $theme_builder_area = '')
    • Source
    • Arguments (3)
    • 			// props being messed up between renders so we have to clone the
      			// base instance every time we try to render while the base
      			// instance is still rendering.
      			$clone               = clone $this;
      			$clone->is_rendering = false;
      
      			// @phpcs:ignore Generic.PHP.ForbiddenFunctions.Found
      
      return call_user_func_array( array( $clone, '_render' ), func_get_args() );
      } self::set_order_class( $render_slug ); $this->_maybe_rebuild_option_template(); $attrs = $this->_maybe_add_global_presets_settings( $attrs, $render_slug );
    • $attrs => array (5)
      type => string (3) "4_4"
      saved_specialty_column_type => string (3) "3_4"
      _builder_version => string (6) "3.0.47"
      custom_padding__hover => string (3) "|||"
      custom_padding => string (3) "|||"
      $content => string (147) "[et_pb_code _builder_version="3.24.1" z_index_tablet="500"][dwframework control...
      [et_pb_code _builder_version="3.24.1" z_index_tablet="500"][dwframework controller=requests action=run template=htmlsitetemplate_main][/et_pb_code]
      
      $render_slug => string (18) "et_pb_column_inner"
    <ROOT>/wp-includes/shortcodes.php:434 ET_Builder_Element->_render($attrs, $content, $render_slug, $parent_address = '', $global_parent = '', $global_parent_type = '', $parent_type = '', $theme_builder_area = '')
    • Source
    • Arguments (3)
    • 	$return = apply_filters( 'pre_do_shortcode_tag', false, $tag, $attr, $m );
      	if ( false !== $return ) {
      		return $return;
      	}
      
      	$content = isset( $m[5] ) ? $m[5] : null;
      
      
      $output = $m[1] . call_user_func( $shortcode_tags[ $tag ], $attr, $content, $tag ) . $m[6];
      /** * Filters the output created by a shortcode callback. * * @since 4.7.0 * @since 6.5.0 The `$attr` parameter is always an array. *
    • $attrs => array (5)
      type => string (3) "4_4"
      saved_specialty_column_type => string (3) "3_4"
      _builder_version => string (6) "3.0.47"
      custom_padding__hover => string (3) "|||"
      custom_padding => string (3) "|||"
      $content => string (147) "[et_pb_code _builder_version="3.24.1" z_index_tablet="500"][dwframework control...
      [et_pb_code _builder_version="3.24.1" z_index_tablet="500"][dwframework controller=requests action=run template=htmlsitetemplate_main][/et_pb_code]
      
      $render_slug => string (18) "et_pb_column_inner"
    PHP internal call do_shortcode_tag($m)
    • Arguments
    • $m => array (7)
      0 => string (342) "[et_pb_column_inner type="4_4" saved_specialty_column_type="3_4" _builder_versi...
      [et_pb_column_inner type="4_4" saved_specialty_column_type="3_4" _builder_version="3.0.47" custom_padding__hover="|||" custom_padding="|||" saved_specialty_column_type="3_4"][et_pb_code _builder_version="3.24.1" z_index_tablet="500"][dwframework controller=requests action=run template=htmlsitetemplate_main][/et_pb_code][/et_pb_column_inner]
      
      1 => string (0) ""
      2 => string (18) "et_pb_column_inner"
      3 => string (154) " type="4_4" saved_specialty_column_type="3_4" _builder_version="3.0.47" custom_...
       type="4_4" saved_specialty_column_type="3_4" _builder_version="3.0.47" custom_padding__hover="|||" custom_padding="|||" saved_specialty_column_type="3_4"
      
      4 => string (0) ""
      5 => string (147) "[et_pb_code _builder_version="3.24.1" z_index_tablet="500"][dwframework control...
      [et_pb_code _builder_version="3.24.1" z_index_tablet="500"][dwframework controller=requests action=run template=htmlsitetemplate_main][/et_pb_code]
      
      6 => string (0) ""
    <ROOT>/wp-includes/shortcodes.php:273 preg_replace_callback($regex, $callback, $subject, $limit, &$count, $flags)
    • Source
    • Arguments (3)
    • 	if ( ! $has_filter ) {
      		$filter_added = add_filter( 'wp_get_attachment_image_context', '_filter_do_shortcode_context' );
      	}
      
      	$content = do_shortcodes_in_html_tags( $content, $ignore_html, $tagnames );
      
      	$pattern = get_shortcode_regex( $tagnames );
      
      $content = preg_replace_callback( "/$pattern/", 'do_shortcode_tag', $content );
      // Always restore square braces so we don't break things like <!--[if IE ]>. $content = unescape_invalid_shortcodes( $content ); // Only remove the filter if it was added in this scope. if ( $filter_added ) { remove_filter( 'wp_get_attachment_image_context', '_filter_do_shortcode_context' );
    • $regex => string (158) "/\[(\[?)(dwframework|et_pb_code|et_pb_column_inner)(?![\w-])([^\]\/]*(?:\/(?!\]...
      /\[(\[?)(dwframework|et_pb_code|et_pb_column_inner)(?![\w-])([^\]\/]*(?:\/(?!\])[^\]\/]*)*?)(?:(\/)\]|\](?:([^\[]*+(?:\[(?!\/\2\])[^\[]*+)*+)\[\/\2\])?)(\]?)/
      
      $callback => string (16) "do_shortcode_tag"
      $subject => string (342) "[et_pb_column_inner type="4_4" saved_specialty_column_type="3_4" _builder_versi...
      [et_pb_column_inner type="4_4" saved_specialty_column_type="3_4" _builder_version="3.0.47" custom_padding__hover="|||" custom_padding="|||" saved_specialty_column_type="3_4"][et_pb_code _builder_version="3.24.1" z_index_tablet="500"][dwframework controller=requests action=run template=htmlsitetemplate_main][/et_pb_code][/et_pb_column_inner]
      
    <ROOT>/wp-content/themes/Divi/includes/builder/main-structure-elements.php:2789 do_shortcode($content, $ignore_html = false)
    • Source
    • Arguments
    • 		}
      
      		// Save module classes into variable BEFORE processing the content with `do_shortcode()`
      		// Otherwise order classes messed up with internal rows if exist.
      		$module_classes = $this->module_classname( $function_name );
      
      		// Inner content shortcode parsing has to be done after all classname addition/removal.
      
      $inner_content = do_shortcode( et_pb_fix_shortcodes( $content ) );
      $content_dependent_classname = '' === trim( $inner_content ) ? ' et_pb_row_empty' : ''; // reset the global column settings to make sure they are not affected by internal content. $et_pb_all_column_settings_inner = $et_pb_all_column_settings_backup; $output = sprintf( '<div%4$s class="%2$s%7$s"%8$s>
    • $content => string (342) "[et_pb_column_inner type="4_4" saved_specialty_column_type="3_4" _builder_versi...
      [et_pb_column_inner type="4_4" saved_specialty_column_type="3_4" _builder_version="3.0.47" custom_padding__hover="|||" custom_padding="|||" saved_specialty_column_type="3_4"][et_pb_code _builder_version="3.24.1" z_index_tablet="500"][dwframework controller=requests action=run template=htmlsitetemplate_main][/et_pb_code][/et_pb_column_inner]
      
    <ROOT>/wp-content/themes/Divi/includes/builder/class-et-builder-element.php:3441 ET_Builder_Row_Inner->render($atts, $content, $function_name)
    • Source
    • Arguments (8)
    • 			}
      		}
      
      		$this->is_rendering = true;
      		$render_method      = $et_fb_processing_shortcode_object ? 'render_as_builder_data' : 'render';
      
      		// Render the module as we normally would.
      
      $output = $this->{$render_method}( $attrs, $content, $render_slug, $parent_address, $global_parent, $global_parent_type, $parent_type, $theme_builder_area );
      /** * Filters every rendered module output for processing "Display Conditions" option group. * * @since 4.13.1 * * @param string $output HTML output of the rendered module.
    • $atts => array (2)
      admin_label => string (3) "Row"
      _builder_version => string (6) "3.0.47"
      $content => string (342) "[et_pb_column_inner type="4_4" saved_specialty_column_type="3_4" _builder_versi...
      [et_pb_column_inner type="4_4" saved_specialty_column_type="3_4" _builder_version="3.0.47" custom_padding__hover="|||" custom_padding="|||" saved_specialty_column_type="3_4"][et_pb_code _builder_version="3.24.1" z_index_tablet="500"][dwframework controller=requests action=run template=htmlsitetemplate_main][/et_pb_code][/et_pb_column_inner]
      
      $function_name => string (15) "et_pb_row_inner"
      3 => string (0) ""
      4 => string (0) ""
      5 => string (0) ""
      6 => string (0) ""
      7 => string (0) ""
    <ROOT>/wp-includes/shortcodes.php:434 ET_Builder_Element->_render($attrs, $content, $render_slug, $parent_address = '', $global_parent = '', $global_parent_type = '', $parent_type = '', $theme_builder_area = '')
    • Source
    • Arguments (3)
    • 	$return = apply_filters( 'pre_do_shortcode_tag', false, $tag, $attr, $m );
      	if ( false !== $return ) {
      		return $return;
      	}
      
      	$content = isset( $m[5] ) ? $m[5] : null;
      
      
      $output = $m[1] . call_user_func( $shortcode_tags[ $tag ], $attr, $content, $tag ) . $m[6];
      /** * Filters the output created by a shortcode callback. * * @since 4.7.0 * @since 6.5.0 The `$attr` parameter is always an array. *
    • $attrs => array (2)
      admin_label => string (3) "Row"
      _builder_version => string (6) "3.0.47"
      $content => string (342) "[et_pb_column_inner type="4_4" saved_specialty_column_type="3_4" _builder_versi...
      [et_pb_column_inner type="4_4" saved_specialty_column_type="3_4" _builder_version="3.0.47" custom_padding__hover="|||" custom_padding="|||" saved_specialty_column_type="3_4"][et_pb_code _builder_version="3.24.1" z_index_tablet="500"][dwframework controller=requests action=run template=htmlsitetemplate_main][/et_pb_code][/et_pb_column_inner]
      
      $render_slug => string (15) "et_pb_row_inner"
    PHP internal call do_shortcode_tag($m)
    • Arguments
    • $m => array (7)
      0 => string (421) "[et_pb_row_inner admin_label="Row" _builder_version="3.0.47"][et_pb_column_inne...
      [et_pb_row_inner admin_label="Row" _builder_version="3.0.47"][et_pb_column_inner type="4_4" saved_specialty_column_type="3_4" _builder_version="3.0.47" custom_padding__hover="|||" custom_padding="|||" saved_specialty_column_type="3_4"][et_pb_code _builder_version="3.24.1" z_index_tablet="500"][dwframework controller=requests action=run template=htmlsitetemplate_main][/et_pb_code][/et_pb_column_inner][/et_pb_row_inner]
      
      1 => string (0) ""
      2 => string (15) "et_pb_row_inner"
      3 => string (44) " admin_label="Row" _builder_version="3.0.47""
      4 => string (0) ""
      5 => string (342) "[et_pb_column_inner type="4_4" saved_specialty_column_type="3_4" _builder_versi...
      [et_pb_column_inner type="4_4" saved_specialty_column_type="3_4" _builder_version="3.0.47" custom_padding__hover="|||" custom_padding="|||" saved_specialty_column_type="3_4"][et_pb_code _builder_version="3.24.1" z_index_tablet="500"][dwframework controller=requests action=run template=htmlsitetemplate_main][/et_pb_code][/et_pb_column_inner]
      
      6 => string (0) ""
    <ROOT>/wp-includes/shortcodes.php:273 preg_replace_callback($regex, $callback, $subject, $limit, &$count, $flags)
    • Source
    • Arguments (3)
    • 	if ( ! $has_filter ) {
      		$filter_added = add_filter( 'wp_get_attachment_image_context', '_filter_do_shortcode_context' );
      	}
      
      	$content = do_shortcodes_in_html_tags( $content, $ignore_html, $tagnames );
      
      	$pattern = get_shortcode_regex( $tagnames );
      
      $content = preg_replace_callback( "/$pattern/", 'do_shortcode_tag', $content );
      // Always restore square braces so we don't break things like <!--[if IE ]>. $content = unescape_invalid_shortcodes( $content ); // Only remove the filter if it was added in this scope. if ( $filter_added ) { remove_filter( 'wp_get_attachment_image_context', '_filter_do_shortcode_context' );
    • $regex => string (174) "/\[(\[?)(dwframework|et_pb_code|et_pb_row_inner|et_pb_column_inner)(?![\w-])([^...
      /\[(\[?)(dwframework|et_pb_code|et_pb_row_inner|et_pb_column_inner)(?![\w-])([^\]\/]*(?:\/(?!\])[^\]\/]*)*?)(?:(\/)\]|\](?:([^\[]*+(?:\[(?!\/\2\])[^\[]*+)*+)\[\/\2\])?)(\]?)/
      
      $callback => string (16) "do_shortcode_tag"
      $subject => string (421) "[et_pb_row_inner admin_label="Row" _builder_version="3.0.47"][et_pb_column_inne...
      [et_pb_row_inner admin_label="Row" _builder_version="3.0.47"][et_pb_column_inner type="4_4" saved_specialty_column_type="3_4" _builder_version="3.0.47" custom_padding__hover="|||" custom_padding="|||" saved_specialty_column_type="3_4"][et_pb_code _builder_version="3.24.1" z_index_tablet="500"][dwframework controller=requests action=run template=htmlsitetemplate_main][/et_pb_code][/et_pb_column_inner][/et_pb_row_inner]
      
    <ROOT>/wp-content/themes/Divi/includes/builder/main-structure-elements.php:3784 do_shortcode($content, $ignore_html = false)
    • Source
    • Arguments
    • 		// Module classname in column has to be contained in variable BEFORE content is being parsed
      		// as shortcode because column and column inner use the same ET_Builder_Column's render
      		// classname doesn't work in nested situation because each called module doesn't have its own class init.
      		$module_classname = $this->module_classname( $function_name );
      
      		// Inner content shortcode parsing has to be done after all classname addition/removal.
      
      $inner_content = do_shortcode( et_pb_fix_shortcodes( $content ) );
      // Inner content dependant class in column shouldn't use add_classname/remove_classname method. $content_dependent_classname = '' === trim( $inner_content ) ? ' et_pb_column_empty' : ''; if ( $is_specialty_column ) { $pattern_args = array( 'background_enable_pattern_style' => $enable_pattern_style,
    • $content => string (421) "[et_pb_row_inner admin_label="Row" _builder_version="3.0.47"][et_pb_column_inne...
      [et_pb_row_inner admin_label="Row" _builder_version="3.0.47"][et_pb_column_inner type="4_4" saved_specialty_column_type="3_4" _builder_version="3.0.47" custom_padding__hover="|||" custom_padding="|||" saved_specialty_column_type="3_4"][et_pb_code _builder_version="3.24.1" z_index_tablet="500"][dwframework controller=requests action=run template=htmlsitetemplate_main][/et_pb_code][/et_pb_column_inner][/et_pb_row_inner]
      
    <ROOT>/wp-content/themes/Divi/includes/builder/class-et-builder-element.php:3441 ET_Builder_Column->render($atts, $content, $function_name)
    • Source
    • Arguments (8)
    • 			}
      		}
      
      		$this->is_rendering = true;
      		$render_method      = $et_fb_processing_shortcode_object ? 'render_as_builder_data' : 'render';
      
      		// Render the module as we normally would.
      
      $output = $this->{$render_method}( $attrs, $content, $render_slug, $parent_address, $global_parent, $global_parent_type, $parent_type, $theme_builder_area );
      /** * Filters every rendered module output for processing "Display Conditions" option group. * * @since 4.13.1 * * @param string $output HTML output of the rendered module.
    • $atts => array (2)
      type => string (3) "3_4"
      specialty_columns => string (1) "3"
      $content => string (421) "[et_pb_row_inner admin_label="Row" _builder_version="3.0.47"][et_pb_column_inne...
      [et_pb_row_inner admin_label="Row" _builder_version="3.0.47"][et_pb_column_inner type="4_4" saved_specialty_column_type="3_4" _builder_version="3.0.47" custom_padding__hover="|||" custom_padding="|||" saved_specialty_column_type="3_4"][et_pb_code _builder_version="3.24.1" z_index_tablet="500"][dwframework controller=requests action=run template=htmlsitetemplate_main][/et_pb_code][/et_pb_column_inner][/et_pb_row_inner]
      
      $function_name => string (12) "et_pb_column"
      3 => string (0) ""
      4 => string (0) ""
      5 => string (0) ""
      6 => string (0) ""
      7 => string (0) ""
    <ROOT>/wp-includes/shortcodes.php:434 ET_Builder_Element->_render($attrs, $content, $render_slug, $parent_address = '', $global_parent = '', $global_parent_type = '', $parent_type = '', $theme_builder_area = '')
    • Source
    • Arguments (3)
    • 	$return = apply_filters( 'pre_do_shortcode_tag', false, $tag, $attr, $m );
      	if ( false !== $return ) {
      		return $return;
      	}
      
      	$content = isset( $m[5] ) ? $m[5] : null;
      
      
      $output = $m[1] . call_user_func( $shortcode_tags[ $tag ], $attr, $content, $tag ) . $m[6];
      /** * Filters the output created by a shortcode callback. * * @since 4.7.0 * @since 6.5.0 The `$attr` parameter is always an array. *
    • $attrs => array (2)
      type => string (3) "3_4"
      specialty_columns => string (1) "3"
      $content => string (421) "[et_pb_row_inner admin_label="Row" _builder_version="3.0.47"][et_pb_column_inne...
      [et_pb_row_inner admin_label="Row" _builder_version="3.0.47"][et_pb_column_inner type="4_4" saved_specialty_column_type="3_4" _builder_version="3.0.47" custom_padding__hover="|||" custom_padding="|||" saved_specialty_column_type="3_4"][et_pb_code _builder_version="3.24.1" z_index_tablet="500"][dwframework controller=requests action=run template=htmlsitetemplate_main][/et_pb_code][/et_pb_column_inner][/et_pb_row_inner]
      
      $render_slug => string (12) "et_pb_column"
    PHP internal call do_shortcode_tag($m)
    • Arguments
    • $m => array (7)
      0 => string (483) "[et_pb_column type="3_4" specialty_columns="3"][et_pb_row_inner admin_label="Ro...
      [et_pb_column type="3_4" specialty_columns="3"][et_pb_row_inner admin_label="Row" _builder_version="3.0.47"][et_pb_column_inner type="4_4" saved_specialty_column_type="3_4" _builder_version="3.0.47" custom_padding__hover="|||" custom_padding="|||" saved_specialty_column_type="3_4"][et_pb_code _builder_version="3.24.1" z_index_tablet="500"][dwframework controller=requests action=run template=htmlsitetemplate_main][/et_pb_code][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column]
      
      1 => string (0) ""
      2 => string (12) "et_pb_column"
      3 => string (33) " type="3_4" specialty_columns="3""
      4 => string (0) ""
      5 => string (421) "[et_pb_row_inner admin_label="Row" _builder_version="3.0.47"][et_pb_column_inne...
      [et_pb_row_inner admin_label="Row" _builder_version="3.0.47"][et_pb_column_inner type="4_4" saved_specialty_column_type="3_4" _builder_version="3.0.47" custom_padding__hover="|||" custom_padding="|||" saved_specialty_column_type="3_4"][et_pb_code _builder_version="3.24.1" z_index_tablet="500"][dwframework controller=requests action=run template=htmlsitetemplate_main][/et_pb_code][/et_pb_column_inner][/et_pb_row_inner]
      
      6 => string (0) ""
    <ROOT>/wp-includes/shortcodes.php:273 preg_replace_callback($regex, $callback, $subject, $limit, &$count, $flags)
    • Source
    • Arguments (3)
    • 	if ( ! $has_filter ) {
      		$filter_added = add_filter( 'wp_get_attachment_image_context', '_filter_do_shortcode_context' );
      	}
      
      	$content = do_shortcodes_in_html_tags( $content, $ignore_html, $tagnames );
      
      	$pattern = get_shortcode_regex( $tagnames );
      
      $content = preg_replace_callback( "/$pattern/", 'do_shortcode_tag', $content );
      // Always restore square braces so we don't break things like <!--[if IE ]>. $content = unescape_invalid_shortcodes( $content ); // Only remove the filter if it was added in this scope. if ( $filter_added ) { remove_filter( 'wp_get_attachment_image_context', '_filter_do_shortcode_context' );
    • $regex => string (201) "/\[(\[?)(dwframework|et_pb_code|et_pb_sidebar|et_pb_row_inner|et_pb_column|et_p...
      /\[(\[?)(dwframework|et_pb_code|et_pb_sidebar|et_pb_row_inner|et_pb_column|et_pb_column_inner)(?![\w-])([^\]\/]*(?:\/(?!\])[^\]\/]*)*?)(?:(\/)\]|\](?:([^\[]*+(?:\[(?!\/\2\])[^\[]*+)*+)\[\/\2\])?)(\]?)/
      
      $callback => string (16) "do_shortcode_tag"
      $subject => string (642) "[et_pb_column type="1_4"][et_pb_sidebar orientation="right" area="sidebar-1" sh...
      [et_pb_column type="1_4"][et_pb_sidebar orientation="right" area="sidebar-1" show_border="off" _builder_version="3.22.4" z_index_tablet="500" /][/et_pb_column][et_pb_column type="3_4" specialty_columns="3"][et_pb_row_inner admin_label="Row" _builder_version="3.0.47"][et_pb_column_inner type="4_4" saved_specialty_column_type="3_4" _builder_version="3.0.47" custom_padding__hover="|||" custom_padding="|||" saved_specialty_column_type="3_4"][et_pb_code _builder_version="3.24.1" z_index_tablet="500"][dwframework controller=requests action=run template=htmlsitetemplate_main][/et_pb_code][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column]
      
    <ROOT>/wp-content/themes/Divi/includes/builder/main-structure-elements.php:1606 do_shortcode($content, $ignore_html = false)
    • Source
    • Arguments
    • 				%12$s
      				%13$s
      				%5$s
      				%1$s
      				%6$s
      				%10$s
      			</div>',
      
      do_shortcode( et_pb_fix_shortcodes( $content ) ), // 1
      $background_video, // 2 $module_classes, // 3 $this->module_id(), // 4 ( 'on' === $specialty ? sprintf( '<div class="et_pb_row%1$s"%2$s>', $gutter_class, et_core_esc_previously( $gutter_hover_data ) ) : '' ), // 5 ( 'on' === $specialty ? '</div>' : '' ), // 6
    • $content => string (642) "[et_pb_column type="1_4"][et_pb_sidebar orientation="right" area="sidebar-1" sh...
      [et_pb_column type="1_4"][et_pb_sidebar orientation="right" area="sidebar-1" show_border="off" _builder_version="3.22.4" z_index_tablet="500" /][/et_pb_column][et_pb_column type="3_4" specialty_columns="3"][et_pb_row_inner admin_label="Row" _builder_version="3.0.47"][et_pb_column_inner type="4_4" saved_specialty_column_type="3_4" _builder_version="3.0.47" custom_padding__hover="|||" custom_padding="|||" saved_specialty_column_type="3_4"][et_pb_code _builder_version="3.24.1" z_index_tablet="500"][dwframework controller=requests action=run template=htmlsitetemplate_main][/et_pb_code][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column]
      
    <ROOT>/wp-content/themes/Divi/includes/builder/class-et-builder-element.php:3441 ET_Builder_Section->render($atts, $content, $function_name)
    • Source
    • Arguments (8)
    • 			}
      		}
      
      		$this->is_rendering = true;
      		$render_method      = $et_fb_processing_shortcode_object ? 'render_as_builder_data' : 'render';
      
      		// Render the module as we normally would.
      
      $output = $this->{$render_method}( $attrs, $content, $render_slug, $parent_address, $global_parent, $global_parent_type, $parent_type, $theme_builder_area );
      /** * Filters every rendered module output for processing "Display Conditions" option group. * * @since 4.13.1 * * @param string $output HTML output of the rendered module.
    • $atts => array (16)
      bb_built => string (1) "1"
      specialty => string (2) "on"
      _builder_version => string (6) "3.25.4"
      inner_width_tablet => string (4) "50px"
      inner_max_width => string (4) "none"
      inner_max_width_tablet => string (4) "50px"
      custom_padding => string (6) "0px|||"
      z_index_tablet => string (3) "500"
      box_shadow_horizontal_tablet => string (3) "0px"
      box_shadow_vertical_tablet => string (3) "0px"
      box_shadow_blur_tablet => string (4) "40px"
      box_shadow_spread_tablet => string (3) "0px"
      prev_background_color => string (7) "#194467"
      #194467
      rgb(25, 68, 103)
      hsl(207, 61%, 25%)
      
      use_custom_gutter => string (2) "on"
      gutter_width => string (1) "2"
      module_class_1 => string (7) "col-260"
      $content => string (642) "[et_pb_column type="1_4"][et_pb_sidebar orientation="right" area="sidebar-1" sh...
      [et_pb_column type="1_4"][et_pb_sidebar orientation="right" area="sidebar-1" show_border="off" _builder_version="3.22.4" z_index_tablet="500" /][/et_pb_column][et_pb_column type="3_4" specialty_columns="3"][et_pb_row_inner admin_label="Row" _builder_version="3.0.47"][et_pb_column_inner type="4_4" saved_specialty_column_type="3_4" _builder_version="3.0.47" custom_padding__hover="|||" custom_padding="|||" saved_specialty_column_type="3_4"][et_pb_code _builder_version="3.24.1" z_index_tablet="500"][dwframework controller=requests action=run template=htmlsitetemplate_main][/et_pb_code][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column]
      
      $function_name => string (13) "et_pb_section"
      3 => string (0) ""
      4 => string (0) ""
      5 => string (0) ""
      6 => string (0) ""
      7 => string (0) ""
    <ROOT>/wp-includes/shortcodes.php:434 ET_Builder_Element->_render($attrs, $content, $render_slug, $parent_address = '', $global_parent = '', $global_parent_type = '', $parent_type = '', $theme_builder_area = '')
    • Source
    • Arguments (3)
    • 	$return = apply_filters( 'pre_do_shortcode_tag', false, $tag, $attr, $m );
      	if ( false !== $return ) {
      		return $return;
      	}
      
      	$content = isset( $m[5] ) ? $m[5] : null;
      
      
      $output = $m[1] . call_user_func( $shortcode_tags[ $tag ], $attr, $content, $tag ) . $m[6];
      /** * Filters the output created by a shortcode callback. * * @since 4.7.0 * @since 6.5.0 The `$attr` parameter is always an array. *
    • $attrs => array (16)
      bb_built => string (1) "1"
      specialty => string (2) "on"
      _builder_version => string (6) "3.25.4"
      inner_width_tablet => string (4) "50px"
      inner_max_width => string (4) "none"
      inner_max_width_tablet => string (4) "50px"
      custom_padding => string (6) "0px|||"
      z_index_tablet => string (3) "500"
      box_shadow_horizontal_tablet => string (3) "0px"
      box_shadow_vertical_tablet => string (3) "0px"
      box_shadow_blur_tablet => string (4) "40px"
      box_shadow_spread_tablet => string (3) "0px"
      prev_background_color => string (7) "#194467"
      #194467
      rgb(25, 68, 103)
      hsl(207, 61%, 25%)
      
      use_custom_gutter => string (2) "on"
      gutter_width => string (1) "2"
      module_class_1 => string (7) "col-260"
      $content => string (642) "[et_pb_column type="1_4"][et_pb_sidebar orientation="right" area="sidebar-1" sh...
      [et_pb_column type="1_4"][et_pb_sidebar orientation="right" area="sidebar-1" show_border="off" _builder_version="3.22.4" z_index_tablet="500" /][/et_pb_column][et_pb_column type="3_4" specialty_columns="3"][et_pb_row_inner admin_label="Row" _builder_version="3.0.47"][et_pb_column_inner type="4_4" saved_specialty_column_type="3_4" _builder_version="3.0.47" custom_padding__hover="|||" custom_padding="|||" saved_specialty_column_type="3_4"][et_pb_code _builder_version="3.24.1" z_index_tablet="500"][dwframework controller=requests action=run template=htmlsitetemplate_main][/et_pb_code][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column]
      
      $render_slug => string (13) "et_pb_section"
    PHP internal call do_shortcode_tag($m)
    • Arguments
    • $m => array (7)
      0 => string (1077) "[et_pb_section bb_built="1" specialty="on" _builder_version="3.25.4" inner_widt...
      [et_pb_section bb_built="1" specialty="on" _builder_version="3.25.4" inner_width_tablet="50px" inner_max_width="none" inner_max_width_tablet="50px" custom_padding="0px|||" z_index_tablet="500" box_shadow_horizontal_tablet="0px" box_shadow_vertical_tablet="0px" box_shadow_blur_tablet="40px" box_shadow_spread_tablet="0px" prev_background_color="#194467" use_custom_gutter="on" gutter_width="2" module_class_1="col-260"][et_pb_column type="1_4"][et_pb_sidebar orientation="right" area="sidebar-1" show_border="off" _builder_version="3.22.4" z_index_tablet="500" /][/et_pb_column][et_pb_column type="3_4" specialty_columns="3"][et_pb_row_inner admin_label="Row" _builder_version="3.0.47"][et_pb_column_inner type="4_4" saved_specialty_column_type="3_4" _builder_version="3.0.47" custom_padding__hover="|||" custom_padding="|||" saved_specialty_column_type="3_4"][et_pb_code _builder_version="3.24.1" z_index_tablet="500"][dwframework controller=requests action=run template=htmlsitetemplate_main][/et_pb_code][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][/et_pb_section]
      
      1 => string (0) ""
      2 => string (13) "et_pb_section"
      3 => string (404) " bb_built="1" specialty="on" _builder_version="3.25.4" inner_width_tablet="50px...
       bb_built="1" specialty="on" _builder_version="3.25.4" inner_width_tablet="50px" inner_max_width="none" inner_max_width_tablet="50px" custom_padding="0px|||" z_index_tablet="500" box_shadow_horizontal_tablet="0px" box_shadow_vertical_tablet="0px" box_shadow_blur_tablet="40px" box_shadow_spread_tablet="0px" prev_background_color="#194467" use_custom_gutter="on" gutter_width="2" module_class_1="col-260"
      
      4 => string (0) ""
      5 => string (642) "[et_pb_column type="1_4"][et_pb_sidebar orientation="right" area="sidebar-1" sh...
      [et_pb_column type="1_4"][et_pb_sidebar orientation="right" area="sidebar-1" show_border="off" _builder_version="3.22.4" z_index_tablet="500" /][/et_pb_column][et_pb_column type="3_4" specialty_columns="3"][et_pb_row_inner admin_label="Row" _builder_version="3.0.47"][et_pb_column_inner type="4_4" saved_specialty_column_type="3_4" _builder_version="3.0.47" custom_padding__hover="|||" custom_padding="|||" saved_specialty_column_type="3_4"][et_pb_code _builder_version="3.24.1" z_index_tablet="500"][dwframework controller=requests action=run template=htmlsitetemplate_main][/et_pb_code][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column]
      
      6 => string (0) ""
    <ROOT>/wp-includes/shortcodes.php:273 preg_replace_callback($regex, $callback, $subject, $limit, &$count, $flags)
    • Source
    • Arguments (3)
    • 	if ( ! $has_filter ) {
      		$filter_added = add_filter( 'wp_get_attachment_image_context', '_filter_do_shortcode_context' );
      	}
      
      	$content = do_shortcodes_in_html_tags( $content, $ignore_html, $tagnames );
      
      	$pattern = get_shortcode_regex( $tagnames );
      
      $content = preg_replace_callback( "/$pattern/", 'do_shortcode_tag', $content );
      // Always restore square braces so we don't break things like <!--[if IE ]>. $content = unescape_invalid_shortcodes( $content ); // Only remove the filter if it was added in this scope. if ( $filter_added ) { remove_filter( 'wp_get_attachment_image_context', '_filter_do_shortcode_context' );
    • $regex => string (258) "/\[(\[?)(dwframework|et_pb_code|et_pb_sidebar|et_pb_text|et_pb_fullwidth_image|...
      /\[(\[?)(dwframework|et_pb_code|et_pb_sidebar|et_pb_text|et_pb_fullwidth_image|et_pb_section|et_pb_row|et_pb_row_inner|et_pb_column|et_pb_column_inner)(?![\w-])([^\]\/]*(?:\/(?!\])[^\]\/]*)*?)(?:(\/)\]|\](?:([^\[]*+(?:\[(?!\/\2\])[^\[]*+)*+)\[\/\2\])?)(\]?)/
      
      $callback => string (16) "do_shortcode_tag"
      $subject => string (2279) "<div class="et-l et-l--post"> <div class="et_builder_inner_content et_pb_gutter...
      <div class="et-l et-l--post">
      			<div class="et_builder_inner_content et_pb_gutters3">
      		[et_pb_section bb_built="1" fullwidth="on" _builder_version="3.22.3" next_background_color="#194467"][et_pb_fullwidth_image src="https://www.scantours.net/wp-content/uploads/2019/05/269692591.jpg" _builder_version="3.24.1" z_index_tablet="500" /][/et_pb_section][et_pb_section bb_built="1" _builder_version="3.25.4" background_color="#194467" custom_padding="0px||0px|" z_index_tablet="500" box_shadow_horizontal_tablet="0px" box_shadow_vertical_tablet="0px" box_shadow_blur_tablet="40px" box_shadow_spread_tablet="0px" prev_background_color="#ffffff" next_background_color="#ffffff"][et_pb_row custom_padding="15px||0px" _builder_version="3.24.1" background_size="initial" background_position="top_left" background_repeat="repeat"][et_pb_column type="4_4" _builder_version="3.0.47" custom_padding__hover="|||" custom_padding="|||"][et_pb_text admin_label="Reservations" _builder_version="3.24.1" header_font="|||on|||||" header_font_size="36px" text_orientation="center" background_layout="dark" z_index_tablet="500"]<h1>Reservations</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built="1" specialty="on" _builder_version="3.25.4" inner_width_tablet="50px" inner_max_width="none" inner_max_width_tablet="50px" custom_padding="0px|||" z_index_tablet="500" box_shadow_horizontal_tablet="0px" box_shadow_vertical_tablet="0px" box_shadow_blur_tablet="40px" box_shadow_spread_tablet="0px" prev_background_color="#194467" use_custom_gutter="on" gutter_width="2" module_class_1="col-260"][et_pb_column type="1_4"][et_pb_sidebar orientation="right" area="sidebar-1" show_border="off" _builder_version="3.22.4" z_index_tablet="500" /][/et_pb_column][et_pb_column type="3_4" specialty_columns="3"][et_pb_row_inner admin_label="Row" _builder_version="3.0.47"][et_pb_column_inner type="4_4" saved_specialty_column_type="3_4" _builder_version="3.0.47" custom_padding__hover="|||" custom_padding="|||" saved_specialty_column_type="3_4"][et_pb_code _builder_version="3.24.1" z_index_tablet="500"][dwframework controller=requests action=run template=htmlsitetemplate_main][/et_pb_code][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][/et_pb_section]		</div>
      	</div>
      	
      
    <ROOT>/wp-includes/class-wp-hook.php:324 do_shortcode($content, $ignore_html = false)
    • Source
    • Arguments
    • 					$args[0] = $value;
      				}
      
      				// Avoid the array_slice() if possible.
      				if ( 0 === $the_['accepted_args'] ) {
      					$value = call_user_func( $the_['function'] );
      				} elseif ( $the_['accepted_args'] >= $num_args ) {
      
      $value = call_user_func_array( $the_['function'], $args );
      } else { $value = call_user_func_array( $the_['function'], array_slice( $args, 0, $the_['accepted_args'] ) ); } } } while ( false !== next( $this->iterations[ $nesting_level ] ) ); unset( $this->iterations[ $nesting_level ] );
    • $content => string (2279) "<div class="et-l et-l--post"> <div class="et_builder_inner_content et_pb_gutter...
      <div class="et-l et-l--post">
      			<div class="et_builder_inner_content et_pb_gutters3">
      		[et_pb_section bb_built="1" fullwidth="on" _builder_version="3.22.3" next_background_color="#194467"][et_pb_fullwidth_image src="https://www.scantours.net/wp-content/uploads/2019/05/269692591.jpg" _builder_version="3.24.1" z_index_tablet="500" /][/et_pb_section][et_pb_section bb_built="1" _builder_version="3.25.4" background_color="#194467" custom_padding="0px||0px|" z_index_tablet="500" box_shadow_horizontal_tablet="0px" box_shadow_vertical_tablet="0px" box_shadow_blur_tablet="40px" box_shadow_spread_tablet="0px" prev_background_color="#ffffff" next_background_color="#ffffff"][et_pb_row custom_padding="15px||0px" _builder_version="3.24.1" background_size="initial" background_position="top_left" background_repeat="repeat"][et_pb_column type="4_4" _builder_version="3.0.47" custom_padding__hover="|||" custom_padding="|||"][et_pb_text admin_label="Reservations" _builder_version="3.24.1" header_font="|||on|||||" header_font_size="36px" text_orientation="center" background_layout="dark" z_index_tablet="500"]<h1>Reservations</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built="1" specialty="on" _builder_version="3.25.4" inner_width_tablet="50px" inner_max_width="none" inner_max_width_tablet="50px" custom_padding="0px|||" z_index_tablet="500" box_shadow_horizontal_tablet="0px" box_shadow_vertical_tablet="0px" box_shadow_blur_tablet="40px" box_shadow_spread_tablet="0px" prev_background_color="#194467" use_custom_gutter="on" gutter_width="2" module_class_1="col-260"][et_pb_column type="1_4"][et_pb_sidebar orientation="right" area="sidebar-1" show_border="off" _builder_version="3.22.4" z_index_tablet="500" /][/et_pb_column][et_pb_column type="3_4" specialty_columns="3"][et_pb_row_inner admin_label="Row" _builder_version="3.0.47"][et_pb_column_inner type="4_4" saved_specialty_column_type="3_4" _builder_version="3.0.47" custom_padding__hover="|||" custom_padding="|||" saved_specialty_column_type="3_4"][et_pb_code _builder_version="3.24.1" z_index_tablet="500"][dwframework controller=requests action=run template=htmlsitetemplate_main][/et_pb_code][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][/et_pb_section]		</div>
      	</div>
      	
      
    <ROOT>/wp-includes/plugin.php:205 WP_Hook->apply_filters($value, $args)
    • Source
    • Arguments (2)
    • 	if ( ! isset( $wp_filter['all'] ) ) {
      		$wp_current_filter[] = $hook_name;
      	}
      
      	// Pass the value to WP_Hook.
      	array_unshift( $args, $value );
      
      
      $filtered = $wp_filter[ $hook_name ]->apply_filters( $value, $args );
      array_pop( $wp_current_filter ); return $filtered; } /**
    • $value => string (2279) "<div class="et-l et-l--post"> <div class="et_builder_inner_content et_pb_gutter...
      <div class="et-l et-l--post">
      			<div class="et_builder_inner_content et_pb_gutters3">
      		[et_pb_section bb_built="1" fullwidth="on" _builder_version="3.22.3" next_background_color="#194467"][et_pb_fullwidth_image src="https://www.scantours.net/wp-content/uploads/2019/05/269692591.jpg" _builder_version="3.24.1" z_index_tablet="500" /][/et_pb_section][et_pb_section bb_built="1" _builder_version="3.25.4" background_color="#194467" custom_padding="0px||0px|" z_index_tablet="500" box_shadow_horizontal_tablet="0px" box_shadow_vertical_tablet="0px" box_shadow_blur_tablet="40px" box_shadow_spread_tablet="0px" prev_background_color="#ffffff" next_background_color="#ffffff"][et_pb_row custom_padding="15px||0px" _builder_version="3.24.1" background_size="initial" background_position="top_left" background_repeat="repeat"][et_pb_column type="4_4" _builder_version="3.0.47" custom_padding__hover="|||" custom_padding="|||"][et_pb_text admin_label="Reservations" _builder_version="3.24.1" header_font="|||on|||||" header_font_size="36px" text_orientation="center" background_layout="dark" z_index_tablet="500"]<h1>Reservations</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built="1" specialty="on" _builder_version="3.25.4" inner_width_tablet="50px" inner_max_width="none" inner_max_width_tablet="50px" custom_padding="0px|||" z_index_tablet="500" box_shadow_horizontal_tablet="0px" box_shadow_vertical_tablet="0px" box_shadow_blur_tablet="40px" box_shadow_spread_tablet="0px" prev_background_color="#194467" use_custom_gutter="on" gutter_width="2" module_class_1="col-260"][et_pb_column type="1_4"][et_pb_sidebar orientation="right" area="sidebar-1" show_border="off" _builder_version="3.22.4" z_index_tablet="500" /][/et_pb_column][et_pb_column type="3_4" specialty_columns="3"][et_pb_row_inner admin_label="Row" _builder_version="3.0.47"][et_pb_column_inner type="4_4" saved_specialty_column_type="3_4" _builder_version="3.0.47" custom_padding__hover="|||" custom_padding="|||" saved_specialty_column_type="3_4"][et_pb_code _builder_version="3.24.1" z_index_tablet="500"][dwframework controller=requests action=run template=htmlsitetemplate_main][/et_pb_code][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][/et_pb_section]		</div>
      	</div>
      	
      
      $args => array (1)
      0 => string (2279) "<div class="et-l et-l--post"> <div class="et_builder_inner_content et_pb_gutter...
      <div class="et-l et-l--post">
      			<div class="et_builder_inner_content et_pb_gutters3">
      		[et_pb_section bb_built="1" fullwidth="on" _builder_version="3.22.3" next_background_color="#194467"][et_pb_fullwidth_image src="https://www.scantours.net/wp-content/uploads/2019/05/269692591.jpg" _builder_version="3.24.1" z_index_tablet="500" /][/et_pb_section][et_pb_section bb_built="1" _builder_version="3.25.4" background_color="#194467" custom_padding="0px||0px|" z_index_tablet="500" box_shadow_horizontal_tablet="0px" box_shadow_vertical_tablet="0px" box_shadow_blur_tablet="40px" box_shadow_spread_tablet="0px" prev_background_color="#ffffff" next_background_color="#ffffff"][et_pb_row custom_padding="15px||0px" _builder_version="3.24.1" background_size="initial" background_position="top_left" background_repeat="repeat"][et_pb_column type="4_4" _builder_version="3.0.47" custom_padding__hover="|||" custom_padding="|||"][et_pb_text admin_label="Reservations" _builder_version="3.24.1" header_font="|||on|||||" header_font_size="36px" text_orientation="center" background_layout="dark" z_index_tablet="500"]<h1>Reservations</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built="1" specialty="on" _builder_version="3.25.4" inner_width_tablet="50px" inner_max_width="none" inner_max_width_tablet="50px" custom_padding="0px|||" z_index_tablet="500" box_shadow_horizontal_tablet="0px" box_shadow_vertical_tablet="0px" box_shadow_blur_tablet="40px" box_shadow_spread_tablet="0px" prev_background_color="#194467" use_custom_gutter="on" gutter_width="2" module_class_1="col-260"][et_pb_column type="1_4"][et_pb_sidebar orientation="right" area="sidebar-1" show_border="off" _builder_version="3.22.4" z_index_tablet="500" /][/et_pb_column][et_pb_column type="3_4" specialty_columns="3"][et_pb_row_inner admin_label="Row" _builder_version="3.0.47"][et_pb_column_inner type="4_4" saved_specialty_column_type="3_4" _builder_version="3.0.47" custom_padding__hover="|||" custom_padding="|||" saved_specialty_column_type="3_4"][et_pb_code _builder_version="3.24.1" z_index_tablet="500"][dwframework controller=requests action=run template=htmlsitetemplate_main][/et_pb_code][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][/et_pb_section]		</div>
      	</div>
      	
      
    <ROOT>/wp-includes/post-template.php:256 apply_filters($hook_name, $value, $args)
    • Source
    • Arguments (2)
    • 	/**
      	 * Filters the post content.
      	 *
      	 * @since 0.71
      	 *
      	 * @param string $content Content of the current post.
      	 */
      
      $content = apply_filters( 'the_content', $content );
      $content = str_replace( ']]>', ']]&gt;', $content ); echo $content; } /** * Retrieves the post content. *
    • $hook_name => string (11) "the_content"
      $value => string (2180) "[et_pb_section bb_built="1" fullwidth="on" _builder_version="3.22.3" next_backg...
      [et_pb_section bb_built="1" fullwidth="on" _builder_version="3.22.3" next_background_color="#194467"][et_pb_fullwidth_image src="https://www.scantours.net/wp-content/uploads/2019/05/269692591.jpg" _builder_version="3.24.1" z_index_tablet="500" /][/et_pb_section][et_pb_section bb_built="1" _builder_version="3.25.4" background_color="#194467" custom_padding="0px||0px|" z_index_tablet="500" box_shadow_horizontal_tablet="0px" box_shadow_vertical_tablet="0px" box_shadow_blur_tablet="40px" box_shadow_spread_tablet="0px" prev_background_color="#ffffff" next_background_color="#ffffff"][et_pb_row custom_padding="15px||0px" _builder_version="3.24.1" background_size="initial" background_position="top_left" background_repeat="repeat"][et_pb_column type="4_4" _builder_version="3.0.47" custom_padding__hover="|||" custom_padding="|||"][et_pb_text admin_label="Reservations" _builder_version="3.24.1" header_font="|||on|||||" header_font_size="36px" text_orientation="center" background_layout="dark" z_index_tablet="500"]
      
      <h1>Reservations</h1>
      
      [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built="1" specialty="on" _builder_version="3.25.4" inner_width_tablet="50px" inner_max_width="none" inner_max_width_tablet="50px" custom_padding="0px|||" z_index_tablet="500" box_shadow_horizontal_tablet="0px" box_shadow_vertical_tablet="0px" box_shadow_blur_tablet="40px" box_shadow_spread_tablet="0px" prev_background_color="#194467" use_custom_gutter="on" gutter_width="2" module_class_1="col-260"][et_pb_column type="1_4"][et_pb_sidebar orientation="right" area="sidebar-1" show_border="off" _builder_version="3.22.4" z_index_tablet="500" /][/et_pb_column][et_pb_column type="3_4" specialty_columns="3"][et_pb_row_inner admin_label="Row" _builder_version="3.0.47"][et_pb_column_inner type="4_4" saved_specialty_column_type="3_4" _builder_version="3.0.47" custom_padding__hover="|||" custom_padding="|||" saved_specialty_column_type="3_4"][et_pb_code _builder_version="3.24.1" z_index_tablet="500"][dwframework controller=requests action=run template=htmlsitetemplate_main][/et_pb_code][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][/et_pb_section]
      
    <ROOT>/wp-content/themes/Divi/page.php:46 the_content($more_link_text = null, $strip_teaser = false)
    • Source
    • 						print_thumbnail( $thumb, $thumbnail["use_timthumb"], $alttext, $width, $height );
      				?>
      
      				<?php endif; ?>
      
      					<div class="entry-content">
      					<?php
      
      the_content();
      if ( ! $is_page_builder_used ) wp_link_pages( array( 'before' => '<div class="page-links">' . esc_html__( 'Pages:', 'Divi' ), 'after' => '</div>' ) ); ?> </div> <?php
    <ROOT>/wp-includes/template-loader.php:106 include()
    • Source
    • Arguments
    • 	 *
      	 * @since 3.0.0
      	 *
      	 * @param string $template The path of the template to include.
      	 */
      	$template = apply_filters( 'template_include', $template );
      	if ( $template ) {
      
      include $template;
      } elseif ( current_user_can( 'switch_themes' ) ) { $theme = wp_get_theme(); if ( $theme->errors() ) { wp_die( $theme->errors() ); } } return;
    • 0 => string (58) "/home/scantou2/public_html/wp-content/themes/Divi/page.php"
      • File (1.76KB)
      • -rw-r--r-- 1031 1032 1.76KB Nov 29 2024 /home/scantou2/public_html/wp-content/themes/Divi/page.php
        
    <ROOT>/wp-blog-header.php:19 require_once()
    • Source
    • Arguments
    • 	// Load the WordPress library.
      	require_once __DIR__ . '/wp-load.php';
      
      	// Set up the WordPress query.
      	wp();
      
      	// Load the theme template.
      
      require_once ABSPATH . WPINC . '/template-loader.php';
      }
    • 0 => string (58) "/home/scantou2/public_html/wp-includes/template-loader.php"
      • File (2.94KB)
      • -rw-r--r-- 1031 1032 2.94KB Dec 14 2023 /home/scantou2/public_html/wp-includes/template-loader.php
        
    <ROOT>/index.php:17 require()
    • Source
    • Arguments
    •  * Tells WordPress to load the WordPress theme and output it.
       *
       * @var bool
       */
      define( 'WP_USE_THEMES', true );
      
      /** Loads the WordPress Environment and Template */
      
      require __DIR__ . '/wp-blog-header.php';
    • 0 => string (45) "/home/scantou2/public_html/wp-blog-header.php"
      • File (351B)
      • -rw-r--r-- 1031 1032 351B Dec 14 2023 /home/scantou2/public_html/wp-blog-header.php
        
  • public __construct($message, $code, $previous)
    new \Exception($message, $code, $previous)
    public __wakeup()
    final public getMessage()
    $e->getMessage()
    final public getCode()
    $e->getCode()
    final public getFile()
    $e->getFile()
    final public getLine()
    $e->getLine()
    final public getTrace()
    $e->getTrace()
    final public getPrevious()
    $e->getPrevious()
    final public getTraceAsString()
    $e->getTraceAsString()
    public __toString()
    (string) $e
    final private __clone()
  • Exception: Table 'product' does not contain ID '429': not found in database. in /home/scantou2/public_html/legacy/include/lib/Tusk/DB/Dmo.inc:235
    Stack trace:
    #0 /home/scantou2/public_html/legacy/include/ext/db/dmo/Product.inc(57): Dmo->__construct('429', Array)
    #1 /home/scantou2/public_html/dw/src/controller/requests.php(45): Product->__construct('429', '(days):product_...')
    #2 /home/scantou2/public_html/dw/vendor/dwightframework/main/dw/_controller.php(336): controller\requests->__construct()
    #3 /home/scantou2/public_html/dw/vendor/dwightframework/wordpress/dwwp/wordpress.php(283): dw\_controller::controllerinit()
    #4 /home/scantou2/public_html/dw/vendor/dwightframework/wordpress/dwwp/wordpress.php(272): dwwp\wordpress::WPSHORTCODE_dwcontroller(Array)
    #5 /home/scantou2/public_html/wp-includes/shortcodes.php(434): dwwp\wordpress::WPSHORTCODE_dwframework(Array, '', 'dwframework')
    #6 [internal function]: do_shortcode_tag(Array)
    #7 /home/scantou2/public_html/wp-includes/shortcodes.php(273): preg_replace_callback('/\\[(\\[?)(dwfram...', 'do_shortcode_ta...', '[dwframework co...')
    #8 /home/scantou2/public_html/wp-content/themes/Divi/includes/builder/class-et-builder-element.php(3122): do_shortcode('[dwframework co...')
    #9 /home/scantou2/public_html/wp-includes/shortcodes.php(434): ET_Builder_Element->_render(Array, '[dwframework co...', 'et_pb_code')
    #10 [internal function]: do_shortcode_tag(Array)
    #11 /home/scantou2/public_html/wp-includes/shortcodes.php(273): preg_replace_callback('/\\[(\\[?)(dwfram...', 'do_shortcode_ta...', '[et_pb_code _bu...')
    #12 /home/scantou2/public_html/wp-content/themes/Divi/includes/builder/main-structure-elements.php(3784): do_shortcode('[et_pb_code _bu...')
    #13 /home/scantou2/public_html/wp-content/themes/Divi/includes/builder/class-et-builder-element.php(3441): ET_Builder_Column->render(Array, '[et_pb_code _bu...', 'et_pb_column_in...', '', '', '', '', '')
    #14 /home/scantou2/public_html/wp-content/themes/Divi/includes/builder/class-et-builder-element.php(2857): ET_Builder_Element->_render(Array, '[et_pb_code _bu...', 'et_pb_column_in...')
    #15 /home/scantou2/public_html/wp-includes/shortcodes.php(434): ET_Builder_Element->_render(Array, '[et_pb_code _bu...', 'et_pb_column_in...')
    #16 [internal function]: do_shortcode_tag(Array)
    #17 /home/scantou2/public_html/wp-includes/shortcodes.php(273): preg_replace_callback('/\\[(\\[?)(dwfram...', 'do_shortcode_ta...', '[et_pb_column_i...')
    #18 /home/scantou2/public_html/wp-content/themes/Divi/includes/builder/main-structure-elements.php(2789): do_shortcode('[et_pb_column_i...')
    #19 /home/scantou2/public_html/wp-content/themes/Divi/includes/builder/class-et-builder-element.php(3441): ET_Builder_Row_Inner->render(Array, '[et_pb_column_i...', 'et_pb_row_inner', '', '', '', '', '')
    #20 /home/scantou2/public_html/wp-includes/shortcodes.php(434): ET_Builder_Element->_render(Array, '[et_pb_column_i...', 'et_pb_row_inner')
    #21 [internal function]: do_shortcode_tag(Array)
    #22 /home/scantou2/public_html/wp-includes/shortcodes.php(273): preg_replace_callback('/\\[(\\[?)(dwfram...', 'do_shortcode_ta...', '[et_pb_row_inne...')
    #23 /home/scantou2/public_html/wp-content/themes/Divi/includes/builder/main-structure-elements.php(3784): do_shortcode('[et_pb_row_inne...')
    #24 /home/scantou2/public_html/wp-content/themes/Divi/includes/builder/class-et-builder-element.php(3441): ET_Builder_Column->render(Array, '[et_pb_row_inne...', 'et_pb_column', '', '', '', '', '')
    #25 /home/scantou2/public_html/wp-includes/shortcodes.php(434): ET_Builder_Element->_render(Array, '[et_pb_row_inne...', 'et_pb_column')
    #26 [internal function]: do_shortcode_tag(Array)
    #27 /home/scantou2/public_html/wp-includes/shortcodes.php(273): preg_replace_callback('/\\[(\\[?)(dwfram...', 'do_shortcode_ta...', '[et_pb_column t...')
    #28 /home/scantou2/public_html/wp-content/themes/Divi/includes/builder/main-structure-elements.php(1606): do_shortcode('[et_pb_column t...')
    #29 /home/scantou2/public_html/wp-content/themes/Divi/includes/builder/class-et-builder-element.php(3441): ET_Builder_Section->render(Array, '[et_pb_column t...', 'et_pb_section', '', '', '', '', '')
    #30 /home/scantou2/public_html/wp-includes/shortcodes.php(434): ET_Builder_Element->_render(Array, '[et_pb_column t...', 'et_pb_section')
    #31 [internal function]: do_shortcode_tag(Array)
    #32 /home/scantou2/public_html/wp-includes/shortcodes.php(273): preg_replace_callback('/\\[(\\[?)(dwfram...', 'do_shortcode_ta...', '<div class="et-...')
    #33 /home/scantou2/public_html/wp-includes/class-wp-hook.php(324): do_shortcode('<div class="et-...')
    #34 /home/scantou2/public_html/wp-includes/plugin.php(205): WP_Hook->apply_filters('<div class="et-...', Array)
    #35 /home/scantou2/public_html/wp-includes/post-template.php(256): apply_filters('the_content', '[et_pb_section ...')
    #36 /home/scantou2/public_html/wp-content/themes/Divi/page.php(46): the_content()
    #37 /home/scantou2/public_html/wp-includes/template-loader.php(106): include('/home/scantou2/...')
    #38 /home/scantou2/public_html/wp-blog-header.php(19): require_once('/home/scantou2/...')
    #39 /home/scantou2/public_html/index.php(17): require('/home/scantou2/...')
    #40 {main}
    
Called from <ROOT>/dw/vendor/dwightframework/main/dw/app.php:185 [dw\app::s_handle_error()]
  1. <ROOT>/dw/vendor/dwightframework/main/dw/_controller.php:370 [dw\app::s_handle_error()]
  2. <ROOT>/dw/vendor/dwightframework/wordpress/dwwp/wordpress.php:283 [dw\_controller::controllerinit()]
  3. <ROOT>/dw/vendor/dwightframework/wordpress/dwwp/wordpress.php:272 [dwwp\wordpress::WPSHORTCODE_dwcontroller()]
  4. <ROOT>/wp-includes/shortcodes.php:434 [dwwp\wordpress::WPSHORTCODE_dwframework()]
  5. <ROOT>/wp-includes/shortcodes.php:273 [preg_replace_callback()]
  6. <ROOT>/wp-content/themes/Divi/includes/builder/class-et-builder-element.php:3122 [do_shortcode()]
  7. <ROOT>/wp-includes/shortcodes.php:434 [ET_Builder_Element->_render()]
  8. <ROOT>/wp-includes/shortcodes.php:273 [preg_replace_callback()]
  9. <ROOT>/wp-content/themes/Divi/includes/builder/main-structure-elements.php:3784 [do_shortcode()]
  10. <ROOT>/wp-content/themes/Divi/includes/builder/class-et-builder-element.php:3441 [ET_Builder_Column->render()]
  11. <ROOT>/wp-content/themes/Divi/includes/builder/class-et-builder-element.php:2857 [ET_Builder_Element->_render()]
  12. <ROOT>/wp-includes/shortcodes.php:434 [ET_Builder_Element->_render()]
  13. <ROOT>/wp-includes/shortcodes.php:273 [preg_replace_callback()]
  14. <ROOT>/wp-content/themes/Divi/includes/builder/main-structure-elements.php:2789 [do_shortcode()]
  15. <ROOT>/wp-content/themes/Divi/includes/builder/class-et-builder-element.php:3441 [ET_Builder_Row_Inner->render()]
  16. <ROOT>/wp-includes/shortcodes.php:434 [ET_Builder_Element->_render()]
  17. <ROOT>/wp-includes/shortcodes.php:273 [preg_replace_callback()]
  18. <ROOT>/wp-content/themes/Divi/includes/builder/main-structure-elements.php:3784 [do_shortcode()]
  19. <ROOT>/wp-content/themes/Divi/includes/builder/class-et-builder-element.php:3441 [ET_Builder_Column->render()]
  20. <ROOT>/wp-includes/shortcodes.php:434 [ET_Builder_Element->_render()]
  21. <ROOT>/wp-includes/shortcodes.php:273 [preg_replace_callback()]
  22. <ROOT>/wp-content/themes/Divi/includes/builder/main-structure-elements.php:1606 [do_shortcode()]
  23. <ROOT>/wp-content/themes/Divi/includes/builder/class-et-builder-element.php:3441 [ET_Builder_Section->render()]
  24. <ROOT>/wp-includes/shortcodes.php:434 [ET_Builder_Element->_render()]
  25. <ROOT>/wp-includes/shortcodes.php:273 [preg_replace_callback()]
  26. <ROOT>/wp-includes/class-wp-hook.php:324 [do_shortcode()]
  27. <ROOT>/wp-includes/plugin.php:205 [WP_Hook->apply_filters()]
  28. <ROOT>/wp-includes/post-template.php:256 [apply_filters()]
  29. <ROOT>/wp-content/themes/Divi/page.php:46 [the_content()]
  30. <ROOT>/wp-includes/template-loader.php:106
  31. <ROOT>/wp-blog-header.php:19
  32. <ROOT>/index.php:17

Reservations

Sweden

Sweden

Denmark

Denmark

Finland

Finland

Norway

Norway

Iceland

Iceland

Greenland

Greenland

Russia

Russia

Estonia

Estonia

Latvia

Estonia

Lithuania

Lithuania

Poland

Poland

Antarctica

Antarctica