/home/vitis/domains/vitis-cosmetics.com/public_html/wp-content/themes/vitis/app/Controllers/App.php
add_action('wp_body_open', [$this, 'hookDisplayCookiePopup']);
add_filter('tiny_mce_before_init', [$this, 'remove_h1_from_editor']);
add_action('rest_api_init', [$this, 'hookRegisterLocationEndpoints']);
add_action('woocommerce_init', [$this,'shipping_instance_form_fields_filters']);
}
public function hookDisplayHeaderContent(){
/*
ELEMENTY STAŁE
*/
$contact = Tools::arrayToObject(get_field('contact_group', 'option'));
/*
LOGO - Wygląd -> Dostosuj -> logo nagłówek
*/
$logo_id = get_theme_mod('custom_logo');
if (get_post_mime_type($logo_id) == 'image/svg+xml') {
$image = file_get_contents(wp_get_attachment_url($logo_id));
} else {
$image = Attachment::getImageHtml($logo_id, 'full', ['class' => 'img-fluid']);
}
$logo = view('partials.header.brand', [
'image' => $image
]);
/*
SOCIAL MEDIA - ELEMENTY STAŁE
*/
$social = view('partials.header.social', [
'facebook' => [
'icon' => $contact->facebook_i->mime_type == 'image/svg+xml' ? Attachment::getImageSVG($contact->facebook_i->ID, 'full', ['class' => 'img-fluid']) : Attachment::getImageHtml($contact->facebook_i->ID, 'full', ['class' => 'img-fluid']),
'url' => $contact->facebook->url,
'title' => $contact->facebook->title,
'target' => $contact->facebook->target,
],
'instagram' => [
'icon' => $contact->instagram_i->mime_type == 'image/svg+xml' ? Attachment::getImageSVG($contact->instagram_i->ID, 'full', ['class' => 'img-fluid']) : Attachment::getImageHtml($contact->instagram_i->ID, 'full', ['class' => 'img-fluid']),
'url' => $contact->instagram->url,
'title' => $contact->instagram->title,
Arguments
"""
file_get_contents(): SSL operation failed with code 1. OpenSSL Error messages:\n
error:1416F086:SSL routines:tls_process_server_certificate:certificate verify failed (View: /home/vitis/domains/vitis-cosmetics.com/public_html/wp-content/themes/vitis/resources/views/partials/header/header.blade.php) (View: /home/vitis/domains/vitis-cosmetics.com/public_html/wp-content/themes/vitis/resources/views/partials/header/header.blade.php) (View: /home/vitis/domains/vitis-cosmetics.com/public_html/wp-content/themes/vitis/resources/views/partials/header/header.blade.php)
"""
/home/vitis/domains/vitis-cosmetics.com/public_html/wp-content/themes/vitis/vendor/illuminate/view/Engines/PhpEngine.php
*
* @param string $__path
* @param array $__data
* @return string
*/
protected function evaluatePath($__path, $__data)
{
$obLevel = ob_get_level();
ob_start();
extract($__data, EXTR_SKIP);
// We'll evaluate the contents of the view inside a try/catch block so we can
// flush out any stray output that might get out before an error occurs or
// an exception is thrown. This prevents any partial views from leaking.
try {
include $__path;
} catch (Exception $e) {
$this->handleViewException($e, $obLevel);
} catch (Throwable $e) {
$this->handleViewException(new FatalThrowableError($e), $obLevel);
}
return ltrim(ob_get_clean());
}
/**
* Handle a view exception.
*
* @param \Exception $e
* @param int $obLevel
* @return void
*
* @throws \Exception
*/
protected function handleViewException(Exception $e, $obLevel)
{
while (ob_get_level() > $obLevel) {
ob_end_clean();
Arguments
ErrorException {#27338
#message: """
file_get_contents(): SSL operation failed with code 1. OpenSSL Error messages:\n
error:1416F086:SSL routines:tls_process_server_certificate:certificate verify failed (View: /home/vitis/domains/vitis-cosmetics.com/public_html/wp-content/themes/vitis/resources/views/partials/header/header.blade.php) (View: /home/vitis/domains/vitis-cosmetics.com/public_html/wp-content/themes/vitis/resources/views/partials/header/header.blade.php)
"""
#code: 0
#file: "/home/vitis/domains/vitis-cosmetics.com/public_html/wp-content/themes/vitis/app/Controllers/App.php"
#line: 101
-previous: ErrorException {#27346
#message: """
file_get_contents(): SSL operation failed with code 1. OpenSSL Error messages:\n
error:1416F086:SSL routines:tls_process_server_certificate:certificate verify failed (View: /home/vitis/domains/vitis-cosmetics.com/public_html/wp-content/themes/vitis/resources/views/partials/header/header.blade.php)
"""
#code: 0
#file: "/home/vitis/domains/vitis-cosmetics.com/public_html/wp-content/themes/vitis/app/Controllers/App.php"
#line: 101
-previous: Whoops\Exception\ErrorException {#23148
#message: """
file_get_contents(): SSL operation failed with code 1. OpenSSL Error messages:\n
error:1416F086:SSL routines:tls_process_server_certificate:certificate verify failed
"""
#code: 2
#file: "/home/vitis/domains/vitis-cosmetics.com/public_html/wp-content/themes/vitis/app/Controllers/App.php"
#line: 101
#severity: E_WARNING
}
#severity: E_ERROR
}
#severity: E_ERROR
}
1
/home/vitis/domains/vitis-cosmetics.com/public_html/wp-content/themes/vitis/app/Controllers/App.php
add_action('wp_body_open', [$this, 'hookDisplayCookiePopup']);
add_filter('tiny_mce_before_init', [$this, 'remove_h1_from_editor']);
add_action('rest_api_init', [$this, 'hookRegisterLocationEndpoints']);
add_action('woocommerce_init', [$this,'shipping_instance_form_fields_filters']);
}
public function hookDisplayHeaderContent(){
/*
ELEMENTY STAŁE
*/
$contact = Tools::arrayToObject(get_field('contact_group', 'option'));
/*
LOGO - Wygląd -> Dostosuj -> logo nagłówek
*/
$logo_id = get_theme_mod('custom_logo');
if (get_post_mime_type($logo_id) == 'image/svg+xml') {
$image = file_get_contents(wp_get_attachment_url($logo_id));
} else {
$image = Attachment::getImageHtml($logo_id, 'full', ['class' => 'img-fluid']);
}
$logo = view('partials.header.brand', [
'image' => $image
]);
/*
SOCIAL MEDIA - ELEMENTY STAŁE
*/
$social = view('partials.header.social', [
'facebook' => [
'icon' => $contact->facebook_i->mime_type == 'image/svg+xml' ? Attachment::getImageSVG($contact->facebook_i->ID, 'full', ['class' => 'img-fluid']) : Attachment::getImageHtml($contact->facebook_i->ID, 'full', ['class' => 'img-fluid']),
'url' => $contact->facebook->url,
'title' => $contact->facebook->title,
'target' => $contact->facebook->target,
],
'instagram' => [
'icon' => $contact->instagram_i->mime_type == 'image/svg+xml' ? Attachment::getImageSVG($contact->instagram_i->ID, 'full', ['class' => 'img-fluid']) : Attachment::getImageHtml($contact->instagram_i->ID, 'full', ['class' => 'img-fluid']),
'url' => $contact->instagram->url,
'title' => $contact->instagram->title,
Arguments
"""
file_get_contents(): SSL operation failed with code 1. OpenSSL Error messages:\n
error:1416F086:SSL routines:tls_process_server_certificate:certificate verify failed (View: /home/vitis/domains/vitis-cosmetics.com/public_html/wp-content/themes/vitis/resources/views/partials/header/header.blade.php) (View: /home/vitis/domains/vitis-cosmetics.com/public_html/wp-content/themes/vitis/resources/views/partials/header/header.blade.php)
"""
/home/vitis/domains/vitis-cosmetics.com/public_html/wp-content/themes/vitis/vendor/illuminate/view/Engines/PhpEngine.php
*
* @param string $__path
* @param array $__data
* @return string
*/
protected function evaluatePath($__path, $__data)
{
$obLevel = ob_get_level();
ob_start();
extract($__data, EXTR_SKIP);
// We'll evaluate the contents of the view inside a try/catch block so we can
// flush out any stray output that might get out before an error occurs or
// an exception is thrown. This prevents any partial views from leaking.
try {
include $__path;
} catch (Exception $e) {
$this->handleViewException($e, $obLevel);
} catch (Throwable $e) {
$this->handleViewException(new FatalThrowableError($e), $obLevel);
}
return ltrim(ob_get_clean());
}
/**
* Handle a view exception.
*
* @param \Exception $e
* @param int $obLevel
* @return void
*
* @throws \Exception
*/
protected function handleViewException(Exception $e, $obLevel)
{
while (ob_get_level() > $obLevel) {
ob_end_clean();
Arguments
ErrorException {#27346
#message: """
file_get_contents(): SSL operation failed with code 1. OpenSSL Error messages:\n
error:1416F086:SSL routines:tls_process_server_certificate:certificate verify failed (View: /home/vitis/domains/vitis-cosmetics.com/public_html/wp-content/themes/vitis/resources/views/partials/header/header.blade.php)
"""
#code: 0
#file: "/home/vitis/domains/vitis-cosmetics.com/public_html/wp-content/themes/vitis/app/Controllers/App.php"
#line: 101
-previous: Whoops\Exception\ErrorException {#23148
#message: """
file_get_contents(): SSL operation failed with code 1. OpenSSL Error messages:\n
error:1416F086:SSL routines:tls_process_server_certificate:certificate verify failed
"""
#code: 2
#file: "/home/vitis/domains/vitis-cosmetics.com/public_html/wp-content/themes/vitis/app/Controllers/App.php"
#line: 101
#severity: E_WARNING
}
#severity: E_ERROR
}
2
/home/vitis/domains/vitis-cosmetics.com/public_html/wp-content/themes/vitis/app/Controllers/App.php
add_action('wp_body_open', [$this, 'hookDisplayCookiePopup']);
add_filter('tiny_mce_before_init', [$this, 'remove_h1_from_editor']);
add_action('rest_api_init', [$this, 'hookRegisterLocationEndpoints']);
add_action('woocommerce_init', [$this,'shipping_instance_form_fields_filters']);
}
public function hookDisplayHeaderContent(){
/*
ELEMENTY STAŁE
*/
$contact = Tools::arrayToObject(get_field('contact_group', 'option'));
/*
LOGO - Wygląd -> Dostosuj -> logo nagłówek
*/
$logo_id = get_theme_mod('custom_logo');
if (get_post_mime_type($logo_id) == 'image/svg+xml') {
$image = file_get_contents(wp_get_attachment_url($logo_id));
} else {
$image = Attachment::getImageHtml($logo_id, 'full', ['class' => 'img-fluid']);
}
$logo = view('partials.header.brand', [
'image' => $image
]);
/*
SOCIAL MEDIA - ELEMENTY STAŁE
*/
$social = view('partials.header.social', [
'facebook' => [
'icon' => $contact->facebook_i->mime_type == 'image/svg+xml' ? Attachment::getImageSVG($contact->facebook_i->ID, 'full', ['class' => 'img-fluid']) : Attachment::getImageHtml($contact->facebook_i->ID, 'full', ['class' => 'img-fluid']),
'url' => $contact->facebook->url,
'title' => $contact->facebook->title,
'target' => $contact->facebook->target,
],
'instagram' => [
'icon' => $contact->instagram_i->mime_type == 'image/svg+xml' ? Attachment::getImageSVG($contact->instagram_i->ID, 'full', ['class' => 'img-fluid']) : Attachment::getImageHtml($contact->instagram_i->ID, 'full', ['class' => 'img-fluid']),
'url' => $contact->instagram->url,
'title' => $contact->instagram->title,
Arguments
"""
file_get_contents(): SSL operation failed with code 1. OpenSSL Error messages:\n
error:1416F086:SSL routines:tls_process_server_certificate:certificate verify failed (View: /home/vitis/domains/vitis-cosmetics.com/public_html/wp-content/themes/vitis/resources/views/partials/header/header.blade.php)
"""
/home/vitis/domains/vitis-cosmetics.com/public_html/wp-content/themes/vitis/vendor/illuminate/view/Engines/PhpEngine.php
*
* @param string $__path
* @param array $__data
* @return string
*/
protected function evaluatePath($__path, $__data)
{
$obLevel = ob_get_level();
ob_start();
extract($__data, EXTR_SKIP);
// We'll evaluate the contents of the view inside a try/catch block so we can
// flush out any stray output that might get out before an error occurs or
// an exception is thrown. This prevents any partial views from leaking.
try {
include $__path;
} catch (Exception $e) {
$this->handleViewException($e, $obLevel);
} catch (Throwable $e) {
$this->handleViewException(new FatalThrowableError($e), $obLevel);
}
return ltrim(ob_get_clean());
}
/**
* Handle a view exception.
*
* @param \Exception $e
* @param int $obLevel
* @return void
*
* @throws \Exception
*/
protected function handleViewException(Exception $e, $obLevel)
{
while (ob_get_level() > $obLevel) {
ob_end_clean();
Arguments
Whoops\Exception\ErrorException {#23148
#message: """
file_get_contents(): SSL operation failed with code 1. OpenSSL Error messages:\n
error:1416F086:SSL routines:tls_process_server_certificate:certificate verify failed
"""
#code: 2
#file: "/home/vitis/domains/vitis-cosmetics.com/public_html/wp-content/themes/vitis/app/Controllers/App.php"
#line: 101
#severity: E_WARNING
}
3
/home/vitis/domains/vitis-cosmetics.com/public_html/wp-content/themes/vitis/app/Controllers/App.php
add_action('wp_body_open', [$this, 'hookDisplayCookiePopup']);
add_filter('tiny_mce_before_init', [$this, 'remove_h1_from_editor']);
add_action('rest_api_init', [$this, 'hookRegisterLocationEndpoints']);
add_action('woocommerce_init', [$this,'shipping_instance_form_fields_filters']);
}
public function hookDisplayHeaderContent(){
/*
ELEMENTY STAŁE
*/
$contact = Tools::arrayToObject(get_field('contact_group', 'option'));
/*
LOGO - Wygląd -> Dostosuj -> logo nagłówek
*/
$logo_id = get_theme_mod('custom_logo');
if (get_post_mime_type($logo_id) == 'image/svg+xml') {
$image = file_get_contents(wp_get_attachment_url($logo_id));
} else {
$image = Attachment::getImageHtml($logo_id, 'full', ['class' => 'img-fluid']);
}
$logo = view('partials.header.brand', [
'image' => $image
]);
/*
SOCIAL MEDIA - ELEMENTY STAŁE
*/
$social = view('partials.header.social', [
'facebook' => [
'icon' => $contact->facebook_i->mime_type == 'image/svg+xml' ? Attachment::getImageSVG($contact->facebook_i->ID, 'full', ['class' => 'img-fluid']) : Attachment::getImageHtml($contact->facebook_i->ID, 'full', ['class' => 'img-fluid']),
'url' => $contact->facebook->url,
'title' => $contact->facebook->title,
'target' => $contact->facebook->target,
],
'instagram' => [
'icon' => $contact->instagram_i->mime_type == 'image/svg+xml' ? Attachment::getImageSVG($contact->instagram_i->ID, 'full', ['class' => 'img-fluid']) : Attachment::getImageHtml($contact->instagram_i->ID, 'full', ['class' => 'img-fluid']),
'url' => $contact->instagram->url,
'title' => $contact->instagram->title,
Arguments
"""
file_get_contents(): SSL operation failed with code 1. OpenSSL Error messages:\n
error:1416F086:SSL routines:tls_process_server_certificate:certificate verify failed
"""
/home/vitis/domains/vitis-cosmetics.com/public_html/wp-content/themes/vitis/app/Controllers/App.php
add_action('wp_body_open', [$this, 'hookDisplayCookiePopup']);
add_filter('tiny_mce_before_init', [$this, 'remove_h1_from_editor']);
add_action('rest_api_init', [$this, 'hookRegisterLocationEndpoints']);
add_action('woocommerce_init', [$this,'shipping_instance_form_fields_filters']);
}
public function hookDisplayHeaderContent(){
/*
ELEMENTY STAŁE
*/
$contact = Tools::arrayToObject(get_field('contact_group', 'option'));
/*
LOGO - Wygląd -> Dostosuj -> logo nagłówek
*/
$logo_id = get_theme_mod('custom_logo');
if (get_post_mime_type($logo_id) == 'image/svg+xml') {
$image = file_get_contents(wp_get_attachment_url($logo_id));
} else {
$image = Attachment::getImageHtml($logo_id, 'full', ['class' => 'img-fluid']);
}
$logo = view('partials.header.brand', [
'image' => $image
]);
/*
SOCIAL MEDIA - ELEMENTY STAŁE
*/
$social = view('partials.header.social', [
'facebook' => [
'icon' => $contact->facebook_i->mime_type == 'image/svg+xml' ? Attachment::getImageSVG($contact->facebook_i->ID, 'full', ['class' => 'img-fluid']) : Attachment::getImageHtml($contact->facebook_i->ID, 'full', ['class' => 'img-fluid']),
'url' => $contact->facebook->url,
'title' => $contact->facebook->title,
'target' => $contact->facebook->target,
],
'instagram' => [
'icon' => $contact->instagram_i->mime_type == 'image/svg+xml' ? Attachment::getImageSVG($contact->instagram_i->ID, 'full', ['class' => 'img-fluid']) : Attachment::getImageHtml($contact->instagram_i->ID, 'full', ['class' => 'img-fluid']),
'url' => $contact->instagram->url,
'title' => $contact->instagram->title,
Arguments
"https://vitis-cosmetics.com/wp-content/uploads/2021/02/Group-22.svg"
/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
/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
/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
/home/vitis/domains/vitis-cosmetics.com/public_html/wp-content/uploads/cache/10f0463b9538725c167e5430b601c0379116a9a9.php
<?php
do_action('wp_header_content');
?>
Arguments
/home/vitis/domains/vitis-cosmetics.com/public_html/wp-content/themes/vitis/vendor/illuminate/view/Engines/PhpEngine.php
/**
* Get the evaluated contents of the view at the given path.
*
* @param string $__path
* @param array $__data
* @return string
*/
protected function evaluatePath($__path, $__data)
{
$obLevel = ob_get_level();
ob_start();
extract($__data, EXTR_SKIP);
// We'll evaluate the contents of the view inside a try/catch block so we can
// flush out any stray output that might get out before an error occurs or
// an exception is thrown. This prevents any partial views from leaking.
try {
include $__path;
} catch (Exception $e) {
$this->handleViewException($e, $obLevel);
} catch (Throwable $e) {
$this->handleViewException(new FatalThrowableError($e), $obLevel);
}
return ltrim(ob_get_clean());
}
/**
* Handle a view exception.
*
* @param \Exception $e
* @param int $obLevel
* @return void
*
* @throws \Exception
*/
protected function handleViewException(Exception $e, $obLevel)
{
Arguments
"/home/vitis/domains/vitis-cosmetics.com/public_html/wp-content/uploads/cache/10f0463b9538725c167e5430b601c0379116a9a9.php"
/home/vitis/domains/vitis-cosmetics.com/public_html/wp-content/themes/vitis/vendor/illuminate/view/Engines/CompilerEngine.php
* @param array $data
* @return string
*/
public function get($path, array $data = [])
{
$this->lastCompiled[] = $path;
// If this given view has expired, which means it has simply been edited since
// it was last compiled, we will re-compile the views so we can evaluate a
// fresh copy of the view. We'll pass the compiler the path of the view.
if ($this->compiler->isExpired($path)) {
$this->compiler->compile($path);
}
$compiled = $this->compiler->getCompiledPath($path);
// Once we have the path to the compiled file, we will evaluate the paths with
// typical PHP just like any other templates. We also keep a stack of views
// which have been rendered for right exception messages to be generated.
$results = $this->evaluatePath($compiled, $data);
array_pop($this->lastCompiled);
return $results;
}
/**
* Handle a view exception.
*
* @param \Exception $e
* @param int $obLevel
* @return void
*
* @throws \Exception
*/
protected function handleViewException(Exception $e, $obLevel)
{
$e = new ErrorException($this->getMessage($e), 0, 1, $e->getFile(), $e->getLine(), $e);
parent::handleViewException($e, $obLevel);
Arguments
"/home/vitis/domains/vitis-cosmetics.com/public_html/wp-content/uploads/cache/10f0463b9538725c167e5430b601c0379116a9a9.php"
array:14 [
"__env" => Illuminate\View\Factory {#19278}
"app" => Roots\Sage\Container {#19207}
"post" => WP_Post {#23059}
"obLevel" => 2
"model" => false
"__blade" => array:3 [
0 => {#27239}
1 => {#27194}
2 => {#27208}
]
"coupon" => false
"decoration" => {#27372}
"grape_type" => null
"breadcrumbs" => """
<nav id="breadcrumb" aria-label="breadcrumb" class="container">\n
<ol class="breadcrumb" itemscope itemtype="https://schema.org/BreadcrumbList">\n
\n
\n
<li class="breadcrumb-item " itemprop="itemListElement" itemscope itemtype="https://schema.org/ListItem"\n
>\n
\n
<a itemprop="item" href="https://vitis-cosmetics.com/ru/" title="Home">\n
\n
Home\n
\n
\n
</a>\n
\n
<meta itemprop="name" content="Home">\n
<meta itemprop="position" content="1">\n
</li>\n
\n
<li class="breadcrumb-item show-mobile " itemprop="itemListElement" itemscope itemtype="https://schema.org/ListItem"\n
>\n
\n
<a itemprop="item" href="https://vitis-cosmetics.com/ru/продукты/" title="Товары">\n
\n
Товары\n
\n
\n
</a>\n
\n
<meta itemprop="name" content="Товары">\n
<meta itemprop="position" content="2">\n
</li>\n
\n
<li class="breadcrumb-item active " itemprop="itemListElement" itemscope itemtype="https://schema.org/ListItem"\n
aria-current="page">\n
\n
<span itemprop="item">\n
\n
Крем для кожи вокруг глаз\n
\n
\n
</span>\n
\n
<meta itemprop="name" content="Крем для кожи вокруг глаз">\n
<meta itemprop="position" content="3">\n
</li>\n
\n
</ol>\n
</nav>\n
"""
"simmilar_products" => array:5 [
0 => 4286
1 => 4281
2 => 4287
3 => 4284
4 => 4285
]
"gallery" => array:3 [
0 => {#19505}
1 => {#27382}
2 => {#27378}
]
"__app" => array:3 [
"post" => WP_Post {#23059}
"model" => false
"__blade" => array:1 [
0 => {#27239}
]
]
"__store" => array:11 [
"post" => WP_Post {#23059}
"model" => false
"__blade" => array:3 [
0 => {#27239}
1 => {#27194}
2 => {#27208}
]
"__app" => array:3 [
"post" => WP_Post {#23059}
"model" => false
"__blade" => array:1 [
0 => {#27239}
]
]
"__store" => array:5 [
"post" => WP_Post {#23059}
"model" => false
"__blade" => array:2 [
0 => {#27239}
1 => {#27194}
]
"__app" => array:3 [
"post" => WP_Post {#23059}
"model" => false
"__blade" => array:1 [
0 => {#27239}
]
]
"__store" => array:4 [
"__blade" => array:1 [
0 => {#27239}
]
"post" => WP_Post {#23059}
"model" => false
"__app" => array:3 [
"post" => WP_Post {#23059}
"model" => false
"__blade" => array:1 [
0 => {#27239}
]
]
]
]
"coupon" => false
"decoration" => {#27372}
"grape_type" => null
"breadcrumbs" => """
<nav id="breadcrumb" aria-label="breadcrumb" class="container">\n
<ol class="breadcrumb" itemscope itemtype="https://schema.org/BreadcrumbList">\n
\n
\n
<li class="breadcrumb-item " itemprop="itemListElement" itemscope itemtype="https://schema.org/ListItem"\n
>\n
\n
<a itemprop="item" href="https://vitis-cosmetics.com/ru/" title="Home">\n
\n
Home\n
\n
\n
</a>\n
\n
<meta itemprop="name" content="Home">\n
<meta itemprop="position" content="1">\n
</li>\n
\n
<li class="breadcrumb-item show-mobile " itemprop="itemListElement" itemscope itemtype="https://schema.org/ListItem"\n
>\n
\n
<a itemprop="item" href="https://vitis-cosmetics.com/ru/продукты/" title="Товары">\n
\n
Товары\n
\n
\n
</a>\n
\n
<meta itemprop="name" content="Товары">\n
<meta itemprop="position" content="2">\n
</li>\n
\n
<li class="breadcrumb-item active " itemprop="itemListElement" itemscope itemtype="https://schema.org/ListItem"\n
aria-current="page">\n
\n
<span itemprop="item">\n
\n
Крем для кожи вокруг глаз\n
\n
\n
</span>\n
\n
<meta itemprop="name" content="Крем для кожи вокруг глаз">\n
<meta itemprop="position" content="3">\n
</li>\n
\n
</ol>\n
</nav>\n
"""
"simmilar_products" => array:5 [
0 => 4286
1 => 4281
2 => 4287
3 => 4284
4 => 4285
]
"gallery" => array:3 [
0 => {#19505}
1 => {#27382}
2 => {#27378}
]
]
]
/home/vitis/domains/vitis-cosmetics.com/public_html/wp-content/themes/vitis/vendor/illuminate/view/View.php
$this->factory->callComposer($this);
$contents = $this->getContents();
// Once we've finished rendering the view, we'll decrement the render count
// so that each sections get flushed out next time a view is created and
// no old sections are staying around in the memory of an environment.
$this->factory->decrementRender();
return $contents;
}
/**
* Get the evaluated contents of the view.
*
* @return string
*/
protected function getContents()
{
return $this->engine->get($this->path, $this->gatherData());
}
/**
* Get the data bound to the view instance.
*
* @return array
*/
protected function gatherData()
{
$data = array_merge($this->factory->getShared(), $this->data);
foreach ($data as $key => $value) {
if ($value instanceof Renderable) {
$data[$key] = $value->render();
}
}
return $data;
}
Arguments
"/home/vitis/domains/vitis-cosmetics.com/public_html/wp-content/themes/vitis/resources/views/partials/header/header.blade.php"
array:14 [
"__env" => Illuminate\View\Factory {#19278}
"app" => Roots\Sage\Container {#19207}
"post" => WP_Post {#23059}
"obLevel" => 2
"model" => false
"__blade" => array:3 [
0 => {#27239}
1 => {#27194}
2 => {#27208}
]
"coupon" => false
"decoration" => {#27372}
"grape_type" => null
"breadcrumbs" => """
<nav id="breadcrumb" aria-label="breadcrumb" class="container">\n
<ol class="breadcrumb" itemscope itemtype="https://schema.org/BreadcrumbList">\n
\n
\n
<li class="breadcrumb-item " itemprop="itemListElement" itemscope itemtype="https://schema.org/ListItem"\n
>\n
\n
<a itemprop="item" href="https://vitis-cosmetics.com/ru/" title="Home">\n
\n
Home\n
\n
\n
</a>\n
\n
<meta itemprop="name" content="Home">\n
<meta itemprop="position" content="1">\n
</li>\n
\n
<li class="breadcrumb-item show-mobile " itemprop="itemListElement" itemscope itemtype="https://schema.org/ListItem"\n
>\n
\n
<a itemprop="item" href="https://vitis-cosmetics.com/ru/продукты/" title="Товары">\n
\n
Товары\n
\n
\n
</a>\n
\n
<meta itemprop="name" content="Товары">\n
<meta itemprop="position" content="2">\n
</li>\n
\n
<li class="breadcrumb-item active " itemprop="itemListElement" itemscope itemtype="https://schema.org/ListItem"\n
aria-current="page">\n
\n
<span itemprop="item">\n
\n
Крем для кожи вокруг глаз\n
\n
\n
</span>\n
\n
<meta itemprop="name" content="Крем для кожи вокруг глаз">\n
<meta itemprop="position" content="3">\n
</li>\n
\n
</ol>\n
</nav>\n
"""
"simmilar_products" => array:5 [
0 => 4286
1 => 4281
2 => 4287
3 => 4284
4 => 4285
]
"gallery" => array:3 [
0 => {#19505}
1 => {#27382}
2 => {#27378}
]
"__app" => array:3 [
"post" => WP_Post {#23059}
"model" => false
"__blade" => array:1 [
0 => {#27239}
]
]
"__store" => array:11 [
"post" => WP_Post {#23059}
"model" => false
"__blade" => array:3 [
0 => {#27239}
1 => {#27194}
2 => {#27208}
]
"__app" => array:3 [
"post" => WP_Post {#23059}
"model" => false
"__blade" => array:1 [
0 => {#27239}
]
]
"__store" => array:5 [
"post" => WP_Post {#23059}
"model" => false
"__blade" => array:2 [
0 => {#27239}
1 => {#27194}
]
"__app" => array:3 [
"post" => WP_Post {#23059}
"model" => false
"__blade" => array:1 [
0 => {#27239}
]
]
"__store" => array:4 [
"__blade" => array:1 [
0 => {#27239}
]
"post" => WP_Post {#23059}
"model" => false
"__app" => array:3 [
"post" => WP_Post {#23059}
"model" => false
"__blade" => array:1 [
0 => {#27239}
]
]
]
]
"coupon" => false
"decoration" => {#27372}
"grape_type" => null
"breadcrumbs" => """
<nav id="breadcrumb" aria-label="breadcrumb" class="container">\n
<ol class="breadcrumb" itemscope itemtype="https://schema.org/BreadcrumbList">\n
\n
\n
<li class="breadcrumb-item " itemprop="itemListElement" itemscope itemtype="https://schema.org/ListItem"\n
>\n
\n
<a itemprop="item" href="https://vitis-cosmetics.com/ru/" title="Home">\n
\n
Home\n
\n
\n
</a>\n
\n
<meta itemprop="name" content="Home">\n
<meta itemprop="position" content="1">\n
</li>\n
\n
<li class="breadcrumb-item show-mobile " itemprop="itemListElement" itemscope itemtype="https://schema.org/ListItem"\n
>\n
\n
<a itemprop="item" href="https://vitis-cosmetics.com/ru/продукты/" title="Товары">\n
\n
Товары\n
\n
\n
</a>\n
\n
<meta itemprop="name" content="Товары">\n
<meta itemprop="position" content="2">\n
</li>\n
\n
<li class="breadcrumb-item active " itemprop="itemListElement" itemscope itemtype="https://schema.org/ListItem"\n
aria-current="page">\n
\n
<span itemprop="item">\n
\n
Крем для кожи вокруг глаз\n
\n
\n
</span>\n
\n
<meta itemprop="name" content="Крем для кожи вокруг глаз">\n
<meta itemprop="position" content="3">\n
</li>\n
\n
</ol>\n
</nav>\n
"""
"simmilar_products" => array:5 [
0 => 4286
1 => 4281
2 => 4287
3 => 4284
4 => 4285
]
"gallery" => array:3 [
0 => {#19505}
1 => {#27382}
2 => {#27378}
]
]
]
/home/vitis/domains/vitis-cosmetics.com/public_html/wp-content/themes/vitis/vendor/illuminate/view/View.php
throw $e;
}
}
/**
* Get the contents of the view instance.
*
* @return string
*/
protected function renderContents()
{
// We will keep track of the amount of views being rendered so we can flush
// the section after the complete rendering operation is done. This will
// clear out the sections for any separate views that may be rendered.
$this->factory->incrementRender();
$this->factory->callComposer($this);
$contents = $this->getContents();
// Once we've finished rendering the view, we'll decrement the render count
// so that each sections get flushed out next time a view is created and
// no old sections are staying around in the memory of an environment.
$this->factory->decrementRender();
return $contents;
}
/**
* Get the evaluated contents of the view.
*
* @return string
*/
protected function getContents()
{
return $this->engine->get($this->path, $this->gatherData());
}
/**
/home/vitis/domains/vitis-cosmetics.com/public_html/wp-content/themes/vitis/vendor/illuminate/view/View.php
$this->view = $view;
$this->path = $path;
$this->engine = $engine;
$this->factory = $factory;
$this->data = $data instanceof Arrayable ? $data->toArray() : (array) $data;
}
/**
* Get the string contents of the view.
*
* @param callable|null $callback
* @return string
*
* @throws \Throwable
*/
public function render(callable $callback = null)
{
try {
$contents = $this->renderContents();
$response = isset($callback) ? call_user_func($callback, $this, $contents) : null;
// Once we have the contents of the view, we will flush the sections if we are
// done rendering all views so that there is nothing left hanging over when
// another view gets rendered in the future by the application developer.
$this->factory->flushStateIfDoneRendering();
return ! is_null($response) ? $response : $contents;
} catch (Exception $e) {
$this->factory->flushState();
throw $e;
} catch (Throwable $e) {
$this->factory->flushState();
throw $e;
}
}
/home/vitis/domains/vitis-cosmetics.com/public_html/wp-content/uploads/cache/e3f67746433b731b6f1505834a6de59164adf654.php
</script>
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-6092837-33"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'UA-6092837-33');
</script>
<?php echo wp_head(); ?>
</head>
<body <?php echo body_class(); ?> itemscope="" itemtype="http://schema.org/WebPage">
<?php echo wp_body_open(); ?>
<section id="page">
<?php echo $__env->make('partials.header.header', \Illuminate\Support\Arr::except(get_defined_vars(), array('__data', '__path')))->render(); ?>
<main id="main" role="document">
<?php echo $__env->yieldContent('content'); ?>
</main>
<?php echo $__env->make('partials.footer.footer', \Illuminate\Support\Arr::except(get_defined_vars(), array('__data', '__path')))->render(); ?>
</section>
<?php echo wp_footer();; ?>
<?php if(is_single()): ?>
<div id="fb-root"></div>
<script async defer crossorigin="anonymous" src="https://connect.facebook.net/pl_PL/sdk.js#xfbml=1&version=v9.0"
nonce="VFc5JDv4"></script>
<?php endif; ?>
</body>
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-K6KNCXS" height="0" width="0"
style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
</html>
/home/vitis/domains/vitis-cosmetics.com/public_html/wp-content/themes/vitis/vendor/illuminate/view/Engines/PhpEngine.php
/**
* Get the evaluated contents of the view at the given path.
*
* @param string $__path
* @param array $__data
* @return string
*/
protected function evaluatePath($__path, $__data)
{
$obLevel = ob_get_level();
ob_start();
extract($__data, EXTR_SKIP);
// We'll evaluate the contents of the view inside a try/catch block so we can
// flush out any stray output that might get out before an error occurs or
// an exception is thrown. This prevents any partial views from leaking.
try {
include $__path;
} catch (Exception $e) {
$this->handleViewException($e, $obLevel);
} catch (Throwable $e) {
$this->handleViewException(new FatalThrowableError($e), $obLevel);
}
return ltrim(ob_get_clean());
}
/**
* Handle a view exception.
*
* @param \Exception $e
* @param int $obLevel
* @return void
*
* @throws \Exception
*/
protected function handleViewException(Exception $e, $obLevel)
{
Arguments
"/home/vitis/domains/vitis-cosmetics.com/public_html/wp-content/uploads/cache/e3f67746433b731b6f1505834a6de59164adf654.php"
/home/vitis/domains/vitis-cosmetics.com/public_html/wp-content/themes/vitis/vendor/illuminate/view/Engines/CompilerEngine.php
* @param array $data
* @return string
*/
public function get($path, array $data = [])
{
$this->lastCompiled[] = $path;
// If this given view has expired, which means it has simply been edited since
// it was last compiled, we will re-compile the views so we can evaluate a
// fresh copy of the view. We'll pass the compiler the path of the view.
if ($this->compiler->isExpired($path)) {
$this->compiler->compile($path);
}
$compiled = $this->compiler->getCompiledPath($path);
// Once we have the path to the compiled file, we will evaluate the paths with
// typical PHP just like any other templates. We also keep a stack of views
// which have been rendered for right exception messages to be generated.
$results = $this->evaluatePath($compiled, $data);
array_pop($this->lastCompiled);
return $results;
}
/**
* Handle a view exception.
*
* @param \Exception $e
* @param int $obLevel
* @return void
*
* @throws \Exception
*/
protected function handleViewException(Exception $e, $obLevel)
{
$e = new ErrorException($this->getMessage($e), 0, 1, $e->getFile(), $e->getLine(), $e);
parent::handleViewException($e, $obLevel);
Arguments
"/home/vitis/domains/vitis-cosmetics.com/public_html/wp-content/uploads/cache/e3f67746433b731b6f1505834a6de59164adf654.php"
array:14 [
"__env" => Illuminate\View\Factory {#19278}
"app" => Roots\Sage\Container {#19207}
"post" => WP_Post {#23059}
"obLevel" => 1
"model" => false
"__blade" => array:3 [
0 => {#27239}
1 => {#27194}
2 => {#27208}
]
"coupon" => false
"decoration" => {#27372}
"grape_type" => null
"breadcrumbs" => """
<nav id="breadcrumb" aria-label="breadcrumb" class="container">\n
<ol class="breadcrumb" itemscope itemtype="https://schema.org/BreadcrumbList">\n
\n
\n
<li class="breadcrumb-item " itemprop="itemListElement" itemscope itemtype="https://schema.org/ListItem"\n
>\n
\n
<a itemprop="item" href="https://vitis-cosmetics.com/ru/" title="Home">\n
\n
Home\n
\n
\n
</a>\n
\n
<meta itemprop="name" content="Home">\n
<meta itemprop="position" content="1">\n
</li>\n
\n
<li class="breadcrumb-item show-mobile " itemprop="itemListElement" itemscope itemtype="https://schema.org/ListItem"\n
>\n
\n
<a itemprop="item" href="https://vitis-cosmetics.com/ru/продукты/" title="Товары">\n
\n
Товары\n
\n
\n
</a>\n
\n
<meta itemprop="name" content="Товары">\n
<meta itemprop="position" content="2">\n
</li>\n
\n
<li class="breadcrumb-item active " itemprop="itemListElement" itemscope itemtype="https://schema.org/ListItem"\n
aria-current="page">\n
\n
<span itemprop="item">\n
\n
Крем для кожи вокруг глаз\n
\n
\n
</span>\n
\n
<meta itemprop="name" content="Крем для кожи вокруг глаз">\n
<meta itemprop="position" content="3">\n
</li>\n
\n
</ol>\n
</nav>\n
"""
"simmilar_products" => array:5 [
0 => 4286
1 => 4281
2 => 4287
3 => 4284
4 => 4285
]
"gallery" => array:3 [
0 => {#19505}
1 => {#27382}
2 => {#27378}
]
"__app" => array:3 [
"post" => WP_Post {#23059}
"model" => false
"__blade" => array:1 [
0 => {#27239}
]
]
"__store" => array:11 [
"post" => WP_Post {#23059}
"model" => false
"__blade" => array:3 [
0 => {#27239}
1 => {#27194}
2 => {#27208}
]
"__app" => array:3 [
"post" => WP_Post {#23059}
"model" => false
"__blade" => array:1 [
0 => {#27239}
]
]
"__store" => array:5 [
"post" => WP_Post {#23059}
"model" => false
"__blade" => array:2 [
0 => {#27239}
1 => {#27194}
]
"__app" => array:3 [
"post" => WP_Post {#23059}
"model" => false
"__blade" => array:1 [
0 => {#27239}
]
]
"__store" => array:4 [
"__blade" => array:1 [
0 => {#27239}
]
"post" => WP_Post {#23059}
"model" => false
"__app" => array:3 [
"post" => WP_Post {#23059}
"model" => false
"__blade" => array:1 [
0 => {#27239}
]
]
]
]
"coupon" => false
"decoration" => {#27372}
"grape_type" => null
"breadcrumbs" => """
<nav id="breadcrumb" aria-label="breadcrumb" class="container">\n
<ol class="breadcrumb" itemscope itemtype="https://schema.org/BreadcrumbList">\n
\n
\n
<li class="breadcrumb-item " itemprop="itemListElement" itemscope itemtype="https://schema.org/ListItem"\n
>\n
\n
<a itemprop="item" href="https://vitis-cosmetics.com/ru/" title="Home">\n
\n
Home\n
\n
\n
</a>\n
\n
<meta itemprop="name" content="Home">\n
<meta itemprop="position" content="1">\n
</li>\n
\n
<li class="breadcrumb-item show-mobile " itemprop="itemListElement" itemscope itemtype="https://schema.org/ListItem"\n
>\n
\n
<a itemprop="item" href="https://vitis-cosmetics.com/ru/продукты/" title="Товары">\n
\n
Товары\n
\n
\n
</a>\n
\n
<meta itemprop="name" content="Товары">\n
<meta itemprop="position" content="2">\n
</li>\n
\n
<li class="breadcrumb-item active " itemprop="itemListElement" itemscope itemtype="https://schema.org/ListItem"\n
aria-current="page">\n
\n
<span itemprop="item">\n
\n
Крем для кожи вокруг глаз\n
\n
\n
</span>\n
\n
<meta itemprop="name" content="Крем для кожи вокруг глаз">\n
<meta itemprop="position" content="3">\n
</li>\n
\n
</ol>\n
</nav>\n
"""
"simmilar_products" => array:5 [
0 => 4286
1 => 4281
2 => 4287
3 => 4284
4 => 4285
]
"gallery" => array:3 [
0 => {#19505}
1 => {#27382}
2 => {#27378}
]
]
]
/home/vitis/domains/vitis-cosmetics.com/public_html/wp-content/themes/vitis/vendor/illuminate/view/View.php
$this->factory->callComposer($this);
$contents = $this->getContents();
// Once we've finished rendering the view, we'll decrement the render count
// so that each sections get flushed out next time a view is created and
// no old sections are staying around in the memory of an environment.
$this->factory->decrementRender();
return $contents;
}
/**
* Get the evaluated contents of the view.
*
* @return string
*/
protected function getContents()
{
return $this->engine->get($this->path, $this->gatherData());
}
/**
* Get the data bound to the view instance.
*
* @return array
*/
protected function gatherData()
{
$data = array_merge($this->factory->getShared(), $this->data);
foreach ($data as $key => $value) {
if ($value instanceof Renderable) {
$data[$key] = $value->render();
}
}
return $data;
}
Arguments
"/home/vitis/domains/vitis-cosmetics.com/public_html/wp-content/themes/vitis/resources/views/layouts/app.blade.php"
array:14 [
"__env" => Illuminate\View\Factory {#19278}
"app" => Roots\Sage\Container {#19207}
"post" => WP_Post {#23059}
"obLevel" => 1
"model" => false
"__blade" => array:3 [
0 => {#27239}
1 => {#27194}
2 => {#27208}
]
"coupon" => false
"decoration" => {#27372}
"grape_type" => null
"breadcrumbs" => """
<nav id="breadcrumb" aria-label="breadcrumb" class="container">\n
<ol class="breadcrumb" itemscope itemtype="https://schema.org/BreadcrumbList">\n
\n
\n
<li class="breadcrumb-item " itemprop="itemListElement" itemscope itemtype="https://schema.org/ListItem"\n
>\n
\n
<a itemprop="item" href="https://vitis-cosmetics.com/ru/" title="Home">\n
\n
Home\n
\n
\n
</a>\n
\n
<meta itemprop="name" content="Home">\n
<meta itemprop="position" content="1">\n
</li>\n
\n
<li class="breadcrumb-item show-mobile " itemprop="itemListElement" itemscope itemtype="https://schema.org/ListItem"\n
>\n
\n
<a itemprop="item" href="https://vitis-cosmetics.com/ru/продукты/" title="Товары">\n
\n
Товары\n
\n
\n
</a>\n
\n
<meta itemprop="name" content="Товары">\n
<meta itemprop="position" content="2">\n
</li>\n
\n
<li class="breadcrumb-item active " itemprop="itemListElement" itemscope itemtype="https://schema.org/ListItem"\n
aria-current="page">\n
\n
<span itemprop="item">\n
\n
Крем для кожи вокруг глаз\n
\n
\n
</span>\n
\n
<meta itemprop="name" content="Крем для кожи вокруг глаз">\n
<meta itemprop="position" content="3">\n
</li>\n
\n
</ol>\n
</nav>\n
"""
"simmilar_products" => array:5 [
0 => 4286
1 => 4281
2 => 4287
3 => 4284
4 => 4285
]
"gallery" => array:3 [
0 => {#19505}
1 => {#27382}
2 => {#27378}
]
"__app" => array:3 [
"post" => WP_Post {#23059}
"model" => false
"__blade" => array:1 [
0 => {#27239}
]
]
"__store" => array:11 [
"post" => WP_Post {#23059}
"model" => false
"__blade" => array:3 [
0 => {#27239}
1 => {#27194}
2 => {#27208}
]
"__app" => array:3 [
"post" => WP_Post {#23059}
"model" => false
"__blade" => array:1 [
0 => {#27239}
]
]
"__store" => array:5 [
"post" => WP_Post {#23059}
"model" => false
"__blade" => array:2 [
0 => {#27239}
1 => {#27194}
]
"__app" => array:3 [
"post" => WP_Post {#23059}
"model" => false
"__blade" => array:1 [
0 => {#27239}
]
]
"__store" => array:4 [
"__blade" => array:1 [
0 => {#27239}
]
"post" => WP_Post {#23059}
"model" => false
"__app" => array:3 [
"post" => WP_Post {#23059}
"model" => false
"__blade" => array:1 [
0 => {#27239}
]
]
]
]
"coupon" => false
"decoration" => {#27372}
"grape_type" => null
"breadcrumbs" => """
<nav id="breadcrumb" aria-label="breadcrumb" class="container">\n
<ol class="breadcrumb" itemscope itemtype="https://schema.org/BreadcrumbList">\n
\n
\n
<li class="breadcrumb-item " itemprop="itemListElement" itemscope itemtype="https://schema.org/ListItem"\n
>\n
\n
<a itemprop="item" href="https://vitis-cosmetics.com/ru/" title="Home">\n
\n
Home\n
\n
\n
</a>\n
\n
<meta itemprop="name" content="Home">\n
<meta itemprop="position" content="1">\n
</li>\n
\n
<li class="breadcrumb-item show-mobile " itemprop="itemListElement" itemscope itemtype="https://schema.org/ListItem"\n
>\n
\n
<a itemprop="item" href="https://vitis-cosmetics.com/ru/продукты/" title="Товары">\n
\n
Товары\n
\n
\n
</a>\n
\n
<meta itemprop="name" content="Товары">\n
<meta itemprop="position" content="2">\n
</li>\n
\n
<li class="breadcrumb-item active " itemprop="itemListElement" itemscope itemtype="https://schema.org/ListItem"\n
aria-current="page">\n
\n
<span itemprop="item">\n
\n
Крем для кожи вокруг глаз\n
\n
\n
</span>\n
\n
<meta itemprop="name" content="Крем для кожи вокруг глаз">\n
<meta itemprop="position" content="3">\n
</li>\n
\n
</ol>\n
</nav>\n
"""
"simmilar_products" => array:5 [
0 => 4286
1 => 4281
2 => 4287
3 => 4284
4 => 4285
]
"gallery" => array:3 [
0 => {#19505}
1 => {#27382}
2 => {#27378}
]
]
]
/home/vitis/domains/vitis-cosmetics.com/public_html/wp-content/themes/vitis/vendor/illuminate/view/View.php
throw $e;
}
}
/**
* Get the contents of the view instance.
*
* @return string
*/
protected function renderContents()
{
// We will keep track of the amount of views being rendered so we can flush
// the section after the complete rendering operation is done. This will
// clear out the sections for any separate views that may be rendered.
$this->factory->incrementRender();
$this->factory->callComposer($this);
$contents = $this->getContents();
// Once we've finished rendering the view, we'll decrement the render count
// so that each sections get flushed out next time a view is created and
// no old sections are staying around in the memory of an environment.
$this->factory->decrementRender();
return $contents;
}
/**
* Get the evaluated contents of the view.
*
* @return string
*/
protected function getContents()
{
return $this->engine->get($this->path, $this->gatherData());
}
/**
/home/vitis/domains/vitis-cosmetics.com/public_html/wp-content/themes/vitis/vendor/illuminate/view/View.php
$this->view = $view;
$this->path = $path;
$this->engine = $engine;
$this->factory = $factory;
$this->data = $data instanceof Arrayable ? $data->toArray() : (array) $data;
}
/**
* Get the string contents of the view.
*
* @param callable|null $callback
* @return string
*
* @throws \Throwable
*/
public function render(callable $callback = null)
{
try {
$contents = $this->renderContents();
$response = isset($callback) ? call_user_func($callback, $this, $contents) : null;
// Once we have the contents of the view, we will flush the sections if we are
// done rendering all views so that there is nothing left hanging over when
// another view gets rendered in the future by the application developer.
$this->factory->flushStateIfDoneRendering();
return ! is_null($response) ? $response : $contents;
} catch (Exception $e) {
$this->factory->flushState();
throw $e;
} catch (Throwable $e) {
$this->factory->flushState();
throw $e;
}
}
/home/vitis/domains/vitis-cosmetics.com/public_html/wp-content/uploads/cache/202e818f19f6109ae55678cff69472a9bbce5801.php
<?php while( have_posts() ): ?>
<?php
the_post()
?>
<?php echo wc_get_template_part( 'content', 'single-product' ); ?>
<?php endwhile; ?>
<?php echo do_action( 'woocommerce_sidebar' ); ?>
<?php $__env->stopSection(); ?>
<?php echo $__env->make('layouts.app', \Illuminate\Support\Arr::except(get_defined_vars(), array('__data', '__path')))->render(); ?>
/home/vitis/domains/vitis-cosmetics.com/public_html/wp-content/themes/vitis/vendor/illuminate/view/Engines/PhpEngine.php
/**
* Get the evaluated contents of the view at the given path.
*
* @param string $__path
* @param array $__data
* @return string
*/
protected function evaluatePath($__path, $__data)
{
$obLevel = ob_get_level();
ob_start();
extract($__data, EXTR_SKIP);
// We'll evaluate the contents of the view inside a try/catch block so we can
// flush out any stray output that might get out before an error occurs or
// an exception is thrown. This prevents any partial views from leaking.
try {
include $__path;
} catch (Exception $e) {
$this->handleViewException($e, $obLevel);
} catch (Throwable $e) {
$this->handleViewException(new FatalThrowableError($e), $obLevel);
}
return ltrim(ob_get_clean());
}
/**
* Handle a view exception.
*
* @param \Exception $e
* @param int $obLevel
* @return void
*
* @throws \Exception
*/
protected function handleViewException(Exception $e, $obLevel)
{
Arguments
"/home/vitis/domains/vitis-cosmetics.com/public_html/wp-content/uploads/cache/202e818f19f6109ae55678cff69472a9bbce5801.php"
/home/vitis/domains/vitis-cosmetics.com/public_html/wp-content/themes/vitis/vendor/illuminate/view/Engines/CompilerEngine.php
* @param array $data
* @return string
*/
public function get($path, array $data = [])
{
$this->lastCompiled[] = $path;
// If this given view has expired, which means it has simply been edited since
// it was last compiled, we will re-compile the views so we can evaluate a
// fresh copy of the view. We'll pass the compiler the path of the view.
if ($this->compiler->isExpired($path)) {
$this->compiler->compile($path);
}
$compiled = $this->compiler->getCompiledPath($path);
// Once we have the path to the compiled file, we will evaluate the paths with
// typical PHP just like any other templates. We also keep a stack of views
// which have been rendered for right exception messages to be generated.
$results = $this->evaluatePath($compiled, $data);
array_pop($this->lastCompiled);
return $results;
}
/**
* Handle a view exception.
*
* @param \Exception $e
* @param int $obLevel
* @return void
*
* @throws \Exception
*/
protected function handleViewException(Exception $e, $obLevel)
{
$e = new ErrorException($this->getMessage($e), 0, 1, $e->getFile(), $e->getLine(), $e);
parent::handleViewException($e, $obLevel);
Arguments
"/home/vitis/domains/vitis-cosmetics.com/public_html/wp-content/uploads/cache/202e818f19f6109ae55678cff69472a9bbce5801.php"
array:13 [
"__env" => Illuminate\View\Factory {#19278}
"app" => Roots\Sage\Container {#19207}
"post" => WP_Post {#23059}
"model" => false
"__blade" => array:3 [
0 => {#27239}
1 => {#27194}
2 => {#27208}
]
"coupon" => false
"decoration" => {#27372}
"grape_type" => null
"breadcrumbs" => """
<nav id="breadcrumb" aria-label="breadcrumb" class="container">\n
<ol class="breadcrumb" itemscope itemtype="https://schema.org/BreadcrumbList">\n
\n
\n
<li class="breadcrumb-item " itemprop="itemListElement" itemscope itemtype="https://schema.org/ListItem"\n
>\n
\n
<a itemprop="item" href="https://vitis-cosmetics.com/ru/" title="Home">\n
\n
Home\n
\n
\n
</a>\n
\n
<meta itemprop="name" content="Home">\n
<meta itemprop="position" content="1">\n
</li>\n
\n
<li class="breadcrumb-item show-mobile " itemprop="itemListElement" itemscope itemtype="https://schema.org/ListItem"\n
>\n
\n
<a itemprop="item" href="https://vitis-cosmetics.com/ru/продукты/" title="Товары">\n
\n
Товары\n
\n
\n
</a>\n
\n
<meta itemprop="name" content="Товары">\n
<meta itemprop="position" content="2">\n
</li>\n
\n
<li class="breadcrumb-item active " itemprop="itemListElement" itemscope itemtype="https://schema.org/ListItem"\n
aria-current="page">\n
\n
<span itemprop="item">\n
\n
Крем для кожи вокруг глаз\n
\n
\n
</span>\n
\n
<meta itemprop="name" content="Крем для кожи вокруг глаз">\n
<meta itemprop="position" content="3">\n
</li>\n
\n
</ol>\n
</nav>\n
"""
"simmilar_products" => array:5 [
0 => 4286
1 => 4281
2 => 4287
3 => 4284
4 => 4285
]
"gallery" => array:3 [
0 => {#19505}
1 => {#27382}
2 => {#27378}
]
"__app" => array:3 [
"post" => WP_Post {#23059}
"model" => false
"__blade" => array:1 [
0 => {#27239}
]
]
"__store" => array:11 [
"post" => WP_Post {#23059}
"model" => false
"__blade" => array:3 [
0 => {#27239}
1 => {#27194}
2 => {#27208}
]
"__app" => array:3 [
"post" => WP_Post {#23059}
"model" => false
"__blade" => array:1 [
0 => {#27239}
]
]
"__store" => array:5 [
"post" => WP_Post {#23059}
"model" => false
"__blade" => array:2 [
0 => {#27239}
1 => {#27194}
]
"__app" => array:3 [
"post" => WP_Post {#23059}
"model" => false
"__blade" => array:1 [
0 => {#27239}
]
]
"__store" => array:4 [
"__blade" => array:1 [
0 => {#27239}
]
"post" => WP_Post {#23059}
"model" => false
"__app" => array:3 [
"post" => WP_Post {#23059}
"model" => false
"__blade" => array:1 [
0 => {#27239}
]
]
]
]
"coupon" => false
"decoration" => {#27372}
"grape_type" => null
"breadcrumbs" => """
<nav id="breadcrumb" aria-label="breadcrumb" class="container">\n
<ol class="breadcrumb" itemscope itemtype="https://schema.org/BreadcrumbList">\n
\n
\n
<li class="breadcrumb-item " itemprop="itemListElement" itemscope itemtype="https://schema.org/ListItem"\n
>\n
\n
<a itemprop="item" href="https://vitis-cosmetics.com/ru/" title="Home">\n
\n
Home\n
\n
\n
</a>\n
\n
<meta itemprop="name" content="Home">\n
<meta itemprop="position" content="1">\n
</li>\n
\n
<li class="breadcrumb-item show-mobile " itemprop="itemListElement" itemscope itemtype="https://schema.org/ListItem"\n
>\n
\n
<a itemprop="item" href="https://vitis-cosmetics.com/ru/продукты/" title="Товары">\n
\n
Товары\n
\n
\n
</a>\n
\n
<meta itemprop="name" content="Товары">\n
<meta itemprop="position" content="2">\n
</li>\n
\n
<li class="breadcrumb-item active " itemprop="itemListElement" itemscope itemtype="https://schema.org/ListItem"\n
aria-current="page">\n
\n
<span itemprop="item">\n
\n
Крем для кожи вокруг глаз\n
\n
\n
</span>\n
\n
<meta itemprop="name" content="Крем для кожи вокруг глаз">\n
<meta itemprop="position" content="3">\n
</li>\n
\n
</ol>\n
</nav>\n
"""
"simmilar_products" => array:5 [
0 => 4286
1 => 4281
2 => 4287
3 => 4284
4 => 4285
]
"gallery" => array:3 [
0 => {#19505}
1 => {#27382}
2 => {#27378}
]
]
]
/home/vitis/domains/vitis-cosmetics.com/public_html/wp-content/themes/vitis/vendor/illuminate/view/View.php
$this->factory->callComposer($this);
$contents = $this->getContents();
// Once we've finished rendering the view, we'll decrement the render count
// so that each sections get flushed out next time a view is created and
// no old sections are staying around in the memory of an environment.
$this->factory->decrementRender();
return $contents;
}
/**
* Get the evaluated contents of the view.
*
* @return string
*/
protected function getContents()
{
return $this->engine->get($this->path, $this->gatherData());
}
/**
* Get the data bound to the view instance.
*
* @return array
*/
protected function gatherData()
{
$data = array_merge($this->factory->getShared(), $this->data);
foreach ($data as $key => $value) {
if ($value instanceof Renderable) {
$data[$key] = $value->render();
}
}
return $data;
}
Arguments
"/home/vitis/domains/vitis-cosmetics.com/public_html/wp-content/themes/vitis/resources/views/woocommerce/single-product.blade.php"
array:13 [
"__env" => Illuminate\View\Factory {#19278}
"app" => Roots\Sage\Container {#19207}
"post" => WP_Post {#23059}
"model" => false
"__blade" => array:3 [
0 => {#27239}
1 => {#27194}
2 => {#27208}
]
"coupon" => false
"decoration" => {#27372}
"grape_type" => null
"breadcrumbs" => """
<nav id="breadcrumb" aria-label="breadcrumb" class="container">\n
<ol class="breadcrumb" itemscope itemtype="https://schema.org/BreadcrumbList">\n
\n
\n
<li class="breadcrumb-item " itemprop="itemListElement" itemscope itemtype="https://schema.org/ListItem"\n
>\n
\n
<a itemprop="item" href="https://vitis-cosmetics.com/ru/" title="Home">\n
\n
Home\n
\n
\n
</a>\n
\n
<meta itemprop="name" content="Home">\n
<meta itemprop="position" content="1">\n
</li>\n
\n
<li class="breadcrumb-item show-mobile " itemprop="itemListElement" itemscope itemtype="https://schema.org/ListItem"\n
>\n
\n
<a itemprop="item" href="https://vitis-cosmetics.com/ru/продукты/" title="Товары">\n
\n
Товары\n
\n
\n
</a>\n
\n
<meta itemprop="name" content="Товары">\n
<meta itemprop="position" content="2">\n
</li>\n
\n
<li class="breadcrumb-item active " itemprop="itemListElement" itemscope itemtype="https://schema.org/ListItem"\n
aria-current="page">\n
\n
<span itemprop="item">\n
\n
Крем для кожи вокруг глаз\n
\n
\n
</span>\n
\n
<meta itemprop="name" content="Крем для кожи вокруг глаз">\n
<meta itemprop="position" content="3">\n
</li>\n
\n
</ol>\n
</nav>\n
"""
"simmilar_products" => array:5 [
0 => 4286
1 => 4281
2 => 4287
3 => 4284
4 => 4285
]
"gallery" => array:3 [
0 => {#19505}
1 => {#27382}
2 => {#27378}
]
"__app" => array:3 [
"post" => WP_Post {#23059}
"model" => false
"__blade" => array:1 [
0 => {#27239}
]
]
"__store" => array:11 [
"post" => WP_Post {#23059}
"model" => false
"__blade" => array:3 [
0 => {#27239}
1 => {#27194}
2 => {#27208}
]
"__app" => array:3 [
"post" => WP_Post {#23059}
"model" => false
"__blade" => array:1 [
0 => {#27239}
]
]
"__store" => array:5 [
"post" => WP_Post {#23059}
"model" => false
"__blade" => array:2 [
0 => {#27239}
1 => {#27194}
]
"__app" => array:3 [
"post" => WP_Post {#23059}
"model" => false
"__blade" => array:1 [
0 => {#27239}
]
]
"__store" => array:4 [
"__blade" => array:1 [
0 => {#27239}
]
"post" => WP_Post {#23059}
"model" => false
"__app" => array:3 [
"post" => WP_Post {#23059}
"model" => false
"__blade" => array:1 [
0 => {#27239}
]
]
]
]
"coupon" => false
"decoration" => {#27372}
"grape_type" => null
"breadcrumbs" => """
<nav id="breadcrumb" aria-label="breadcrumb" class="container">\n
<ol class="breadcrumb" itemscope itemtype="https://schema.org/BreadcrumbList">\n
\n
\n
<li class="breadcrumb-item " itemprop="itemListElement" itemscope itemtype="https://schema.org/ListItem"\n
>\n
\n
<a itemprop="item" href="https://vitis-cosmetics.com/ru/" title="Home">\n
\n
Home\n
\n
\n
</a>\n
\n
<meta itemprop="name" content="Home">\n
<meta itemprop="position" content="1">\n
</li>\n
\n
<li class="breadcrumb-item show-mobile " itemprop="itemListElement" itemscope itemtype="https://schema.org/ListItem"\n
>\n
\n
<a itemprop="item" href="https://vitis-cosmetics.com/ru/продукты/" title="Товары">\n
\n
Товары\n
\n
\n
</a>\n
\n
<meta itemprop="name" content="Товары">\n
<meta itemprop="position" content="2">\n
</li>\n
\n
<li class="breadcrumb-item active " itemprop="itemListElement" itemscope itemtype="https://schema.org/ListItem"\n
aria-current="page">\n
\n
<span itemprop="item">\n
\n
Крем для кожи вокруг глаз\n
\n
\n
</span>\n
\n
<meta itemprop="name" content="Крем для кожи вокруг глаз">\n
<meta itemprop="position" content="3">\n
</li>\n
\n
</ol>\n
</nav>\n
"""
"simmilar_products" => array:5 [
0 => 4286
1 => 4281
2 => 4287
3 => 4284
4 => 4285
]
"gallery" => array:3 [
0 => {#19505}
1 => {#27382}
2 => {#27378}
]
]
]
/home/vitis/domains/vitis-cosmetics.com/public_html/wp-content/themes/vitis/vendor/illuminate/view/View.php
throw $e;
}
}
/**
* Get the contents of the view instance.
*
* @return string
*/
protected function renderContents()
{
// We will keep track of the amount of views being rendered so we can flush
// the section after the complete rendering operation is done. This will
// clear out the sections for any separate views that may be rendered.
$this->factory->incrementRender();
$this->factory->callComposer($this);
$contents = $this->getContents();
// Once we've finished rendering the view, we'll decrement the render count
// so that each sections get flushed out next time a view is created and
// no old sections are staying around in the memory of an environment.
$this->factory->decrementRender();
return $contents;
}
/**
* Get the evaluated contents of the view.
*
* @return string
*/
protected function getContents()
{
return $this->engine->get($this->path, $this->gatherData());
}
/**
/home/vitis/domains/vitis-cosmetics.com/public_html/wp-content/themes/vitis/vendor/illuminate/view/View.php
$this->view = $view;
$this->path = $path;
$this->engine = $engine;
$this->factory = $factory;
$this->data = $data instanceof Arrayable ? $data->toArray() : (array) $data;
}
/**
* Get the string contents of the view.
*
* @param callable|null $callback
* @return string
*
* @throws \Throwable
*/
public function render(callable $callback = null)
{
try {
$contents = $this->renderContents();
$response = isset($callback) ? call_user_func($callback, $this, $contents) : null;
// Once we have the contents of the view, we will flush the sections if we are
// done rendering all views so that there is nothing left hanging over when
// another view gets rendered in the future by the application developer.
$this->factory->flushStateIfDoneRendering();
return ! is_null($response) ? $response : $contents;
} catch (Exception $e) {
$this->factory->flushState();
throw $e;
} catch (Throwable $e) {
$this->factory->flushState();
throw $e;
}
}
/home/vitis/domains/vitis-cosmetics.com/public_html/wp-content/themes/vitis/vendor/roots/sage-lib/Template/Blade.php
{
static $engineResolver;
if (!$engineResolver) {
$engineResolver = $this->getContainer()->make('view.engine.resolver');
}
return $engineResolver->resolve('blade')->getCompiler();
}
/**
* @param string $view
* @param array $data
* @param array $mergeData
* @return string
*/
public function render($view, $data = [], $mergeData = [])
{
/** @var \Illuminate\Contracts\Filesystem\Filesystem $filesystem */
$filesystem = $this->getContainer()['files'];
return $this->{$filesystem->exists($view) ? 'file' : 'make'}($view, $data, $mergeData)->render();
}
/**
* @param string $file
* @param array $data
* @param array $mergeData
* @return string
*/
public function compiledPath($file, $data = [], $mergeData = [])
{
$rendered = $this->file($file, $data, $mergeData);
/** @var EngineInterface $engine */
$engine = $rendered->getEngine();
if (!($engine instanceof CompilerEngine)) {
// Using PhpEngine, so just return the file
return $file;
}
$compiler = $engine->getCompiler();
/home/vitis/domains/vitis-cosmetics.com/public_html/wp-content/themes/vitis/app/helpers.php
function config($key = null, $default = null)
{
if (is_null($key)) {
return sage('config');
}
if (is_array($key)) {
return sage('config')->set($key);
}
return sage('config')->get($key, $default);
}
/**
* @param string $file
* @param array $data
* @return string
*/
function view($file, $data = [])
{
return sage('blade')->render($file, $data);
}
/**
* Retrieve path to a compiled blade view
* @param $file
* @param array $data
* @return string
*/
function template_path($file, $data = [])
{
return sage('blade')->compiledPath($file, $data);
}
/**
* @param $asset
* @return string
*/
function asset_path($asset)
{
return sage('assets')->getUri($asset);
Arguments
"/home/vitis/domains/vitis-cosmetics.com/public_html/wp-content/themes/vitis/resources/views/woocommerce/single-product.blade.php"
array:11 [
"post" => WP_Post {#23059}
"model" => false
"__blade" => array:3 [
0 => {#27239}
1 => {#27194}
2 => {#27208}
]
"coupon" => false
"decoration" => {#27372}
"grape_type" => null
"breadcrumbs" => """
<nav id="breadcrumb" aria-label="breadcrumb" class="container">\n
<ol class="breadcrumb" itemscope itemtype="https://schema.org/BreadcrumbList">\n
\n
\n
<li class="breadcrumb-item " itemprop="itemListElement" itemscope itemtype="https://schema.org/ListItem"\n
>\n
\n
<a itemprop="item" href="https://vitis-cosmetics.com/ru/" title="Home">\n
\n
Home\n
\n
\n
</a>\n
\n
<meta itemprop="name" content="Home">\n
<meta itemprop="position" content="1">\n
</li>\n
\n
<li class="breadcrumb-item show-mobile " itemprop="itemListElement" itemscope itemtype="https://schema.org/ListItem"\n
>\n
\n
<a itemprop="item" href="https://vitis-cosmetics.com/ru/продукты/" title="Товары">\n
\n
Товары\n
\n
\n
</a>\n
\n
<meta itemprop="name" content="Товары">\n
<meta itemprop="position" content="2">\n
</li>\n
\n
<li class="breadcrumb-item active " itemprop="itemListElement" itemscope itemtype="https://schema.org/ListItem"\n
aria-current="page">\n
\n
<span itemprop="item">\n
\n
Крем для кожи вокруг глаз\n
\n
\n
</span>\n
\n
<meta itemprop="name" content="Крем для кожи вокруг глаз">\n
<meta itemprop="position" content="3">\n
</li>\n
\n
</ol>\n
</nav>\n
"""
"simmilar_products" => array:5 [
0 => 4286
1 => 4281
2 => 4287
3 => 4284
4 => 4285
]
"gallery" => array:3 [
0 => {#19505}
1 => {#27382}
2 => {#27378}
]
"__app" => array:3 [
"post" => WP_Post {#23059}
"model" => false
"__blade" => array:1 [
0 => {#27239}
]
]
"__store" => array:11 [
"post" => WP_Post {#23059}
"model" => false
"__blade" => array:3 [
0 => {#27239}
1 => {#27194}
2 => {#27208}
]
"__app" => array:3 [
"post" => WP_Post {#23059}
"model" => false
"__blade" => array:1 [
0 => {#27239}
]
]
"__store" => array:5 [
"post" => WP_Post {#23059}
"model" => false
"__blade" => array:2 [
0 => {#27239}
1 => {#27194}
]
"__app" => array:3 [
"post" => WP_Post {#23059}
"model" => false
"__blade" => array:1 [
0 => {#27239}
]
]
"__store" => array:4 [
"__blade" => array:1 [
0 => {#27239}
]
"post" => WP_Post {#23059}
"model" => false
"__app" => array:3 [
"post" => WP_Post {#23059}
"model" => false
"__blade" => array:1 [
0 => {#27239}
]
]
]
]
"coupon" => false
"decoration" => {#27372}
"grape_type" => null
"breadcrumbs" => """
<nav id="breadcrumb" aria-label="breadcrumb" class="container">\n
<ol class="breadcrumb" itemscope itemtype="https://schema.org/BreadcrumbList">\n
\n
\n
<li class="breadcrumb-item " itemprop="itemListElement" itemscope itemtype="https://schema.org/ListItem"\n
>\n
\n
<a itemprop="item" href="https://vitis-cosmetics.com/ru/" title="Home">\n
\n
Home\n
\n
\n
</a>\n
\n
<meta itemprop="name" content="Home">\n
<meta itemprop="position" content="1">\n
</li>\n
\n
<li class="breadcrumb-item show-mobile " itemprop="itemListElement" itemscope itemtype="https://schema.org/ListItem"\n
>\n
\n
<a itemprop="item" href="https://vitis-cosmetics.com/ru/продукты/" title="Товары">\n
\n
Товары\n
\n
\n
</a>\n
\n
<meta itemprop="name" content="Товары">\n
<meta itemprop="position" content="2">\n
</li>\n
\n
<li class="breadcrumb-item active " itemprop="itemListElement" itemscope itemtype="https://schema.org/ListItem"\n
aria-current="page">\n
\n
<span itemprop="item">\n
\n
Крем для кожи вокруг глаз\n
\n
\n
</span>\n
\n
<meta itemprop="name" content="Крем для кожи вокруг глаз">\n
<meta itemprop="position" content="3">\n
</li>\n
\n
</ol>\n
</nav>\n
"""
"simmilar_products" => array:5 [
0 => 4286
1 => 4281
2 => 4287
3 => 4284
4 => 4285
]
"gallery" => array:3 [
0 => {#19505}
1 => {#27382}
2 => {#27378}
]
]
]
/home/vitis/domains/vitis-cosmetics.com/public_html/wp-content/themes/vitis/app/filters.php
/**
* 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
);
$data = collect(get_body_class())->reduce(function ($data, $class) use ($comments_template) {
return apply_filters("sage/template/{$class}/data", $data, $comments_template);
}, []);
Arguments
"/home/vitis/domains/vitis-cosmetics.com/public_html/wp-content/themes/vitis/resources/views/woocommerce/single-product.blade.php"
array:11 [
"post" => WP_Post {#23059}
"model" => false
"__blade" => array:3 [
0 => {#27239}
1 => {#27194}
2 => {#27208}
]
"coupon" => false
"decoration" => {#27372}
"grape_type" => null
"breadcrumbs" => """
<nav id="breadcrumb" aria-label="breadcrumb" class="container">\n
<ol class="breadcrumb" itemscope itemtype="https://schema.org/BreadcrumbList">\n
\n
\n
<li class="breadcrumb-item " itemprop="itemListElement" itemscope itemtype="https://schema.org/ListItem"\n
>\n
\n
<a itemprop="item" href="https://vitis-cosmetics.com/ru/" title="Home">\n
\n
Home\n
\n
\n
</a>\n
\n
<meta itemprop="name" content="Home">\n
<meta itemprop="position" content="1">\n
</li>\n
\n
<li class="breadcrumb-item show-mobile " itemprop="itemListElement" itemscope itemtype="https://schema.org/ListItem"\n
>\n
\n
<a itemprop="item" href="https://vitis-cosmetics.com/ru/продукты/" title="Товары">\n
\n
Товары\n
\n
\n
</a>\n
\n
<meta itemprop="name" content="Товары">\n
<meta itemprop="position" content="2">\n
</li>\n
\n
<li class="breadcrumb-item active " itemprop="itemListElement" itemscope itemtype="https://schema.org/ListItem"\n
aria-current="page">\n
\n
<span itemprop="item">\n
\n
Крем для кожи вокруг глаз\n
\n
\n
</span>\n
\n
<meta itemprop="name" content="Крем для кожи вокруг глаз">\n
<meta itemprop="position" content="3">\n
</li>\n
\n
</ol>\n
</nav>\n
"""
"simmilar_products" => array:5 [
0 => 4286
1 => 4281
2 => 4287
3 => 4284
4 => 4285
]
"gallery" => array:3 [
0 => {#19505}
1 => {#27382}
2 => {#27378}
]
"__app" => array:3 [
"post" => WP_Post {#23059}
"model" => false
"__blade" => array:1 [
0 => {#27239}
]
]
"__store" => array:11 [
"post" => WP_Post {#23059}
"model" => false
"__blade" => array:3 [
0 => {#27239}
1 => {#27194}
2 => {#27208}
]
"__app" => array:3 [
"post" => WP_Post {#23059}
"model" => false
"__blade" => array:1 [
0 => {#27239}
]
]
"__store" => array:5 [
"post" => WP_Post {#23059}
"model" => false
"__blade" => array:2 [
0 => {#27239}
1 => {#27194}
]
"__app" => array:3 [
"post" => WP_Post {#23059}
"model" => false
"__blade" => array:1 [
0 => {#27239}
]
]
"__store" => array:4 [
"__blade" => array:1 [
0 => {#27239}
]
"post" => WP_Post {#23059}
"model" => false
"__app" => array:3 [
"post" => WP_Post {#23059}
"model" => false
"__blade" => array:1 [
0 => {#27239}
]
]
]
]
"coupon" => false
"decoration" => {#27372}
"grape_type" => null
"breadcrumbs" => """
<nav id="breadcrumb" aria-label="breadcrumb" class="container">\n
<ol class="breadcrumb" itemscope itemtype="https://schema.org/BreadcrumbList">\n
\n
\n
<li class="breadcrumb-item " itemprop="itemListElement" itemscope itemtype="https://schema.org/ListItem"\n
>\n
\n
<a itemprop="item" href="https://vitis-cosmetics.com/ru/" title="Home">\n
\n
Home\n
\n
\n
</a>\n
\n
<meta itemprop="name" content="Home">\n
<meta itemprop="position" content="1">\n
</li>\n
\n
<li class="breadcrumb-item show-mobile " itemprop="itemListElement" itemscope itemtype="https://schema.org/ListItem"\n
>\n
\n
<a itemprop="item" href="https://vitis-cosmetics.com/ru/продукты/" title="Товары">\n
\n
Товары\n
\n
\n
</a>\n
\n
<meta itemprop="name" content="Товары">\n
<meta itemprop="position" content="2">\n
</li>\n
\n
<li class="breadcrumb-item active " itemprop="itemListElement" itemscope itemtype="https://schema.org/ListItem"\n
aria-current="page">\n
\n
<span itemprop="item">\n
\n
Крем для кожи вокруг глаз\n
\n
\n
</span>\n
\n
<meta itemprop="name" content="Крем для кожи вокруг глаз">\n
<meta itemprop="position" content="3">\n
</li>\n
\n
</ol>\n
</nav>\n
"""
"simmilar_products" => array:5 [
0 => 4286
1 => 4281
2 => 4287
3 => 4284
4 => 4285
]
"gallery" => array:3 [
0 => {#19505}
1 => {#27382}
2 => {#27378}
]
]
]
/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
"/home/vitis/domains/vitis-cosmetics.com/public_html/wp-content/themes/vitis/resources/views/woocommerce/single-product.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
"/home/vitis/domains/vitis-cosmetics.com/public_html/wp-content/themes/vitis/resources/views/woocommerce/single-product.blade.php"
array:1 [
0 => "/home/vitis/domains/vitis-cosmetics.com/public_html/wp-content/themes/vitis/resources/views/woocommerce/single-product.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
"template_include"
"/home/vitis/domains/vitis-cosmetics.com/public_html/wp-content/themes/vitis/resources/views/single-product.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
"/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
"/home/vitis/domains/vitis-cosmetics.com/public_html/wp-blog-header.php"