Whoops \ Exception \ ErrorException (E_WARNING)
Illegal string offset 'tagline' Whoops\Exception\ErrorException thrown with message "Illegal string offset 'tagline'" Stacktrace: #16 Whoops\Exception\ErrorException in /home/vitis/domains/vitis-cosmetics.com/public_html/wp-content/themes/vitis/app/Controllers/Utility/SeoController.php:56 #15 Whoops\Run:handleError in /home/vitis/domains/vitis-cosmetics.com/public_html/wp-content/themes/vitis/app/Controllers/Utility/SeoController.php:56 #14 App\Controllers\Utility\SeoController:hookReworkTitleForSeo in /home/vitis/domains/vitis-cosmetics.com/public_html/wp-includes/class-wp-hook.php:307 #13 WP_Hook:apply_filters in /home/vitis/domains/vitis-cosmetics.com/public_html/wp-includes/plugin.php:189 #12 apply_filters in /home/vitis/domains/vitis-cosmetics.com/public_html/wp-includes/general-template.php:1263 #11 wp_get_document_title in /home/vitis/domains/vitis-cosmetics.com/public_html/wp-includes/general-template.php:1292 #10 _wp_render_title_tag in /home/vitis/domains/vitis-cosmetics.com/public_html/wp-includes/class-wp-hook.php:307 #9 WP_Hook:apply_filters in /home/vitis/domains/vitis-cosmetics.com/public_html/wp-includes/class-wp-hook.php:331 #8 WP_Hook:do_action in /home/vitis/domains/vitis-cosmetics.com/public_html/wp-includes/plugin.php:474 #7 do_action in /home/vitis/domains/vitis-cosmetics.com/public_html/wp-content/themes/vitis/app/filters.php:57 #6 App\{closure} in /home/vitis/domains/vitis-cosmetics.com/public_html/wp-content/themes/vitis/vendor/illuminate/support/Collection.php:419 #5 Illuminate\Support\Collection:each in /home/vitis/domains/vitis-cosmetics.com/public_html/wp-content/themes/vitis/app/filters.php:63 #4 App\{closure} in /home/vitis/domains/vitis-cosmetics.com/public_html/wp-includes/class-wp-hook.php:307 #3 WP_Hook:apply_filters in /home/vitis/domains/vitis-cosmetics.com/public_html/wp-includes/plugin.php:189 #2 apply_filters in /home/vitis/domains/vitis-cosmetics.com/public_html/wp-includes/template-loader.php:104 #1 require_once in /home/vitis/domains/vitis-cosmetics.com/public_html/wp-blog-header.php:19 #0 require in /home/vitis/domains/vitis-cosmetics.com/public_html/index.php:17
Stack frames (17)
16
Whoops\Exception\ErrorException
/app/Controllers/Utility/SeoController.php56
15
Whoops\Run handleError
/app/Controllers/Utility/SeoController.php56
14
App\Controllers\Utility\SeoController hookReworkTitleForSeo
/home/vitis/domains/vitis-cosmetics.com/public_html/wp-includes/class-wp-hook.php307
13
WP_Hook apply_filters
/home/vitis/domains/vitis-cosmetics.com/public_html/wp-includes/plugin.php189
12
apply_filters
/home/vitis/domains/vitis-cosmetics.com/public_html/wp-includes/general-template.php1263
11
wp_get_document_title
/home/vitis/domains/vitis-cosmetics.com/public_html/wp-includes/general-template.php1292
10
_wp_render_title_tag
/home/vitis/domains/vitis-cosmetics.com/public_html/wp-includes/class-wp-hook.php307
9
WP_Hook apply_filters
/home/vitis/domains/vitis-cosmetics.com/public_html/wp-includes/class-wp-hook.php331
8
WP_Hook do_action
/home/vitis/domains/vitis-cosmetics.com/public_html/wp-includes/plugin.php474
7
do_action
/app/filters.php57
6
App\{closure}
/vendor/illuminate/support/Collection.php419
5
Illuminate\Support\Collection each
/app/filters.php63
4
App\{closure}
/home/vitis/domains/vitis-cosmetics.com/public_html/wp-includes/class-wp-hook.php307
3
WP_Hook apply_filters
/home/vitis/domains/vitis-cosmetics.com/public_html/wp-includes/plugin.php189
2
apply_filters
/home/vitis/domains/vitis-cosmetics.com/public_html/wp-includes/template-loader.php104
1
require_once
/home/vitis/domains/vitis-cosmetics.com/public_html/wp-blog-header.php19
0
require
/home/vitis/domains/vitis-cosmetics.com/public_html/index.php17
/home/vitis/domains/vitis-cosmetics.com/public_html/wp-content/themes/vitis/app/Controllers/Utility/SeoController.php
           $title['site'] = 'Vitis-Cosmetics';
        }elseif(is_single()){
            $post_type = get_post_type_object(get_post_type());
            $title['title'] = $post->post_title;
            $title['site'] = __($post_type->label, 'webtom').' - '.'Vitis-Cosmetics';
        }elseif (is_front_page()) {
            $title['title'] = apply_filters('the_title', $post->post_title);
        } elseif (is_page()) {
            $title['title'] = $post->post_title;
            $title['site'] = 'Vitis-Cosmetics';
        } else {
            $title = apply_filters('the_title', $post->post_title);
            if ((int)$post->ID === (int)get_option('page_on_front'))
            $title = apply_filters('the_title', $post->post_title);
            if (get_post_meta($post->ID, 'meta_title', true))
            $title = $post->post_title;
        }
     
        
        $title['tagline'] = '';
        return $title;
    }
 
    public function hookTranslateTitleArchiveSlug($title)
    {
        if (defined('ICL_LANGUAGE_CODE') && is_archive()) {
            $post_type = get_post_type_object(get_post_type());
            $lang_code = ICL_LANGUAGE_CODE;
            $translated_slug = apply_filters('wpml_get_translated_slug', 'blog',  $post_type->name,  $lang_code);
            $title['title'] = ucfirst($translated_slug);
        }
 
        return $title;
    }
 
    public function hooksetHeadTitleSeparator($sep){
        return '-';
    }
 
 
Arguments
  1. "Illegal string offset 'tagline'"
    
/home/vitis/domains/vitis-cosmetics.com/public_html/wp-content/themes/vitis/app/Controllers/Utility/SeoController.php
           $title['site'] = 'Vitis-Cosmetics';
        }elseif(is_single()){
            $post_type = get_post_type_object(get_post_type());
            $title['title'] = $post->post_title;
            $title['site'] = __($post_type->label, 'webtom').' - '.'Vitis-Cosmetics';
        }elseif (is_front_page()) {
            $title['title'] = apply_filters('the_title', $post->post_title);
        } elseif (is_page()) {
            $title['title'] = $post->post_title;
            $title['site'] = 'Vitis-Cosmetics';
        } else {
            $title = apply_filters('the_title', $post->post_title);
            if ((int)$post->ID === (int)get_option('page_on_front'))
            $title = apply_filters('the_title', $post->post_title);
            if (get_post_meta($post->ID, 'meta_title', true))
            $title = $post->post_title;
        }
     
        
        $title['tagline'] = '';
        return $title;
    }
 
    public function hookTranslateTitleArchiveSlug($title)
    {
        if (defined('ICL_LANGUAGE_CODE') && is_archive()) {
            $post_type = get_post_type_object(get_post_type());
            $lang_code = ICL_LANGUAGE_CODE;
            $translated_slug = apply_filters('wpml_get_translated_slug', 'blog',  $post_type->name,  $lang_code);
            $title['title'] = ucfirst($translated_slug);
        }
 
        return $title;
    }
 
    public function hooksetHeadTitleSeparator($sep){
        return '-';
    }
 
 
Arguments
  1. 2
    
  2. "Illegal string offset 'tagline'"
    
  3. "/home/vitis/domains/vitis-cosmetics.com/public_html/wp-content/themes/vitis/app/Controllers/Utility/SeoController.php"
    
  4. 56
    
  5. array:2 [
      "title" => " "
      "post" => & null
    ]
    
/home/vitis/domains/vitis-cosmetics.com/public_html/wp-includes/class-wp-hook.php
 
        $nesting_level = $this->nesting_level++;
 
        $this->iterations[ $nesting_level ] = array_keys( $this->callbacks );
        $num_args                           = count( $args );
 
        do {
            $this->current_priority[ $nesting_level ] = current( $this->iterations[ $nesting_level ] );
            $priority                                 = $this->current_priority[ $nesting_level ];
 
            foreach ( $this->callbacks[ $priority ] as $the_ ) {
                if ( ! $this->doing_action ) {
                    $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, (int) $the_['accepted_args'] ) );
                }
            }
        } while ( false !== next( $this->iterations[ $nesting_level ] ) );
 
        unset( $this->iterations[ $nesting_level ] );
        unset( $this->current_priority[ $nesting_level ] );
 
        $this->nesting_level--;
 
        return $value;
    }
 
    /**
     * Calls the callback functions that have been added to an action hook.
     *
     * @since 4.7.0
     *
     * @param array $args Parameters to pass to the callback functions.
Arguments
  1. " "
    
/home/vitis/domains/vitis-cosmetics.com/public_html/wp-includes/plugin.php
        $wp_current_filter[] = $hook_name;
        _wp_call_all_hook( $args );
    }
 
    if ( ! isset( $wp_filter[ $hook_name ] ) ) {
        if ( isset( $wp_filter['all'] ) ) {
            array_pop( $wp_current_filter );
        }
 
        return $value;
    }
 
    if ( ! isset( $wp_filter['all'] ) ) {
        $wp_current_filter[] = $hook_name;
    }
 
    // Don't pass the tag name to WP_Hook.
    array_shift( $args );
 
    $filtered = $wp_filter[ $hook_name ]->apply_filters( $value, $args );
 
    array_pop( $wp_current_filter );
 
    return $filtered;
}
 
/**
 * Calls the callback functions that have been added to a filter hook, specifying arguments in an array.
 *
 * @since 3.0.0
 *
 * @see apply_filters() This function is identical, but the arguments passed to the
 *                      functions hooked to `$hook_name` are supplied using an array.
 *
 * @global WP_Hook[] $wp_filter         Stores all of the filters and actions.
 * @global string[]  $wp_current_filter Stores the list of current filters with the current one last.
 *
 * @param string $hook_name The name of the filter hook.
 * @param array  $args      The arguments supplied to the functions hooked to `$hook_name`.
 * @return mixed The filtered value after all hooked functions are applied to it.
Arguments
  1. array:2 [
      "title" => "Страница не найдена"
      "site" => "Marka kosmetyków premium — Vitis Cosmetics — pielęgnacja prosto z winnicy"
    ]
    
  2. array:1 [
      0 => array:2 [
        "title" => "Страница не найдена"
        "site" => "Marka kosmetyków premium — Vitis Cosmetics — pielęgnacja prosto z winnicy"
      ]
    ]
    
/home/vitis/domains/vitis-cosmetics.com/public_html/wp-includes/general-template.php
     *
     * @param string $sep Document title separator. Default '-'.
     */
    $sep = apply_filters( 'document_title_separator', '-' );
 
    /**
     * Filters the parts of the document title.
     *
     * @since 4.4.0
     *
     * @param array $title {
     *     The document title parts.
     *
     *     @type string $title   Title of the viewed page.
     *     @type string $page    Optional. Page number if paginated.
     *     @type string $tagline Optional. Site description when on home page.
     *     @type string $site    Optional. Site title when not on home page.
     * }
     */
    $title = apply_filters( 'document_title_parts', $title );
 
    $title = implode( " $sep ", array_filter( $title ) );
 
    /**
     * Filters the document title.
     *
     * @since 5.8.0
     *
     * @param string $title Document title.
     */
    $title = apply_filters( 'document_title', $title );
 
    return $title;
}
 
/**
 * Displays title tag with content.
 *
 * @ignore
 * @since 4.1.0
Arguments
  1. "document_title_parts"
    
  2. array:2 [
      "title" => "Страница не найдена"
      "site" => "Marka kosmetyków premium — Vitis Cosmetics — pielęgnacja prosto z winnicy"
    ]
    
/home/vitis/domains/vitis-cosmetics.com/public_html/wp-includes/general-template.php
     */
    $title = apply_filters( 'document_title', $title );
 
    return $title;
}
 
/**
 * Displays title tag with content.
 *
 * @ignore
 * @since 4.1.0
 * @since 4.4.0 Improved title output replaced `wp_title()`.
 * @access private
 */
function _wp_render_title_tag() {
    if ( ! current_theme_supports( 'title-tag' ) ) {
        return;
    }
 
    echo '<title>' . wp_get_document_title() . '</title>' . "\n";
}
 
/**
 * Display or retrieve page title for all areas of blog.
 *
 * By default, the page title will display the separator before the page title,
 * so that the blog title will be before the page title. This is not good for
 * title display, since the blog title shows up on most tabs and not what is
 * important, which is the page that the user is looking at.
 *
 * There are also SEO benefits to having the blog title after or to the 'right'
 * of the page title. However, it is mostly common sense to have the blog title
 * to the right with most browsers supporting tabs. You can achieve this by
 * using the seplocation parameter and setting the value to 'right'. This change
 * was introduced around 2.5.0, in case backward compatibility of themes is
 * important.
 *
 * @since 1.0.0
 *
 * @global WP_Locale $wp_locale WordPress date and time locale object.
/home/vitis/domains/vitis-cosmetics.com/public_html/wp-includes/class-wp-hook.php
 
        $nesting_level = $this->nesting_level++;
 
        $this->iterations[ $nesting_level ] = array_keys( $this->callbacks );
        $num_args                           = count( $args );
 
        do {
            $this->current_priority[ $nesting_level ] = current( $this->iterations[ $nesting_level ] );
            $priority                                 = $this->current_priority[ $nesting_level ];
 
            foreach ( $this->callbacks[ $priority ] as $the_ ) {
                if ( ! $this->doing_action ) {
                    $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, (int) $the_['accepted_args'] ) );
                }
            }
        } while ( false !== next( $this->iterations[ $nesting_level ] ) );
 
        unset( $this->iterations[ $nesting_level ] );
        unset( $this->current_priority[ $nesting_level ] );
 
        $this->nesting_level--;
 
        return $value;
    }
 
    /**
     * Calls the callback functions that have been added to an action hook.
     *
     * @since 4.7.0
     *
     * @param array $args Parameters to pass to the callback functions.
Arguments
  1. ""
    
/home/vitis/domains/vitis-cosmetics.com/public_html/wp-includes/class-wp-hook.php
        } while ( false !== next( $this->iterations[ $nesting_level ] ) );
 
        unset( $this->iterations[ $nesting_level ] );
        unset( $this->current_priority[ $nesting_level ] );
 
        $this->nesting_level--;
 
        return $value;
    }
 
    /**
     * Calls the callback functions that have been added to an action hook.
     *
     * @since 4.7.0
     *
     * @param array $args Parameters to pass to the callback functions.
     */
    public function do_action( $args ) {
        $this->doing_action = true;
        $this->apply_filters( '', $args );
 
        // If there are recursive calls to the current action, we haven't finished it until we get to the last one.
        if ( ! $this->nesting_level ) {
            $this->doing_action = false;
        }
    }
 
    /**
     * Processes the functions hooked into the 'all' hook.
     *
     * @since 4.7.0
     *
     * @param array $args Arguments to pass to the hook callbacks. Passed by reference.
     */
    public function do_all_hook( &$args ) {
        $nesting_level                      = $this->nesting_level++;
        $this->iterations[ $nesting_level ] = array_keys( $this->callbacks );
 
        do {
            $priority = current( $this->iterations[ $nesting_level ] );
Arguments
  1. null
    
  2. array:1 [
      0 => ""
    ]
    
/home/vitis/domains/vitis-cosmetics.com/public_html/wp-includes/plugin.php
    if ( ! isset( $wp_filter[ $hook_name ] ) ) {
        if ( isset( $wp_filter['all'] ) ) {
            array_pop( $wp_current_filter );
        }
 
        return;
    }
 
    if ( ! isset( $wp_filter['all'] ) ) {
        $wp_current_filter[] = $hook_name;
    }
 
    if ( empty( $arg ) ) {
        $arg[] = '';
    } elseif ( is_array( $arg[0] ) && 1 === count( $arg[0] ) && isset( $arg[0][0] ) && is_object( $arg[0][0] ) ) {
        // Backward compatibility for PHP4-style passing of `array( &$this )` as action `$arg`.
        $arg[0] = $arg[0][0];
    }
 
    $wp_filter[ $hook_name ]->do_action( $arg );
 
    array_pop( $wp_current_filter );
}
 
/**
 * Calls the callback functions that have been added to an action hook, specifying arguments in an array.
 *
 * @since 2.1.0
 *
 * @see do_action() This function is identical, but the arguments passed to the
 *                  functions hooked to `$hook_name` are supplied using an array.
 *
 * @global WP_Hook[] $wp_filter         Stores all of the filters and actions.
 * @global int[]     $wp_actions        Stores the number of times each action was triggered.
 * @global string[]  $wp_current_filter Stores the list of current filters with the current one last.
 *
 * @param string $hook_name The name of the action to be executed.
 * @param array  $args      The arguments supplied to the functions hooked to `$hook_name`.
 */
function do_action_ref_array( $hook_name, $args ) {
Arguments
  1. array:1 [
      0 => ""
    ]
    
/home/vitis/domains/vitis-cosmetics.com/public_html/wp-content/themes/vitis/app/filters.php
    return ' &hellip; <a href="' . get_permalink() . '">' . __('Continued', 'sage') . '</a>';
});
 
/**
 * Template Hierarchy should search for .blade.php files
 */
collect([
    'index', '404', 'archive', 'author', 'category', 'tag', 'taxonomy', 'date', 'home',
    'frontpage', 'page', 'paged', 'search', 'single', 'singular', 'attachment', 'embed'
])->map(function ($type) {   
    add_filter("{$type}_template_hierarchy", 'filter_templates');
});
 
/**
 * Render page using Blade
 */
add_filter('template_include', function ($template) {
    collect(['get_header', 'wp_head'])->each(function ($tag) {
        ob_start();
        do_action($tag);
        $output = ob_get_clean();
        remove_all_actions($tag);
        add_action($tag, function () use ($output) {
            echo $output;
        });
    });
    $data = collect(get_body_class())->reduce(function ($data, $class) use ($template) {
        return apply_filters("sage/template/{$class}/data", $data, $template);
    }, []);
 
    
    if ($template) {
        echo view($template, $data);
        return get_stylesheet_directory().'/index.php';
    }
    return $template;
}, PHP_INT_MAX);
 
/**
 * Render comments.blade.php
Arguments
  1. "wp_head"
    
/home/vitis/domains/vitis-cosmetics.com/public_html/wp-content/themes/vitis/vendor/illuminate/support/Collection.php
     *
     * @param  mixed   $items
     * @param  callable  $callback
     * @return static
     */
    public function diffKeysUsing($items, callable $callback)
    {
        return new static(array_diff_ukey($this->items, $this->getArrayableItems($items), $callback));
    }
 
    /**
     * Execute a callback over each item.
     *
     * @param  callable  $callback
     * @return $this
     */
    public function each(callable $callback)
    {
        foreach ($this->items as $key => $item) {
            if ($callback($item, $key) === false) {
                break;
            }
        }
 
        return $this;
    }
 
    /**
     * Execute a callback over each nested chunk of items.
     *
     * @param  callable  $callback
     * @return static
     */
    public function eachSpread(callable $callback)
    {
        return $this->each(function ($chunk, $key) use ($callback) {
            $chunk[] = $key;
 
            return $callback(...$chunk);
        });
Arguments
  1. "wp_head"
    
  2. 1
    
/home/vitis/domains/vitis-cosmetics.com/public_html/wp-content/themes/vitis/app/filters.php
collect([
    'index', '404', 'archive', 'author', 'category', 'tag', 'taxonomy', 'date', 'home',
    'frontpage', 'page', 'paged', 'search', 'single', 'singular', 'attachment', 'embed'
])->map(function ($type) {   
    add_filter("{$type}_template_hierarchy", 'filter_templates');
});
 
/**
 * Render page using Blade
 */
add_filter('template_include', function ($template) {
    collect(['get_header', 'wp_head'])->each(function ($tag) {
        ob_start();
        do_action($tag);
        $output = ob_get_clean();
        remove_all_actions($tag);
        add_action($tag, function () use ($output) {
            echo $output;
        });
    });
    $data = collect(get_body_class())->reduce(function ($data, $class) use ($template) {
        return apply_filters("sage/template/{$class}/data", $data, $template);
    }, []);
 
    
    if ($template) {
        echo view($template, $data);
        return get_stylesheet_directory().'/index.php';
    }
    return $template;
}, PHP_INT_MAX);
 
/**
 * Render comments.blade.php
 */
add_filter('comments_template', function ($comments_template) {
    $comments_template = str_replace(
        [get_stylesheet_directory(), get_template_directory()],
        '',
        $comments_template
Arguments
  1. Closure($tag) {#23670 …2}
    
/home/vitis/domains/vitis-cosmetics.com/public_html/wp-includes/class-wp-hook.php
 
        $nesting_level = $this->nesting_level++;
 
        $this->iterations[ $nesting_level ] = array_keys( $this->callbacks );
        $num_args                           = count( $args );
 
        do {
            $this->current_priority[ $nesting_level ] = current( $this->iterations[ $nesting_level ] );
            $priority                                 = $this->current_priority[ $nesting_level ];
 
            foreach ( $this->callbacks[ $priority ] as $the_ ) {
                if ( ! $this->doing_action ) {
                    $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, (int) $the_['accepted_args'] ) );
                }
            }
        } while ( false !== next( $this->iterations[ $nesting_level ] ) );
 
        unset( $this->iterations[ $nesting_level ] );
        unset( $this->current_priority[ $nesting_level ] );
 
        $this->nesting_level--;
 
        return $value;
    }
 
    /**
     * Calls the callback functions that have been added to an action hook.
     *
     * @since 4.7.0
     *
     * @param array $args Parameters to pass to the callback functions.
Arguments
  1. "/home/vitis/domains/vitis-cosmetics.com/public_html/wp-content/themes/vitis/resources/views/index.blade.php"
    
/home/vitis/domains/vitis-cosmetics.com/public_html/wp-includes/plugin.php
        $wp_current_filter[] = $hook_name;
        _wp_call_all_hook( $args );
    }
 
    if ( ! isset( $wp_filter[ $hook_name ] ) ) {
        if ( isset( $wp_filter['all'] ) ) {
            array_pop( $wp_current_filter );
        }
 
        return $value;
    }
 
    if ( ! isset( $wp_filter['all'] ) ) {
        $wp_current_filter[] = $hook_name;
    }
 
    // Don't pass the tag name to WP_Hook.
    array_shift( $args );
 
    $filtered = $wp_filter[ $hook_name ]->apply_filters( $value, $args );
 
    array_pop( $wp_current_filter );
 
    return $filtered;
}
 
/**
 * Calls the callback functions that have been added to a filter hook, specifying arguments in an array.
 *
 * @since 3.0.0
 *
 * @see apply_filters() This function is identical, but the arguments passed to the
 *                      functions hooked to `$hook_name` are supplied using an array.
 *
 * @global WP_Hook[] $wp_filter         Stores all of the filters and actions.
 * @global string[]  $wp_current_filter Stores the list of current filters with the current one last.
 *
 * @param string $hook_name The name of the filter hook.
 * @param array  $args      The arguments supplied to the functions hooked to `$hook_name`.
 * @return mixed The filtered value after all hooked functions are applied to it.
Arguments
  1. "/home/vitis/domains/vitis-cosmetics.com/public_html/wp-content/themes/vitis/resources/views/index.blade.php"
    
  2. array:1 [
      0 => "/home/vitis/domains/vitis-cosmetics.com/public_html/wp-content/themes/vitis/resources/views/index.blade.php"
    ]
    
/home/vitis/domains/vitis-cosmetics.com/public_html/wp-includes/template-loader.php
            if ( 'is_attachment' === $tag ) {
                remove_filter( 'the_content', 'prepend_attachment' );
            }
 
            break;
        }
    }
 
    if ( ! $template ) {
        $template = get_index_template();
    }
 
    /**
     * Filters the path of the current template before including it.
     *
     * @since 3.0.0
     *
     * @param string $template The path of the template to include.
     */
    $template = apply_filters( 'template_include', $template );
    if ( $template ) {
        include $template;
    } elseif ( current_user_can( 'switch_themes' ) ) {
        $theme = wp_get_theme();
        if ( $theme->errors() ) {
            wp_die( $theme->errors() );
        }
    }
    return;
}
 
Arguments
  1. "template_include"
    
  2. "/home/vitis/domains/vitis-cosmetics.com/public_html/wp-content/themes/vitis/resources/views/index.blade.php"
    
/home/vitis/domains/vitis-cosmetics.com/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 __DIR__ . '/wp-load.php';
 
    // Set up the WordPress query.
    wp();
 
    // Load the theme template.
    require_once ABSPATH . WPINC . '/template-loader.php';
 
}
 
Arguments
  1. "/home/vitis/domains/vitis-cosmetics.com/public_html/wp-includes/template-loader.php"
    
/home/vitis/domains/vitis-cosmetics.com/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 __DIR__ . '/wp-blog-header.php';
 
Arguments
  1. "/home/vitis/domains/vitis-cosmetics.com/public_html/wp-blog-header.php"
    

Environment & details:

empty
empty
empty
Key Value
wp-wpml_current_language
"ru"
empty
Key Value
SERVER_SOFTWARE
"Apache/2"
REQUEST_URI
"/ru/%25D0%25B8%25D0%25BD%25D0%25B3%25D1%2580%25D0%25B5%25D0%25B4%25D0%25B8%25D0%25B5%25D0%25BD%25D1%2582%25D1%258B/%25D0%25BC%25D0%25B0%25D1%2581%25D0%25BB%25D0%25BE-%25D1%2581%25D0%25BB%25D0%25B0%25D0%25B4%25D0%25BA%25D0%25BE%25D0%25B3%25D0%25BE-%25D0%25BC%25D0%25B8%25D0%25BD%25D0%25B4%25D0%25B0%25D0%25BB%25D1%258F/"
PATH
"/usr/local/bin:/usr/bin:/bin"
TEMP
"/tmp"
TMP
"/tmp"
TMPDIR
"/tmp"
PWD
"/"
HTTP_ACCEPT
"*/*"
HTTP_CONNECTION
"close"
CONTENT_LENGTH
"0"
HTTP_HOST
"vitis-cosmetics.com"
HTTP_USER_AGENT
"claudebot"
HTTP_X_FORWARDED_FOR
"100.25.40.11"
HTTP_X_ACCEL_INTERNAL
"/nginx_static_files"
REDIRECT_UNIQUE_ID
"ZflT4HFEqNJ5ivmJpnHWMQAAAGs"
REDIRECT_HTTP_AUTHORIZATION
""
REDIRECT_HTTPS
"on"
REDIRECT_STATUS
"200"
UNIQUE_ID
"ZflT4HFEqNJ5ivmJpnHWMQAAAGs"
HTTP_AUTHORIZATION
""
HTTPS
"on"
SERVER_SIGNATURE
""
SERVER_NAME
"vitis-cosmetics.com"
SERVER_ADDR
"144.76.242.41"
SERVER_PORT
"443"
REMOTE_ADDR
"100.25.40.11"
DOCUMENT_ROOT
"/home/vitis/domains/vitis-cosmetics.com/private_html"
REQUEST_SCHEME
"https"
CONTEXT_PREFIX
""
CONTEXT_DOCUMENT_ROOT
"/home/vitis/domains/vitis-cosmetics.com/private_html"
SERVER_ADMIN
"webmaster@vitis-cosmetics.com"
SCRIPT_FILENAME
"/home/vitis/domains/vitis-cosmetics.com/private_html/index.php"
REMOTE_PORT
"48236"
REDIRECT_URL
"/ru/%D0%B8%D0%BD%D0%B3%D1%80%D0%B5%D0%B4%D0%B8%D0%B5%D0%BD%D1%82%D1%8B/%D0%BC%D0%B0%D1%81%D0%BB%D0%BE-%D1%81%D0%BB%D0%B0%D0%B4%D0%BA%D0%BE%D0%B3%D0%BE-%D0%BC%D0%B8%D0%BD%D0%B4%D0%B0%D0%BB%D1%8F/"
SERVER_PROTOCOL
"HTTP/1.0"
REQUEST_METHOD
"GET"
QUERY_STRING
""
SCRIPT_NAME
"/index.php"
PHP_SELF
"/index.php"
REQUEST_TIME_FLOAT
1710838752.4966
REQUEST_TIME
1710838752
Key Value
PATH
"/usr/local/bin:/usr/bin:/bin"
TEMP
"/tmp"
TMP
"/tmp"
TMPDIR
"/tmp"
PWD
"/"
0. Whoops\Handler\PrettyPageHandler