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,
""" 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) """
* * @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();
ErrorException {#23938 #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 {#23958 #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 {#23964 #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
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,
""" 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) """
* * @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();
ErrorException {#23958 #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 {#23964 #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
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,
""" 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) """
* * @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();
Whoops\Exception\ErrorException {#23964 #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
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,
""" file_get_contents(): SSL operation failed with code 1. OpenSSL Error messages:\n error:1416F086:SSL routines:tls_process_server_certificate:certificate verify failed """
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,
"https://vitis-cosmetics.com/wp-content/uploads/2021/02/Group-22.svg"
$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.
""
} 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 ] );
""
array:1 [ 0 => "" ]
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 ) {
array:1 [ 0 => "" ]
<?php do_action('wp_header_content'); ?>
"wp_header_content"
/** * 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) {
"/home/vitis/domains/vitis-cosmetics.com/public_html/wp-content/uploads/cache/10f0463b9538725c167e5430b601c0379116a9a9.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);
"/home/vitis/domains/vitis-cosmetics.com/public_html/wp-content/uploads/cache/10f0463b9538725c167e5430b601c0379116a9a9.php"
array:11 [ "__env" => Illuminate\View\Factory {#19440} "app" => Roots\Sage\Container {#19994} "post" => WP_Post {#23504} "obLevel" => 2 "model" => App\Models\Ingredient {#23930} "__blade" => array:3 [ 0 => {#23923} 1 => {#23933} 2 => {#23887} ] "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" 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/skladniki/" title="Składniki">\n \n Składniki\n \n \n </a>\n \n <meta itemprop="name" content="Składniki">\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 Olej cacay\n \n \n </span>\n \n <meta itemprop="name" content="Olej cacay">\n <meta itemprop="position" content="3">\n </li>\n \n </ol>\n </nav>\n """ "title_segment" => """ <section class="section single-title-section">\n <div class="d-flex flex-wrap">\n \n <div class="page-content no-image">\n <div class="blog-post-date">\n 24-02-2021\n </div>\n <h1 class="single-title">Olej cacay</h1> <div class="social-share">\n <a href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fvitis-cosmetics.com%2Fskladniki%2Folej-cacay%2F&t=Olej cacay"\n onclick="javascript:window.open(this.href, '', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=300,width=600');return false;"\n target="_blank" title="Udostępnij na Facebook" class="fb-share" rel="noreferrer nopenner"><figure class="full"><svg xmlns="http://www.w3.org/2000/svg" width="12.467" height="19.292" viewBox="0 0 12.467 19.292"><defs><style>.a{fill:#535353;opacity:0.8;}</style></defs><path class="a" d="M13.259,10.852l.646-3.491H9.864V5.095c0-.955.565-1.886,2.375-1.886h1.838V.236A26.908,26.908,0,0,0,10.814,0c-3.329,0-5.5,1.672-5.5,4.7V7.361h-3.7v3.491h3.7v8.44H9.864v-8.44Z" transform="translate(-1.609)"/></svg></figure>\n </a>\n <a href="https://twitter.com/share?url=https%3A%2F%2Fvitis-cosmetics.com%2Fskladniki%2Folej-cacay%2F&text=Olej cacay"\n onclick="javascript:window.open(this.href, '', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=300,width=600');return false;"\n target="_blank" title="Udostępnij na Twitter" class="twitter-share" rel="noreferrer nopenner"><figure class="full"><svg xmlns="http://www.w3.org/2000/svg" width="18.273" height="14.87" viewBox="0 0 18.273 14.87"><defs><style>.a{fill:#757575;}</style></defs><path class="a" d="M19.687,6.262a7.579,7.579,0,0,1-2.153.592,3.762,3.762,0,0,0,1.65-2.076,7.449,7.449,0,0,1-2.381.91,3.748,3.748,0,0,0-6.486,2.563,3.67,3.67,0,0,0,.1.856A10.625,10.625,0,0,1,2.683,5.185,3.756,3.756,0,0,0,3.849,10.2a3.662,3.662,0,0,1-1.7-.469v.046a3.752,3.752,0,0,0,3.009,3.679,3.774,3.774,0,0,1-.987.132,3.537,3.537,0,0,1-.7-.07,3.755,3.755,0,0,0,3.5,2.606,7.517,7.517,0,0,1-4.658,1.607,7.6,7.6,0,0,1-.895-.054,10.479,10.479,0,0,0,5.739,1.7A10.6,10.6,0,0,0,17.828,8.69c0-.163,0-.325-.012-.484A7.632,7.632,0,0,0,19.687,6.262Z" transform="translate(-1.413 -4.5)"/></svg></figure>\n </a>\n <a \n href="http://pinterest.com/pin/create/button/?url=https%3A%2F%2Fvitis-cosmetics.com%2Fskladniki%2Folej-cacay%2F&description=Olej+cacay&media=https://vitis-cosmetics.com/wp-content/uploads/2021/03/grape_image_4.jpg"\n onclick="javascript:window.open(this.href, '', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=300,width=600');return false;"\n class="pintrest-share" \n title="Udostępnij na Pintrest" class="pin-share" rel="noreferrer nopenner">\n <figure class="full"><svg xmlns="http://www.w3.org/2000/svg" width="15.125" height="15.162" viewBox="0 0 15.125 15.162"><defs><style>.a{fill:#757575;}</style></defs><path class="a" d="M7.617,0A7.573,7.573,0,0,0,4.856,14.624a7.28,7.28,0,0,1,.026-2.173c.138-.592.888-3.763.888-3.763a2.74,2.74,0,0,1-.227-1.125c0-1.051.611-1.839,1.37-1.839a.952.952,0,0,1,.959,1.066,15.178,15.178,0,0,1-.627,2.522A1.1,1.1,0,0,0,8.367,10.68c1.344,0,2.38-1.418,2.38-3.466A2.989,2.989,0,0,0,7.583,4.138,3.277,3.277,0,0,0,4.166,7.422a2.949,2.949,0,0,0,.562,1.732.231.231,0,0,1,.054.218c-.057.237-.185.757-.211.861-.033.142-.109.171-.253.1A3.387,3.387,0,0,1,2.78,7.4c0-2.386,1.736-4.581,5-4.581a4.447,4.447,0,0,1,4.67,4.374c0,2.612-1.647,4.714-3.938,4.714a2.045,2.045,0,0,1-1.742-.871l-.473,1.8a8.25,8.25,0,0,1-.946,1.987A7.573,7.573,0,1,0,7.6.016Z" transform="translate(-0.044)"/></svg></figure>\n </a>\n \n <a href="http://www.tumblr.com/share/link?url=https%3A%2F%2Fvitis-cosmetics.com%2Fskladniki%2Folej-cacay%2F&name=Olej+cacay"\n onclick="javascript:window.open(this.href, '', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=300,width=600');return false;"\n target="_blank" title="Share on Tumblr" class="tumblr-share" rel="noreferrer nopenner"><figure class="full"><?xml version="1.0" standalone="no"?>\n <svg xmlns="http://www.w3.org/2000/svg" height="20" width="20" viewBox="0 0 1000 1000" xmlns:xlink="http://www.w3.org/1999/xlink">\n <metadata>IcoFont Icons</metadata>\n <title>tumblr</title>\n <glyph glyph-name="tumblr" unicode="" horiz-adv-x="1000" />\n <path fill="#757575" d="M576.4 777.7c-14.699999999999932-8.700000000000045-28.199999999999932-23.5-33.60000000000002-37.80000000000007-5.399999999999977-14.399999999999977-4.699999999999932-43.69999999999993-4.699999999999932-94.39999999999998v-224.39999999999998h204.10000000000002v-156.20000000000005h-204.10000000000002v-202.49999999999997h-125.60000000000002c-5.600000000000023 45.099999999999994-15.899999999999977 82.29999999999998-30.899999999999977 111.5-15 29.19999999999999-34.700000000000045 54.29999999999998-59.60000000000002 75.1-24.69999999999999 20.80000000000001-64.80000000000001 36.89999999999998-99.5 48v124h119.89999999999998v306.9c0 40.10000000000002 4.2000000000000455 70.60000000000002 12.700000000000045 91.70000000000005 8.5 21 23.599999999999966 41 45.599999999999966 59.69999999999993 21.900000000000034 18.600000000000023 48.30000000000001 33 79.40000000000003 43.10000000000002 31 10.100000000000023 54.799999999999955 15.100000000000023 95.10000000000002 15.100000000000023 35.5 0 68.5-3.6000000000000227 99.09999999999991-10.600000000000023 30.600000000000023-7.199999999999932 64.80000000000007-19.5 102.40000000000009-37v-138c-44.200000000000045 28.800000000000068-88.60000000000002 43.10000000000002-133.4000000000001 43.10000000000002-25 0-47.299999999999955-5.7999999999999545-66.89999999999998-17.299999999999955z"/>\n </svg></figure>\n </a>\n \n </div>\n <div class="short-content "><p>(pochodzi z dżungli amazońskiej) ujędrnia skórę, widocznie redukuje zmarszczki oraz zapobiega powstawaniu nowych, tworzy łagodzącą barierę hydrolipidową, zapewnia długotrwałe nawilżenie skóry oraz regeneruje skórę narażoną na codzienne działanie czynników zewnętrznych (wiatr, mróz, słońce, smog)</p>\n </div>\n </div>\n \n </div>\n </section> """ "section" => false "__app" => array:3 [ "post" => WP_Post {#23504} "model" => false "__blade" => array:1 [ 0 => {#23923} ] ] "__store" => array:8 [ "post" => WP_Post {#23504} "model" => App\Models\Ingredient {#23930} "__blade" => array:3 [ 0 => {#23923} 1 => {#23933} 2 => {#23887} ] "__app" => array:3 [ "post" => WP_Post {#23504} "model" => false "__blade" => array:1 [ 0 => {#23923} ] ] "__store" => array:5 [ "post" => WP_Post {#23504} "model" => false "__blade" => array:2 [ 0 => {#23923} 1 => {#23933} ] "__app" => array:3 [ "post" => WP_Post {#23504} "model" => false "__blade" => array:1 [ 0 => {#23923} ] ] "__store" => array:4 [ "__blade" => array:1 [ 0 => {#23923} ] "post" => WP_Post {#23504} "model" => false "__app" => array:3 [ "post" => WP_Post {#23504} "model" => false "__blade" => array:1 [ 0 => {#23923} ] ] ] ] "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" 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/skladniki/" title="Składniki">\n \n Składniki\n \n \n </a>\n \n <meta itemprop="name" content="Składniki">\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 Olej cacay\n \n \n </span>\n \n <meta itemprop="name" content="Olej cacay">\n <meta itemprop="position" content="3">\n </li>\n \n </ol>\n </nav>\n """ "title_segment" => """ <section class="section single-title-section">\n <div class="d-flex flex-wrap">\n \n <div class="page-content no-image">\n <div class="blog-post-date">\n 24-02-2021\n </div>\n <h1 class="single-title">Olej cacay</h1> <div class="social-share">\n <a href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fvitis-cosmetics.com%2Fskladniki%2Folej-cacay%2F&t=Olej cacay"\n onclick="javascript:window.open(this.href, '', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=300,width=600');return false;"\n target="_blank" title="Udostępnij na Facebook" class="fb-share" rel="noreferrer nopenner"><figure class="full"><svg xmlns="http://www.w3.org/2000/svg" width="12.467" height="19.292" viewBox="0 0 12.467 19.292"><defs><style>.a{fill:#535353;opacity:0.8;}</style></defs><path class="a" d="M13.259,10.852l.646-3.491H9.864V5.095c0-.955.565-1.886,2.375-1.886h1.838V.236A26.908,26.908,0,0,0,10.814,0c-3.329,0-5.5,1.672-5.5,4.7V7.361h-3.7v3.491h3.7v8.44H9.864v-8.44Z" transform="translate(-1.609)"/></svg></figure>\n </a>\n <a href="https://twitter.com/share?url=https%3A%2F%2Fvitis-cosmetics.com%2Fskladniki%2Folej-cacay%2F&text=Olej cacay"\n onclick="javascript:window.open(this.href, '', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=300,width=600');return false;"\n target="_blank" title="Udostępnij na Twitter" class="twitter-share" rel="noreferrer nopenner"><figure class="full"><svg xmlns="http://www.w3.org/2000/svg" width="18.273" height="14.87" viewBox="0 0 18.273 14.87"><defs><style>.a{fill:#757575;}</style></defs><path class="a" d="M19.687,6.262a7.579,7.579,0,0,1-2.153.592,3.762,3.762,0,0,0,1.65-2.076,7.449,7.449,0,0,1-2.381.91,3.748,3.748,0,0,0-6.486,2.563,3.67,3.67,0,0,0,.1.856A10.625,10.625,0,0,1,2.683,5.185,3.756,3.756,0,0,0,3.849,10.2a3.662,3.662,0,0,1-1.7-.469v.046a3.752,3.752,0,0,0,3.009,3.679,3.774,3.774,0,0,1-.987.132,3.537,3.537,0,0,1-.7-.07,3.755,3.755,0,0,0,3.5,2.606,7.517,7.517,0,0,1-4.658,1.607,7.6,7.6,0,0,1-.895-.054,10.479,10.479,0,0,0,5.739,1.7A10.6,10.6,0,0,0,17.828,8.69c0-.163,0-.325-.012-.484A7.632,7.632,0,0,0,19.687,6.262Z" transform="translate(-1.413 -4.5)"/></svg></figure>\n </a>\n <a \n href="http://pinterest.com/pin/create/button/?url=https%3A%2F%2Fvitis-cosmetics.com%2Fskladniki%2Folej-cacay%2F&description=Olej+cacay&media=https://vitis-cosmetics.com/wp-content/uploads/2021/03/grape_image_4.jpg"\n onclick="javascript:window.open(this.href, '', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=300,width=600');return false;"\n class="pintrest-share" \n title="Udostępnij na Pintrest" class="pin-share" rel="noreferrer nopenner">\n <figure class="full"><svg xmlns="http://www.w3.org/2000/svg" width="15.125" height="15.162" viewBox="0 0 15.125 15.162"><defs><style>.a{fill:#757575;}</style></defs><path class="a" d="M7.617,0A7.573,7.573,0,0,0,4.856,14.624a7.28,7.28,0,0,1,.026-2.173c.138-.592.888-3.763.888-3.763a2.74,2.74,0,0,1-.227-1.125c0-1.051.611-1.839,1.37-1.839a.952.952,0,0,1,.959,1.066,15.178,15.178,0,0,1-.627,2.522A1.1,1.1,0,0,0,8.367,10.68c1.344,0,2.38-1.418,2.38-3.466A2.989,2.989,0,0,0,7.583,4.138,3.277,3.277,0,0,0,4.166,7.422a2.949,2.949,0,0,0,.562,1.732.231.231,0,0,1,.054.218c-.057.237-.185.757-.211.861-.033.142-.109.171-.253.1A3.387,3.387,0,0,1,2.78,7.4c0-2.386,1.736-4.581,5-4.581a4.447,4.447,0,0,1,4.67,4.374c0,2.612-1.647,4.714-3.938,4.714a2.045,2.045,0,0,1-1.742-.871l-.473,1.8a8.25,8.25,0,0,1-.946,1.987A7.573,7.573,0,1,0,7.6.016Z" transform="translate(-0.044)"/></svg></figure>\n </a>\n \n <a href="http://www.tumblr.com/share/link?url=https%3A%2F%2Fvitis-cosmetics.com%2Fskladniki%2Folej-cacay%2F&name=Olej+cacay"\n onclick="javascript:window.open(this.href, '', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=300,width=600');return false;"\n target="_blank" title="Share on Tumblr" class="tumblr-share" rel="noreferrer nopenner"><figure class="full"><?xml version="1.0" standalone="no"?>\n <svg xmlns="http://www.w3.org/2000/svg" height="20" width="20" viewBox="0 0 1000 1000" xmlns:xlink="http://www.w3.org/1999/xlink">\n <metadata>IcoFont Icons</metadata>\n <title>tumblr</title>\n <glyph glyph-name="tumblr" unicode="" horiz-adv-x="1000" />\n <path fill="#757575" d="M576.4 777.7c-14.699999999999932-8.700000000000045-28.199999999999932-23.5-33.60000000000002-37.80000000000007-5.399999999999977-14.399999999999977-4.699999999999932-43.69999999999993-4.699999999999932-94.39999999999998v-224.39999999999998h204.10000000000002v-156.20000000000005h-204.10000000000002v-202.49999999999997h-125.60000000000002c-5.600000000000023 45.099999999999994-15.899999999999977 82.29999999999998-30.899999999999977 111.5-15 29.19999999999999-34.700000000000045 54.29999999999998-59.60000000000002 75.1-24.69999999999999 20.80000000000001-64.80000000000001 36.89999999999998-99.5 48v124h119.89999999999998v306.9c0 40.10000000000002 4.2000000000000455 70.60000000000002 12.700000000000045 91.70000000000005 8.5 21 23.599999999999966 41 45.599999999999966 59.69999999999993 21.900000000000034 18.600000000000023 48.30000000000001 33 79.40000000000003 43.10000000000002 31 10.100000000000023 54.799999999999955 15.100000000000023 95.10000000000002 15.100000000000023 35.5 0 68.5-3.6000000000000227 99.09999999999991-10.600000000000023 30.600000000000023-7.199999999999932 64.80000000000007-19.5 102.40000000000009-37v-138c-44.200000000000045 28.800000000000068-88.60000000000002 43.10000000000002-133.4000000000001 43.10000000000002-25 0-47.299999999999955-5.7999999999999545-66.89999999999998-17.299999999999955z"/>\n </svg></figure>\n </a>\n \n </div>\n <div class="short-content "><p>(pochodzi z dżungli amazońskiej) ujędrnia skórę, widocznie redukuje zmarszczki oraz zapobiega powstawaniu nowych, tworzy łagodzącą barierę hydrolipidową, zapewnia długotrwałe nawilżenie skóry oraz regeneruje skórę narażoną na codzienne działanie czynników zewnętrznych (wiatr, mróz, słońce, smog)</p>\n </div>\n </div>\n \n </div>\n </section> """ "section" => false ] ]
$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; }
"/home/vitis/domains/vitis-cosmetics.com/public_html/wp-content/themes/vitis/resources/views/partials/header/header.blade.php"
array:11 [ "__env" => Illuminate\View\Factory {#19440} "app" => Roots\Sage\Container {#19994} "post" => WP_Post {#23504} "obLevel" => 2 "model" => App\Models\Ingredient {#23930} "__blade" => array:3 [ 0 => {#23923} 1 => {#23933} 2 => {#23887} ] "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" 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/skladniki/" title="Składniki">\n \n Składniki\n \n \n </a>\n \n <meta itemprop="name" content="Składniki">\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 Olej cacay\n \n \n </span>\n \n <meta itemprop="name" content="Olej cacay">\n <meta itemprop="position" content="3">\n </li>\n \n </ol>\n </nav>\n """ "title_segment" => """ <section class="section single-title-section">\n <div class="d-flex flex-wrap">\n \n <div class="page-content no-image">\n <div class="blog-post-date">\n 24-02-2021\n </div>\n <h1 class="single-title">Olej cacay</h1> <div class="social-share">\n <a href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fvitis-cosmetics.com%2Fskladniki%2Folej-cacay%2F&t=Olej cacay"\n onclick="javascript:window.open(this.href, '', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=300,width=600');return false;"\n target="_blank" title="Udostępnij na Facebook" class="fb-share" rel="noreferrer nopenner"><figure class="full"><svg xmlns="http://www.w3.org/2000/svg" width="12.467" height="19.292" viewBox="0 0 12.467 19.292"><defs><style>.a{fill:#535353;opacity:0.8;}</style></defs><path class="a" d="M13.259,10.852l.646-3.491H9.864V5.095c0-.955.565-1.886,2.375-1.886h1.838V.236A26.908,26.908,0,0,0,10.814,0c-3.329,0-5.5,1.672-5.5,4.7V7.361h-3.7v3.491h3.7v8.44H9.864v-8.44Z" transform="translate(-1.609)"/></svg></figure>\n </a>\n <a href="https://twitter.com/share?url=https%3A%2F%2Fvitis-cosmetics.com%2Fskladniki%2Folej-cacay%2F&text=Olej cacay"\n onclick="javascript:window.open(this.href, '', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=300,width=600');return false;"\n target="_blank" title="Udostępnij na Twitter" class="twitter-share" rel="noreferrer nopenner"><figure class="full"><svg xmlns="http://www.w3.org/2000/svg" width="18.273" height="14.87" viewBox="0 0 18.273 14.87"><defs><style>.a{fill:#757575;}</style></defs><path class="a" d="M19.687,6.262a7.579,7.579,0,0,1-2.153.592,3.762,3.762,0,0,0,1.65-2.076,7.449,7.449,0,0,1-2.381.91,3.748,3.748,0,0,0-6.486,2.563,3.67,3.67,0,0,0,.1.856A10.625,10.625,0,0,1,2.683,5.185,3.756,3.756,0,0,0,3.849,10.2a3.662,3.662,0,0,1-1.7-.469v.046a3.752,3.752,0,0,0,3.009,3.679,3.774,3.774,0,0,1-.987.132,3.537,3.537,0,0,1-.7-.07,3.755,3.755,0,0,0,3.5,2.606,7.517,7.517,0,0,1-4.658,1.607,7.6,7.6,0,0,1-.895-.054,10.479,10.479,0,0,0,5.739,1.7A10.6,10.6,0,0,0,17.828,8.69c0-.163,0-.325-.012-.484A7.632,7.632,0,0,0,19.687,6.262Z" transform="translate(-1.413 -4.5)"/></svg></figure>\n </a>\n <a \n href="http://pinterest.com/pin/create/button/?url=https%3A%2F%2Fvitis-cosmetics.com%2Fskladniki%2Folej-cacay%2F&description=Olej+cacay&media=https://vitis-cosmetics.com/wp-content/uploads/2021/03/grape_image_4.jpg"\n onclick="javascript:window.open(this.href, '', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=300,width=600');return false;"\n class="pintrest-share" \n title="Udostępnij na Pintrest" class="pin-share" rel="noreferrer nopenner">\n <figure class="full"><svg xmlns="http://www.w3.org/2000/svg" width="15.125" height="15.162" viewBox="0 0 15.125 15.162"><defs><style>.a{fill:#757575;}</style></defs><path class="a" d="M7.617,0A7.573,7.573,0,0,0,4.856,14.624a7.28,7.28,0,0,1,.026-2.173c.138-.592.888-3.763.888-3.763a2.74,2.74,0,0,1-.227-1.125c0-1.051.611-1.839,1.37-1.839a.952.952,0,0,1,.959,1.066,15.178,15.178,0,0,1-.627,2.522A1.1,1.1,0,0,0,8.367,10.68c1.344,0,2.38-1.418,2.38-3.466A2.989,2.989,0,0,0,7.583,4.138,3.277,3.277,0,0,0,4.166,7.422a2.949,2.949,0,0,0,.562,1.732.231.231,0,0,1,.054.218c-.057.237-.185.757-.211.861-.033.142-.109.171-.253.1A3.387,3.387,0,0,1,2.78,7.4c0-2.386,1.736-4.581,5-4.581a4.447,4.447,0,0,1,4.67,4.374c0,2.612-1.647,4.714-3.938,4.714a2.045,2.045,0,0,1-1.742-.871l-.473,1.8a8.25,8.25,0,0,1-.946,1.987A7.573,7.573,0,1,0,7.6.016Z" transform="translate(-0.044)"/></svg></figure>\n </a>\n \n <a href="http://www.tumblr.com/share/link?url=https%3A%2F%2Fvitis-cosmetics.com%2Fskladniki%2Folej-cacay%2F&name=Olej+cacay"\n onclick="javascript:window.open(this.href, '', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=300,width=600');return false;"\n target="_blank" title="Share on Tumblr" class="tumblr-share" rel="noreferrer nopenner"><figure class="full"><?xml version="1.0" standalone="no"?>\n <svg xmlns="http://www.w3.org/2000/svg" height="20" width="20" viewBox="0 0 1000 1000" xmlns:xlink="http://www.w3.org/1999/xlink">\n <metadata>IcoFont Icons</metadata>\n <title>tumblr</title>\n <glyph glyph-name="tumblr" unicode="" horiz-adv-x="1000" />\n <path fill="#757575" d="M576.4 777.7c-14.699999999999932-8.700000000000045-28.199999999999932-23.5-33.60000000000002-37.80000000000007-5.399999999999977-14.399999999999977-4.699999999999932-43.69999999999993-4.699999999999932-94.39999999999998v-224.39999999999998h204.10000000000002v-156.20000000000005h-204.10000000000002v-202.49999999999997h-125.60000000000002c-5.600000000000023 45.099999999999994-15.899999999999977 82.29999999999998-30.899999999999977 111.5-15 29.19999999999999-34.700000000000045 54.29999999999998-59.60000000000002 75.1-24.69999999999999 20.80000000000001-64.80000000000001 36.89999999999998-99.5 48v124h119.89999999999998v306.9c0 40.10000000000002 4.2000000000000455 70.60000000000002 12.700000000000045 91.70000000000005 8.5 21 23.599999999999966 41 45.599999999999966 59.69999999999993 21.900000000000034 18.600000000000023 48.30000000000001 33 79.40000000000003 43.10000000000002 31 10.100000000000023 54.799999999999955 15.100000000000023 95.10000000000002 15.100000000000023 35.5 0 68.5-3.6000000000000227 99.09999999999991-10.600000000000023 30.600000000000023-7.199999999999932 64.80000000000007-19.5 102.40000000000009-37v-138c-44.200000000000045 28.800000000000068-88.60000000000002 43.10000000000002-133.4000000000001 43.10000000000002-25 0-47.299999999999955-5.7999999999999545-66.89999999999998-17.299999999999955z"/>\n </svg></figure>\n </a>\n \n </div>\n <div class="short-content "><p>(pochodzi z dżungli amazońskiej) ujędrnia skórę, widocznie redukuje zmarszczki oraz zapobiega powstawaniu nowych, tworzy łagodzącą barierę hydrolipidową, zapewnia długotrwałe nawilżenie skóry oraz regeneruje skórę narażoną na codzienne działanie czynników zewnętrznych (wiatr, mróz, słońce, smog)</p>\n </div>\n </div>\n \n </div>\n </section> """ "section" => false "__app" => array:3 [ "post" => WP_Post {#23504} "model" => false "__blade" => array:1 [ 0 => {#23923} ] ] "__store" => array:8 [ "post" => WP_Post {#23504} "model" => App\Models\Ingredient {#23930} "__blade" => array:3 [ 0 => {#23923} 1 => {#23933} 2 => {#23887} ] "__app" => array:3 [ "post" => WP_Post {#23504} "model" => false "__blade" => array:1 [ 0 => {#23923} ] ] "__store" => array:5 [ "post" => WP_Post {#23504} "model" => false "__blade" => array:2 [ 0 => {#23923} 1 => {#23933} ] "__app" => array:3 [ "post" => WP_Post {#23504} "model" => false "__blade" => array:1 [ 0 => {#23923} ] ] "__store" => array:4 [ "__blade" => array:1 [ 0 => {#23923} ] "post" => WP_Post {#23504} "model" => false "__app" => array:3 [ "post" => WP_Post {#23504} "model" => false "__blade" => array:1 [ 0 => {#23923} ] ] ] ] "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" 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/skladniki/" title="Składniki">\n \n Składniki\n \n \n </a>\n \n <meta itemprop="name" content="Składniki">\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 Olej cacay\n \n \n </span>\n \n <meta itemprop="name" content="Olej cacay">\n <meta itemprop="position" content="3">\n </li>\n \n </ol>\n </nav>\n """ "title_segment" => """ <section class="section single-title-section">\n <div class="d-flex flex-wrap">\n \n <div class="page-content no-image">\n <div class="blog-post-date">\n 24-02-2021\n </div>\n <h1 class="single-title">Olej cacay</h1> <div class="social-share">\n <a href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fvitis-cosmetics.com%2Fskladniki%2Folej-cacay%2F&t=Olej cacay"\n onclick="javascript:window.open(this.href, '', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=300,width=600');return false;"\n target="_blank" title="Udostępnij na Facebook" class="fb-share" rel="noreferrer nopenner"><figure class="full"><svg xmlns="http://www.w3.org/2000/svg" width="12.467" height="19.292" viewBox="0 0 12.467 19.292"><defs><style>.a{fill:#535353;opacity:0.8;}</style></defs><path class="a" d="M13.259,10.852l.646-3.491H9.864V5.095c0-.955.565-1.886,2.375-1.886h1.838V.236A26.908,26.908,0,0,0,10.814,0c-3.329,0-5.5,1.672-5.5,4.7V7.361h-3.7v3.491h3.7v8.44H9.864v-8.44Z" transform="translate(-1.609)"/></svg></figure>\n </a>\n <a href="https://twitter.com/share?url=https%3A%2F%2Fvitis-cosmetics.com%2Fskladniki%2Folej-cacay%2F&text=Olej cacay"\n onclick="javascript:window.open(this.href, '', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=300,width=600');return false;"\n target="_blank" title="Udostępnij na Twitter" class="twitter-share" rel="noreferrer nopenner"><figure class="full"><svg xmlns="http://www.w3.org/2000/svg" width="18.273" height="14.87" viewBox="0 0 18.273 14.87"><defs><style>.a{fill:#757575;}</style></defs><path class="a" d="M19.687,6.262a7.579,7.579,0,0,1-2.153.592,3.762,3.762,0,0,0,1.65-2.076,7.449,7.449,0,0,1-2.381.91,3.748,3.748,0,0,0-6.486,2.563,3.67,3.67,0,0,0,.1.856A10.625,10.625,0,0,1,2.683,5.185,3.756,3.756,0,0,0,3.849,10.2a3.662,3.662,0,0,1-1.7-.469v.046a3.752,3.752,0,0,0,3.009,3.679,3.774,3.774,0,0,1-.987.132,3.537,3.537,0,0,1-.7-.07,3.755,3.755,0,0,0,3.5,2.606,7.517,7.517,0,0,1-4.658,1.607,7.6,7.6,0,0,1-.895-.054,10.479,10.479,0,0,0,5.739,1.7A10.6,10.6,0,0,0,17.828,8.69c0-.163,0-.325-.012-.484A7.632,7.632,0,0,0,19.687,6.262Z" transform="translate(-1.413 -4.5)"/></svg></figure>\n </a>\n <a \n href="http://pinterest.com/pin/create/button/?url=https%3A%2F%2Fvitis-cosmetics.com%2Fskladniki%2Folej-cacay%2F&description=Olej+cacay&media=https://vitis-cosmetics.com/wp-content/uploads/2021/03/grape_image_4.jpg"\n onclick="javascript:window.open(this.href, '', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=300,width=600');return false;"\n class="pintrest-share" \n title="Udostępnij na Pintrest" class="pin-share" rel="noreferrer nopenner">\n <figure class="full"><svg xmlns="http://www.w3.org/2000/svg" width="15.125" height="15.162" viewBox="0 0 15.125 15.162"><defs><style>.a{fill:#757575;}</style></defs><path class="a" d="M7.617,0A7.573,7.573,0,0,0,4.856,14.624a7.28,7.28,0,0,1,.026-2.173c.138-.592.888-3.763.888-3.763a2.74,2.74,0,0,1-.227-1.125c0-1.051.611-1.839,1.37-1.839a.952.952,0,0,1,.959,1.066,15.178,15.178,0,0,1-.627,2.522A1.1,1.1,0,0,0,8.367,10.68c1.344,0,2.38-1.418,2.38-3.466A2.989,2.989,0,0,0,7.583,4.138,3.277,3.277,0,0,0,4.166,7.422a2.949,2.949,0,0,0,.562,1.732.231.231,0,0,1,.054.218c-.057.237-.185.757-.211.861-.033.142-.109.171-.253.1A3.387,3.387,0,0,1,2.78,7.4c0-2.386,1.736-4.581,5-4.581a4.447,4.447,0,0,1,4.67,4.374c0,2.612-1.647,4.714-3.938,4.714a2.045,2.045,0,0,1-1.742-.871l-.473,1.8a8.25,8.25,0,0,1-.946,1.987A7.573,7.573,0,1,0,7.6.016Z" transform="translate(-0.044)"/></svg></figure>\n </a>\n \n <a href="http://www.tumblr.com/share/link?url=https%3A%2F%2Fvitis-cosmetics.com%2Fskladniki%2Folej-cacay%2F&name=Olej+cacay"\n onclick="javascript:window.open(this.href, '', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=300,width=600');return false;"\n target="_blank" title="Share on Tumblr" class="tumblr-share" rel="noreferrer nopenner"><figure class="full"><?xml version="1.0" standalone="no"?>\n <svg xmlns="http://www.w3.org/2000/svg" height="20" width="20" viewBox="0 0 1000 1000" xmlns:xlink="http://www.w3.org/1999/xlink">\n <metadata>IcoFont Icons</metadata>\n <title>tumblr</title>\n <glyph glyph-name="tumblr" unicode="" horiz-adv-x="1000" />\n <path fill="#757575" d="M576.4 777.7c-14.699999999999932-8.700000000000045-28.199999999999932-23.5-33.60000000000002-37.80000000000007-5.399999999999977-14.399999999999977-4.699999999999932-43.69999999999993-4.699999999999932-94.39999999999998v-224.39999999999998h204.10000000000002v-156.20000000000005h-204.10000000000002v-202.49999999999997h-125.60000000000002c-5.600000000000023 45.099999999999994-15.899999999999977 82.29999999999998-30.899999999999977 111.5-15 29.19999999999999-34.700000000000045 54.29999999999998-59.60000000000002 75.1-24.69999999999999 20.80000000000001-64.80000000000001 36.89999999999998-99.5 48v124h119.89999999999998v306.9c0 40.10000000000002 4.2000000000000455 70.60000000000002 12.700000000000045 91.70000000000005 8.5 21 23.599999999999966 41 45.599999999999966 59.69999999999993 21.900000000000034 18.600000000000023 48.30000000000001 33 79.40000000000003 43.10000000000002 31 10.100000000000023 54.799999999999955 15.100000000000023 95.10000000000002 15.100000000000023 35.5 0 68.5-3.6000000000000227 99.09999999999991-10.600000000000023 30.600000000000023-7.199999999999932 64.80000000000007-19.5 102.40000000000009-37v-138c-44.200000000000045 28.800000000000068-88.60000000000002 43.10000000000002-133.4000000000001 43.10000000000002-25 0-47.299999999999955-5.7999999999999545-66.89999999999998-17.299999999999955z"/>\n </svg></figure>\n </a>\n \n </div>\n <div class="short-content "><p>(pochodzi z dżungli amazońskiej) ujędrnia skórę, widocznie redukuje zmarszczki oraz zapobiega powstawaniu nowych, tworzy łagodzącą barierę hydrolipidową, zapewnia długotrwałe nawilżenie skóry oraz regeneruje skórę narażoną na codzienne działanie czynników zewnętrznych (wiatr, mróz, słońce, smog)</p>\n </div>\n </div>\n \n </div>\n </section> """ "section" => false ] ]
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()); } /**
$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; } }
</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>
/** * 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) {
"/home/vitis/domains/vitis-cosmetics.com/public_html/wp-content/uploads/cache/e3f67746433b731b6f1505834a6de59164adf654.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);
"/home/vitis/domains/vitis-cosmetics.com/public_html/wp-content/uploads/cache/e3f67746433b731b6f1505834a6de59164adf654.php"
array:11 [ "__env" => Illuminate\View\Factory {#19440} "app" => Roots\Sage\Container {#19994} "post" => WP_Post {#23504} "obLevel" => 1 "model" => App\Models\Ingredient {#23930} "__blade" => array:3 [ 0 => {#23923} 1 => {#23933} 2 => {#23887} ] "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" 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/skladniki/" title="Składniki">\n \n Składniki\n \n \n </a>\n \n <meta itemprop="name" content="Składniki">\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 Olej cacay\n \n \n </span>\n \n <meta itemprop="name" content="Olej cacay">\n <meta itemprop="position" content="3">\n </li>\n \n </ol>\n </nav>\n """ "title_segment" => """ <section class="section single-title-section">\n <div class="d-flex flex-wrap">\n \n <div class="page-content no-image">\n <div class="blog-post-date">\n 24-02-2021\n </div>\n <h1 class="single-title">Olej cacay</h1> <div class="social-share">\n <a href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fvitis-cosmetics.com%2Fskladniki%2Folej-cacay%2F&t=Olej cacay"\n onclick="javascript:window.open(this.href, '', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=300,width=600');return false;"\n target="_blank" title="Udostępnij na Facebook" class="fb-share" rel="noreferrer nopenner"><figure class="full"><svg xmlns="http://www.w3.org/2000/svg" width="12.467" height="19.292" viewBox="0 0 12.467 19.292"><defs><style>.a{fill:#535353;opacity:0.8;}</style></defs><path class="a" d="M13.259,10.852l.646-3.491H9.864V5.095c0-.955.565-1.886,2.375-1.886h1.838V.236A26.908,26.908,0,0,0,10.814,0c-3.329,0-5.5,1.672-5.5,4.7V7.361h-3.7v3.491h3.7v8.44H9.864v-8.44Z" transform="translate(-1.609)"/></svg></figure>\n </a>\n <a href="https://twitter.com/share?url=https%3A%2F%2Fvitis-cosmetics.com%2Fskladniki%2Folej-cacay%2F&text=Olej cacay"\n onclick="javascript:window.open(this.href, '', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=300,width=600');return false;"\n target="_blank" title="Udostępnij na Twitter" class="twitter-share" rel="noreferrer nopenner"><figure class="full"><svg xmlns="http://www.w3.org/2000/svg" width="18.273" height="14.87" viewBox="0 0 18.273 14.87"><defs><style>.a{fill:#757575;}</style></defs><path class="a" d="M19.687,6.262a7.579,7.579,0,0,1-2.153.592,3.762,3.762,0,0,0,1.65-2.076,7.449,7.449,0,0,1-2.381.91,3.748,3.748,0,0,0-6.486,2.563,3.67,3.67,0,0,0,.1.856A10.625,10.625,0,0,1,2.683,5.185,3.756,3.756,0,0,0,3.849,10.2a3.662,3.662,0,0,1-1.7-.469v.046a3.752,3.752,0,0,0,3.009,3.679,3.774,3.774,0,0,1-.987.132,3.537,3.537,0,0,1-.7-.07,3.755,3.755,0,0,0,3.5,2.606,7.517,7.517,0,0,1-4.658,1.607,7.6,7.6,0,0,1-.895-.054,10.479,10.479,0,0,0,5.739,1.7A10.6,10.6,0,0,0,17.828,8.69c0-.163,0-.325-.012-.484A7.632,7.632,0,0,0,19.687,6.262Z" transform="translate(-1.413 -4.5)"/></svg></figure>\n </a>\n <a \n href="http://pinterest.com/pin/create/button/?url=https%3A%2F%2Fvitis-cosmetics.com%2Fskladniki%2Folej-cacay%2F&description=Olej+cacay&media=https://vitis-cosmetics.com/wp-content/uploads/2021/03/grape_image_4.jpg"\n onclick="javascript:window.open(this.href, '', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=300,width=600');return false;"\n class="pintrest-share" \n title="Udostępnij na Pintrest" class="pin-share" rel="noreferrer nopenner">\n <figure class="full"><svg xmlns="http://www.w3.org/2000/svg" width="15.125" height="15.162" viewBox="0 0 15.125 15.162"><defs><style>.a{fill:#757575;}</style></defs><path class="a" d="M7.617,0A7.573,7.573,0,0,0,4.856,14.624a7.28,7.28,0,0,1,.026-2.173c.138-.592.888-3.763.888-3.763a2.74,2.74,0,0,1-.227-1.125c0-1.051.611-1.839,1.37-1.839a.952.952,0,0,1,.959,1.066,15.178,15.178,0,0,1-.627,2.522A1.1,1.1,0,0,0,8.367,10.68c1.344,0,2.38-1.418,2.38-3.466A2.989,2.989,0,0,0,7.583,4.138,3.277,3.277,0,0,0,4.166,7.422a2.949,2.949,0,0,0,.562,1.732.231.231,0,0,1,.054.218c-.057.237-.185.757-.211.861-.033.142-.109.171-.253.1A3.387,3.387,0,0,1,2.78,7.4c0-2.386,1.736-4.581,5-4.581a4.447,4.447,0,0,1,4.67,4.374c0,2.612-1.647,4.714-3.938,4.714a2.045,2.045,0,0,1-1.742-.871l-.473,1.8a8.25,8.25,0,0,1-.946,1.987A7.573,7.573,0,1,0,7.6.016Z" transform="translate(-0.044)"/></svg></figure>\n </a>\n \n <a href="http://www.tumblr.com/share/link?url=https%3A%2F%2Fvitis-cosmetics.com%2Fskladniki%2Folej-cacay%2F&name=Olej+cacay"\n onclick="javascript:window.open(this.href, '', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=300,width=600');return false;"\n target="_blank" title="Share on Tumblr" class="tumblr-share" rel="noreferrer nopenner"><figure class="full"><?xml version="1.0" standalone="no"?>\n <svg xmlns="http://www.w3.org/2000/svg" height="20" width="20" viewBox="0 0 1000 1000" xmlns:xlink="http://www.w3.org/1999/xlink">\n <metadata>IcoFont Icons</metadata>\n <title>tumblr</title>\n <glyph glyph-name="tumblr" unicode="" horiz-adv-x="1000" />\n <path fill="#757575" d="M576.4 777.7c-14.699999999999932-8.700000000000045-28.199999999999932-23.5-33.60000000000002-37.80000000000007-5.399999999999977-14.399999999999977-4.699999999999932-43.69999999999993-4.699999999999932-94.39999999999998v-224.39999999999998h204.10000000000002v-156.20000000000005h-204.10000000000002v-202.49999999999997h-125.60000000000002c-5.600000000000023 45.099999999999994-15.899999999999977 82.29999999999998-30.899999999999977 111.5-15 29.19999999999999-34.700000000000045 54.29999999999998-59.60000000000002 75.1-24.69999999999999 20.80000000000001-64.80000000000001 36.89999999999998-99.5 48v124h119.89999999999998v306.9c0 40.10000000000002 4.2000000000000455 70.60000000000002 12.700000000000045 91.70000000000005 8.5 21 23.599999999999966 41 45.599999999999966 59.69999999999993 21.900000000000034 18.600000000000023 48.30000000000001 33 79.40000000000003 43.10000000000002 31 10.100000000000023 54.799999999999955 15.100000000000023 95.10000000000002 15.100000000000023 35.5 0 68.5-3.6000000000000227 99.09999999999991-10.600000000000023 30.600000000000023-7.199999999999932 64.80000000000007-19.5 102.40000000000009-37v-138c-44.200000000000045 28.800000000000068-88.60000000000002 43.10000000000002-133.4000000000001 43.10000000000002-25 0-47.299999999999955-5.7999999999999545-66.89999999999998-17.299999999999955z"/>\n </svg></figure>\n </a>\n \n </div>\n <div class="short-content "><p>(pochodzi z dżungli amazońskiej) ujędrnia skórę, widocznie redukuje zmarszczki oraz zapobiega powstawaniu nowych, tworzy łagodzącą barierę hydrolipidową, zapewnia długotrwałe nawilżenie skóry oraz regeneruje skórę narażoną na codzienne działanie czynników zewnętrznych (wiatr, mróz, słońce, smog)</p>\n </div>\n </div>\n \n </div>\n </section> """ "section" => false "__app" => array:3 [ "post" => WP_Post {#23504} "model" => false "__blade" => array:1 [ 0 => {#23923} ] ] "__store" => array:8 [ "post" => WP_Post {#23504} "model" => App\Models\Ingredient {#23930} "__blade" => array:3 [ 0 => {#23923} 1 => {#23933} 2 => {#23887} ] "__app" => array:3 [ "post" => WP_Post {#23504} "model" => false "__blade" => array:1 [ 0 => {#23923} ] ] "__store" => array:5 [ "post" => WP_Post {#23504} "model" => false "__blade" => array:2 [ 0 => {#23923} 1 => {#23933} ] "__app" => array:3 [ "post" => WP_Post {#23504} "model" => false "__blade" => array:1 [ 0 => {#23923} ] ] "__store" => array:4 [ "__blade" => array:1 [ 0 => {#23923} ] "post" => WP_Post {#23504} "model" => false "__app" => array:3 [ "post" => WP_Post {#23504} "model" => false "__blade" => array:1 [ 0 => {#23923} ] ] ] ] "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" 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/skladniki/" title="Składniki">\n \n Składniki\n \n \n </a>\n \n <meta itemprop="name" content="Składniki">\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 Olej cacay\n \n \n </span>\n \n <meta itemprop="name" content="Olej cacay">\n <meta itemprop="position" content="3">\n </li>\n \n </ol>\n </nav>\n """ "title_segment" => """ <section class="section single-title-section">\n <div class="d-flex flex-wrap">\n \n <div class="page-content no-image">\n <div class="blog-post-date">\n 24-02-2021\n </div>\n <h1 class="single-title">Olej cacay</h1> <div class="social-share">\n <a href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fvitis-cosmetics.com%2Fskladniki%2Folej-cacay%2F&t=Olej cacay"\n onclick="javascript:window.open(this.href, '', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=300,width=600');return false;"\n target="_blank" title="Udostępnij na Facebook" class="fb-share" rel="noreferrer nopenner"><figure class="full"><svg xmlns="http://www.w3.org/2000/svg" width="12.467" height="19.292" viewBox="0 0 12.467 19.292"><defs><style>.a{fill:#535353;opacity:0.8;}</style></defs><path class="a" d="M13.259,10.852l.646-3.491H9.864V5.095c0-.955.565-1.886,2.375-1.886h1.838V.236A26.908,26.908,0,0,0,10.814,0c-3.329,0-5.5,1.672-5.5,4.7V7.361h-3.7v3.491h3.7v8.44H9.864v-8.44Z" transform="translate(-1.609)"/></svg></figure>\n </a>\n <a href="https://twitter.com/share?url=https%3A%2F%2Fvitis-cosmetics.com%2Fskladniki%2Folej-cacay%2F&text=Olej cacay"\n onclick="javascript:window.open(this.href, '', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=300,width=600');return false;"\n target="_blank" title="Udostępnij na Twitter" class="twitter-share" rel="noreferrer nopenner"><figure class="full"><svg xmlns="http://www.w3.org/2000/svg" width="18.273" height="14.87" viewBox="0 0 18.273 14.87"><defs><style>.a{fill:#757575;}</style></defs><path class="a" d="M19.687,6.262a7.579,7.579,0,0,1-2.153.592,3.762,3.762,0,0,0,1.65-2.076,7.449,7.449,0,0,1-2.381.91,3.748,3.748,0,0,0-6.486,2.563,3.67,3.67,0,0,0,.1.856A10.625,10.625,0,0,1,2.683,5.185,3.756,3.756,0,0,0,3.849,10.2a3.662,3.662,0,0,1-1.7-.469v.046a3.752,3.752,0,0,0,3.009,3.679,3.774,3.774,0,0,1-.987.132,3.537,3.537,0,0,1-.7-.07,3.755,3.755,0,0,0,3.5,2.606,7.517,7.517,0,0,1-4.658,1.607,7.6,7.6,0,0,1-.895-.054,10.479,10.479,0,0,0,5.739,1.7A10.6,10.6,0,0,0,17.828,8.69c0-.163,0-.325-.012-.484A7.632,7.632,0,0,0,19.687,6.262Z" transform="translate(-1.413 -4.5)"/></svg></figure>\n </a>\n <a \n href="http://pinterest.com/pin/create/button/?url=https%3A%2F%2Fvitis-cosmetics.com%2Fskladniki%2Folej-cacay%2F&description=Olej+cacay&media=https://vitis-cosmetics.com/wp-content/uploads/2021/03/grape_image_4.jpg"\n onclick="javascript:window.open(this.href, '', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=300,width=600');return false;"\n class="pintrest-share" \n title="Udostępnij na Pintrest" class="pin-share" rel="noreferrer nopenner">\n <figure class="full"><svg xmlns="http://www.w3.org/2000/svg" width="15.125" height="15.162" viewBox="0 0 15.125 15.162"><defs><style>.a{fill:#757575;}</style></defs><path class="a" d="M7.617,0A7.573,7.573,0,0,0,4.856,14.624a7.28,7.28,0,0,1,.026-2.173c.138-.592.888-3.763.888-3.763a2.74,2.74,0,0,1-.227-1.125c0-1.051.611-1.839,1.37-1.839a.952.952,0,0,1,.959,1.066,15.178,15.178,0,0,1-.627,2.522A1.1,1.1,0,0,0,8.367,10.68c1.344,0,2.38-1.418,2.38-3.466A2.989,2.989,0,0,0,7.583,4.138,3.277,3.277,0,0,0,4.166,7.422a2.949,2.949,0,0,0,.562,1.732.231.231,0,0,1,.054.218c-.057.237-.185.757-.211.861-.033.142-.109.171-.253.1A3.387,3.387,0,0,1,2.78,7.4c0-2.386,1.736-4.581,5-4.581a4.447,4.447,0,0,1,4.67,4.374c0,2.612-1.647,4.714-3.938,4.714a2.045,2.045,0,0,1-1.742-.871l-.473,1.8a8.25,8.25,0,0,1-.946,1.987A7.573,7.573,0,1,0,7.6.016Z" transform="translate(-0.044)"/></svg></figure>\n </a>\n \n <a href="http://www.tumblr.com/share/link?url=https%3A%2F%2Fvitis-cosmetics.com%2Fskladniki%2Folej-cacay%2F&name=Olej+cacay"\n onclick="javascript:window.open(this.href, '', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=300,width=600');return false;"\n target="_blank" title="Share on Tumblr" class="tumblr-share" rel="noreferrer nopenner"><figure class="full"><?xml version="1.0" standalone="no"?>\n <svg xmlns="http://www.w3.org/2000/svg" height="20" width="20" viewBox="0 0 1000 1000" xmlns:xlink="http://www.w3.org/1999/xlink">\n <metadata>IcoFont Icons</metadata>\n <title>tumblr</title>\n <glyph glyph-name="tumblr" unicode="" horiz-adv-x="1000" />\n <path fill="#757575" d="M576.4 777.7c-14.699999999999932-8.700000000000045-28.199999999999932-23.5-33.60000000000002-37.80000000000007-5.399999999999977-14.399999999999977-4.699999999999932-43.69999999999993-4.699999999999932-94.39999999999998v-224.39999999999998h204.10000000000002v-156.20000000000005h-204.10000000000002v-202.49999999999997h-125.60000000000002c-5.600000000000023 45.099999999999994-15.899999999999977 82.29999999999998-30.899999999999977 111.5-15 29.19999999999999-34.700000000000045 54.29999999999998-59.60000000000002 75.1-24.69999999999999 20.80000000000001-64.80000000000001 36.89999999999998-99.5 48v124h119.89999999999998v306.9c0 40.10000000000002 4.2000000000000455 70.60000000000002 12.700000000000045 91.70000000000005 8.5 21 23.599999999999966 41 45.599999999999966 59.69999999999993 21.900000000000034 18.600000000000023 48.30000000000001 33 79.40000000000003 43.10000000000002 31 10.100000000000023 54.799999999999955 15.100000000000023 95.10000000000002 15.100000000000023 35.5 0 68.5-3.6000000000000227 99.09999999999991-10.600000000000023 30.600000000000023-7.199999999999932 64.80000000000007-19.5 102.40000000000009-37v-138c-44.200000000000045 28.800000000000068-88.60000000000002 43.10000000000002-133.4000000000001 43.10000000000002-25 0-47.299999999999955-5.7999999999999545-66.89999999999998-17.299999999999955z"/>\n </svg></figure>\n </a>\n \n </div>\n <div class="short-content "><p>(pochodzi z dżungli amazońskiej) ujędrnia skórę, widocznie redukuje zmarszczki oraz zapobiega powstawaniu nowych, tworzy łagodzącą barierę hydrolipidową, zapewnia długotrwałe nawilżenie skóry oraz regeneruje skórę narażoną na codzienne działanie czynników zewnętrznych (wiatr, mróz, słońce, smog)</p>\n </div>\n </div>\n \n </div>\n </section> """ "section" => false ] ]
$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; }
"/home/vitis/domains/vitis-cosmetics.com/public_html/wp-content/themes/vitis/resources/views/layouts/app.blade.php"
array:11 [ "__env" => Illuminate\View\Factory {#19440} "app" => Roots\Sage\Container {#19994} "post" => WP_Post {#23504} "obLevel" => 1 "model" => App\Models\Ingredient {#23930} "__blade" => array:3 [ 0 => {#23923} 1 => {#23933} 2 => {#23887} ] "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" 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/skladniki/" title="Składniki">\n \n Składniki\n \n \n </a>\n \n <meta itemprop="name" content="Składniki">\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 Olej cacay\n \n \n </span>\n \n <meta itemprop="name" content="Olej cacay">\n <meta itemprop="position" content="3">\n </li>\n \n </ol>\n </nav>\n """ "title_segment" => """ <section class="section single-title-section">\n <div class="d-flex flex-wrap">\n \n <div class="page-content no-image">\n <div class="blog-post-date">\n 24-02-2021\n </div>\n <h1 class="single-title">Olej cacay</h1> <div class="social-share">\n <a href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fvitis-cosmetics.com%2Fskladniki%2Folej-cacay%2F&t=Olej cacay"\n onclick="javascript:window.open(this.href, '', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=300,width=600');return false;"\n target="_blank" title="Udostępnij na Facebook" class="fb-share" rel="noreferrer nopenner"><figure class="full"><svg xmlns="http://www.w3.org/2000/svg" width="12.467" height="19.292" viewBox="0 0 12.467 19.292"><defs><style>.a{fill:#535353;opacity:0.8;}</style></defs><path class="a" d="M13.259,10.852l.646-3.491H9.864V5.095c0-.955.565-1.886,2.375-1.886h1.838V.236A26.908,26.908,0,0,0,10.814,0c-3.329,0-5.5,1.672-5.5,4.7V7.361h-3.7v3.491h3.7v8.44H9.864v-8.44Z" transform="translate(-1.609)"/></svg></figure>\n </a>\n <a href="https://twitter.com/share?url=https%3A%2F%2Fvitis-cosmetics.com%2Fskladniki%2Folej-cacay%2F&text=Olej cacay"\n onclick="javascript:window.open(this.href, '', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=300,width=600');return false;"\n target="_blank" title="Udostępnij na Twitter" class="twitter-share" rel="noreferrer nopenner"><figure class="full"><svg xmlns="http://www.w3.org/2000/svg" width="18.273" height="14.87" viewBox="0 0 18.273 14.87"><defs><style>.a{fill:#757575;}</style></defs><path class="a" d="M19.687,6.262a7.579,7.579,0,0,1-2.153.592,3.762,3.762,0,0,0,1.65-2.076,7.449,7.449,0,0,1-2.381.91,3.748,3.748,0,0,0-6.486,2.563,3.67,3.67,0,0,0,.1.856A10.625,10.625,0,0,1,2.683,5.185,3.756,3.756,0,0,0,3.849,10.2a3.662,3.662,0,0,1-1.7-.469v.046a3.752,3.752,0,0,0,3.009,3.679,3.774,3.774,0,0,1-.987.132,3.537,3.537,0,0,1-.7-.07,3.755,3.755,0,0,0,3.5,2.606,7.517,7.517,0,0,1-4.658,1.607,7.6,7.6,0,0,1-.895-.054,10.479,10.479,0,0,0,5.739,1.7A10.6,10.6,0,0,0,17.828,8.69c0-.163,0-.325-.012-.484A7.632,7.632,0,0,0,19.687,6.262Z" transform="translate(-1.413 -4.5)"/></svg></figure>\n </a>\n <a \n href="http://pinterest.com/pin/create/button/?url=https%3A%2F%2Fvitis-cosmetics.com%2Fskladniki%2Folej-cacay%2F&description=Olej+cacay&media=https://vitis-cosmetics.com/wp-content/uploads/2021/03/grape_image_4.jpg"\n onclick="javascript:window.open(this.href, '', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=300,width=600');return false;"\n class="pintrest-share" \n title="Udostępnij na Pintrest" class="pin-share" rel="noreferrer nopenner">\n <figure class="full"><svg xmlns="http://www.w3.org/2000/svg" width="15.125" height="15.162" viewBox="0 0 15.125 15.162"><defs><style>.a{fill:#757575;}</style></defs><path class="a" d="M7.617,0A7.573,7.573,0,0,0,4.856,14.624a7.28,7.28,0,0,1,.026-2.173c.138-.592.888-3.763.888-3.763a2.74,2.74,0,0,1-.227-1.125c0-1.051.611-1.839,1.37-1.839a.952.952,0,0,1,.959,1.066,15.178,15.178,0,0,1-.627,2.522A1.1,1.1,0,0,0,8.367,10.68c1.344,0,2.38-1.418,2.38-3.466A2.989,2.989,0,0,0,7.583,4.138,3.277,3.277,0,0,0,4.166,7.422a2.949,2.949,0,0,0,.562,1.732.231.231,0,0,1,.054.218c-.057.237-.185.757-.211.861-.033.142-.109.171-.253.1A3.387,3.387,0,0,1,2.78,7.4c0-2.386,1.736-4.581,5-4.581a4.447,4.447,0,0,1,4.67,4.374c0,2.612-1.647,4.714-3.938,4.714a2.045,2.045,0,0,1-1.742-.871l-.473,1.8a8.25,8.25,0,0,1-.946,1.987A7.573,7.573,0,1,0,7.6.016Z" transform="translate(-0.044)"/></svg></figure>\n </a>\n \n <a href="http://www.tumblr.com/share/link?url=https%3A%2F%2Fvitis-cosmetics.com%2Fskladniki%2Folej-cacay%2F&name=Olej+cacay"\n onclick="javascript:window.open(this.href, '', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=300,width=600');return false;"\n target="_blank" title="Share on Tumblr" class="tumblr-share" rel="noreferrer nopenner"><figure class="full"><?xml version="1.0" standalone="no"?>\n <svg xmlns="http://www.w3.org/2000/svg" height="20" width="20" viewBox="0 0 1000 1000" xmlns:xlink="http://www.w3.org/1999/xlink">\n <metadata>IcoFont Icons</metadata>\n <title>tumblr</title>\n <glyph glyph-name="tumblr" unicode="" horiz-adv-x="1000" />\n <path fill="#757575" d="M576.4 777.7c-14.699999999999932-8.700000000000045-28.199999999999932-23.5-33.60000000000002-37.80000000000007-5.399999999999977-14.399999999999977-4.699999999999932-43.69999999999993-4.699999999999932-94.39999999999998v-224.39999999999998h204.10000000000002v-156.20000000000005h-204.10000000000002v-202.49999999999997h-125.60000000000002c-5.600000000000023 45.099999999999994-15.899999999999977 82.29999999999998-30.899999999999977 111.5-15 29.19999999999999-34.700000000000045 54.29999999999998-59.60000000000002 75.1-24.69999999999999 20.80000000000001-64.80000000000001 36.89999999999998-99.5 48v124h119.89999999999998v306.9c0 40.10000000000002 4.2000000000000455 70.60000000000002 12.700000000000045 91.70000000000005 8.5 21 23.599999999999966 41 45.599999999999966 59.69999999999993 21.900000000000034 18.600000000000023 48.30000000000001 33 79.40000000000003 43.10000000000002 31 10.100000000000023 54.799999999999955 15.100000000000023 95.10000000000002 15.100000000000023 35.5 0 68.5-3.6000000000000227 99.09999999999991-10.600000000000023 30.600000000000023-7.199999999999932 64.80000000000007-19.5 102.40000000000009-37v-138c-44.200000000000045 28.800000000000068-88.60000000000002 43.10000000000002-133.4000000000001 43.10000000000002-25 0-47.299999999999955-5.7999999999999545-66.89999999999998-17.299999999999955z"/>\n </svg></figure>\n </a>\n \n </div>\n <div class="short-content "><p>(pochodzi z dżungli amazońskiej) ujędrnia skórę, widocznie redukuje zmarszczki oraz zapobiega powstawaniu nowych, tworzy łagodzącą barierę hydrolipidową, zapewnia długotrwałe nawilżenie skóry oraz regeneruje skórę narażoną na codzienne działanie czynników zewnętrznych (wiatr, mróz, słońce, smog)</p>\n </div>\n </div>\n \n </div>\n </section> """ "section" => false "__app" => array:3 [ "post" => WP_Post {#23504} "model" => false "__blade" => array:1 [ 0 => {#23923} ] ] "__store" => array:8 [ "post" => WP_Post {#23504} "model" => App\Models\Ingredient {#23930} "__blade" => array:3 [ 0 => {#23923} 1 => {#23933} 2 => {#23887} ] "__app" => array:3 [ "post" => WP_Post {#23504} "model" => false "__blade" => array:1 [ 0 => {#23923} ] ] "__store" => array:5 [ "post" => WP_Post {#23504} "model" => false "__blade" => array:2 [ 0 => {#23923} 1 => {#23933} ] "__app" => array:3 [ "post" => WP_Post {#23504} "model" => false "__blade" => array:1 [ 0 => {#23923} ] ] "__store" => array:4 [ "__blade" => array:1 [ 0 => {#23923} ] "post" => WP_Post {#23504} "model" => false "__app" => array:3 [ "post" => WP_Post {#23504} "model" => false "__blade" => array:1 [ 0 => {#23923} ] ] ] ] "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" 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/skladniki/" title="Składniki">\n \n Składniki\n \n \n </a>\n \n <meta itemprop="name" content="Składniki">\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 Olej cacay\n \n \n </span>\n \n <meta itemprop="name" content="Olej cacay">\n <meta itemprop="position" content="3">\n </li>\n \n </ol>\n </nav>\n """ "title_segment" => """ <section class="section single-title-section">\n <div class="d-flex flex-wrap">\n \n <div class="page-content no-image">\n <div class="blog-post-date">\n 24-02-2021\n </div>\n <h1 class="single-title">Olej cacay</h1> <div class="social-share">\n <a href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fvitis-cosmetics.com%2Fskladniki%2Folej-cacay%2F&t=Olej cacay"\n onclick="javascript:window.open(this.href, '', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=300,width=600');return false;"\n target="_blank" title="Udostępnij na Facebook" class="fb-share" rel="noreferrer nopenner"><figure class="full"><svg xmlns="http://www.w3.org/2000/svg" width="12.467" height="19.292" viewBox="0 0 12.467 19.292"><defs><style>.a{fill:#535353;opacity:0.8;}</style></defs><path class="a" d="M13.259,10.852l.646-3.491H9.864V5.095c0-.955.565-1.886,2.375-1.886h1.838V.236A26.908,26.908,0,0,0,10.814,0c-3.329,0-5.5,1.672-5.5,4.7V7.361h-3.7v3.491h3.7v8.44H9.864v-8.44Z" transform="translate(-1.609)"/></svg></figure>\n </a>\n <a href="https://twitter.com/share?url=https%3A%2F%2Fvitis-cosmetics.com%2Fskladniki%2Folej-cacay%2F&text=Olej cacay"\n onclick="javascript:window.open(this.href, '', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=300,width=600');return false;"\n target="_blank" title="Udostępnij na Twitter" class="twitter-share" rel="noreferrer nopenner"><figure class="full"><svg xmlns="http://www.w3.org/2000/svg" width="18.273" height="14.87" viewBox="0 0 18.273 14.87"><defs><style>.a{fill:#757575;}</style></defs><path class="a" d="M19.687,6.262a7.579,7.579,0,0,1-2.153.592,3.762,3.762,0,0,0,1.65-2.076,7.449,7.449,0,0,1-2.381.91,3.748,3.748,0,0,0-6.486,2.563,3.67,3.67,0,0,0,.1.856A10.625,10.625,0,0,1,2.683,5.185,3.756,3.756,0,0,0,3.849,10.2a3.662,3.662,0,0,1-1.7-.469v.046a3.752,3.752,0,0,0,3.009,3.679,3.774,3.774,0,0,1-.987.132,3.537,3.537,0,0,1-.7-.07,3.755,3.755,0,0,0,3.5,2.606,7.517,7.517,0,0,1-4.658,1.607,7.6,7.6,0,0,1-.895-.054,10.479,10.479,0,0,0,5.739,1.7A10.6,10.6,0,0,0,17.828,8.69c0-.163,0-.325-.012-.484A7.632,7.632,0,0,0,19.687,6.262Z" transform="translate(-1.413 -4.5)"/></svg></figure>\n </a>\n <a \n href="http://pinterest.com/pin/create/button/?url=https%3A%2F%2Fvitis-cosmetics.com%2Fskladniki%2Folej-cacay%2F&description=Olej+cacay&media=https://vitis-cosmetics.com/wp-content/uploads/2021/03/grape_image_4.jpg"\n onclick="javascript:window.open(this.href, '', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=300,width=600');return false;"\n class="pintrest-share" \n title="Udostępnij na Pintrest" class="pin-share" rel="noreferrer nopenner">\n <figure class="full"><svg xmlns="http://www.w3.org/2000/svg" width="15.125" height="15.162" viewBox="0 0 15.125 15.162"><defs><style>.a{fill:#757575;}</style></defs><path class="a" d="M7.617,0A7.573,7.573,0,0,0,4.856,14.624a7.28,7.28,0,0,1,.026-2.173c.138-.592.888-3.763.888-3.763a2.74,2.74,0,0,1-.227-1.125c0-1.051.611-1.839,1.37-1.839a.952.952,0,0,1,.959,1.066,15.178,15.178,0,0,1-.627,2.522A1.1,1.1,0,0,0,8.367,10.68c1.344,0,2.38-1.418,2.38-3.466A2.989,2.989,0,0,0,7.583,4.138,3.277,3.277,0,0,0,4.166,7.422a2.949,2.949,0,0,0,.562,1.732.231.231,0,0,1,.054.218c-.057.237-.185.757-.211.861-.033.142-.109.171-.253.1A3.387,3.387,0,0,1,2.78,7.4c0-2.386,1.736-4.581,5-4.581a4.447,4.447,0,0,1,4.67,4.374c0,2.612-1.647,4.714-3.938,4.714a2.045,2.045,0,0,1-1.742-.871l-.473,1.8a8.25,8.25,0,0,1-.946,1.987A7.573,7.573,0,1,0,7.6.016Z" transform="translate(-0.044)"/></svg></figure>\n </a>\n \n <a href="http://www.tumblr.com/share/link?url=https%3A%2F%2Fvitis-cosmetics.com%2Fskladniki%2Folej-cacay%2F&name=Olej+cacay"\n onclick="javascript:window.open(this.href, '', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=300,width=600');return false;"\n target="_blank" title="Share on Tumblr" class="tumblr-share" rel="noreferrer nopenner"><figure class="full"><?xml version="1.0" standalone="no"?>\n <svg xmlns="http://www.w3.org/2000/svg" height="20" width="20" viewBox="0 0 1000 1000" xmlns:xlink="http://www.w3.org/1999/xlink">\n <metadata>IcoFont Icons</metadata>\n <title>tumblr</title>\n <glyph glyph-name="tumblr" unicode="" horiz-adv-x="1000" />\n <path fill="#757575" d="M576.4 777.7c-14.699999999999932-8.700000000000045-28.199999999999932-23.5-33.60000000000002-37.80000000000007-5.399999999999977-14.399999999999977-4.699999999999932-43.69999999999993-4.699999999999932-94.39999999999998v-224.39999999999998h204.10000000000002v-156.20000000000005h-204.10000000000002v-202.49999999999997h-125.60000000000002c-5.600000000000023 45.099999999999994-15.899999999999977 82.29999999999998-30.899999999999977 111.5-15 29.19999999999999-34.700000000000045 54.29999999999998-59.60000000000002 75.1-24.69999999999999 20.80000000000001-64.80000000000001 36.89999999999998-99.5 48v124h119.89999999999998v306.9c0 40.10000000000002 4.2000000000000455 70.60000000000002 12.700000000000045 91.70000000000005 8.5 21 23.599999999999966 41 45.599999999999966 59.69999999999993 21.900000000000034 18.600000000000023 48.30000000000001 33 79.40000000000003 43.10000000000002 31 10.100000000000023 54.799999999999955 15.100000000000023 95.10000000000002 15.100000000000023 35.5 0 68.5-3.6000000000000227 99.09999999999991-10.600000000000023 30.600000000000023-7.199999999999932 64.80000000000007-19.5 102.40000000000009-37v-138c-44.200000000000045 28.800000000000068-88.60000000000002 43.10000000000002-133.4000000000001 43.10000000000002-25 0-47.299999999999955-5.7999999999999545-66.89999999999998-17.299999999999955z"/>\n </svg></figure>\n </a>\n \n </div>\n <div class="short-content "><p>(pochodzi z dżungli amazońskiej) ujędrnia skórę, widocznie redukuje zmarszczki oraz zapobiega powstawaniu nowych, tworzy łagodzącą barierę hydrolipidową, zapewnia długotrwałe nawilżenie skóry oraz regeneruje skórę narażoną na codzienne działanie czynników zewnętrznych (wiatr, mróz, słońce, smog)</p>\n </div>\n </div>\n \n </div>\n </section> """ "section" => false ] ]
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()); } /**
$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; } }
<div class="breadcrumbs"> <?php echo $breadcrumbs; ?> </div> <?php endif; ?> </section> <?php echo $title_segment; ?> <?php if($section): ?> <?php $__currentLoopData = $section; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $s): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <?php echo do_action('get_section_'.str_replace('-','_',$s->acf_fc_layout), $s); ?> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> <?php endif; ?> <?php $__env->stopSection(); ?> <?php echo $__env->make('layouts.app', \Illuminate\Support\Arr::except(get_defined_vars(), array('__data', '__path')))->render(); ?>
/** * 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) {
"/home/vitis/domains/vitis-cosmetics.com/public_html/wp-content/uploads/cache/f477db8ca40a911d30c365704453df243ade6ead.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);
"/home/vitis/domains/vitis-cosmetics.com/public_html/wp-content/uploads/cache/f477db8ca40a911d30c365704453df243ade6ead.php"
array:10 [ "__env" => Illuminate\View\Factory {#19440} "app" => Roots\Sage\Container {#19994} "post" => WP_Post {#23504} "model" => App\Models\Ingredient {#23930} "__blade" => array:3 [ 0 => {#23923} 1 => {#23933} 2 => {#23887} ] "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" 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/skladniki/" title="Składniki">\n \n Składniki\n \n \n </a>\n \n <meta itemprop="name" content="Składniki">\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 Olej cacay\n \n \n </span>\n \n <meta itemprop="name" content="Olej cacay">\n <meta itemprop="position" content="3">\n </li>\n \n </ol>\n </nav>\n """ "title_segment" => """ <section class="section single-title-section">\n <div class="d-flex flex-wrap">\n \n <div class="page-content no-image">\n <div class="blog-post-date">\n 24-02-2021\n </div>\n <h1 class="single-title">Olej cacay</h1> <div class="social-share">\n <a href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fvitis-cosmetics.com%2Fskladniki%2Folej-cacay%2F&t=Olej cacay"\n onclick="javascript:window.open(this.href, '', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=300,width=600');return false;"\n target="_blank" title="Udostępnij na Facebook" class="fb-share" rel="noreferrer nopenner"><figure class="full"><svg xmlns="http://www.w3.org/2000/svg" width="12.467" height="19.292" viewBox="0 0 12.467 19.292"><defs><style>.a{fill:#535353;opacity:0.8;}</style></defs><path class="a" d="M13.259,10.852l.646-3.491H9.864V5.095c0-.955.565-1.886,2.375-1.886h1.838V.236A26.908,26.908,0,0,0,10.814,0c-3.329,0-5.5,1.672-5.5,4.7V7.361h-3.7v3.491h3.7v8.44H9.864v-8.44Z" transform="translate(-1.609)"/></svg></figure>\n </a>\n <a href="https://twitter.com/share?url=https%3A%2F%2Fvitis-cosmetics.com%2Fskladniki%2Folej-cacay%2F&text=Olej cacay"\n onclick="javascript:window.open(this.href, '', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=300,width=600');return false;"\n target="_blank" title="Udostępnij na Twitter" class="twitter-share" rel="noreferrer nopenner"><figure class="full"><svg xmlns="http://www.w3.org/2000/svg" width="18.273" height="14.87" viewBox="0 0 18.273 14.87"><defs><style>.a{fill:#757575;}</style></defs><path class="a" d="M19.687,6.262a7.579,7.579,0,0,1-2.153.592,3.762,3.762,0,0,0,1.65-2.076,7.449,7.449,0,0,1-2.381.91,3.748,3.748,0,0,0-6.486,2.563,3.67,3.67,0,0,0,.1.856A10.625,10.625,0,0,1,2.683,5.185,3.756,3.756,0,0,0,3.849,10.2a3.662,3.662,0,0,1-1.7-.469v.046a3.752,3.752,0,0,0,3.009,3.679,3.774,3.774,0,0,1-.987.132,3.537,3.537,0,0,1-.7-.07,3.755,3.755,0,0,0,3.5,2.606,7.517,7.517,0,0,1-4.658,1.607,7.6,7.6,0,0,1-.895-.054,10.479,10.479,0,0,0,5.739,1.7A10.6,10.6,0,0,0,17.828,8.69c0-.163,0-.325-.012-.484A7.632,7.632,0,0,0,19.687,6.262Z" transform="translate(-1.413 -4.5)"/></svg></figure>\n </a>\n <a \n href="http://pinterest.com/pin/create/button/?url=https%3A%2F%2Fvitis-cosmetics.com%2Fskladniki%2Folej-cacay%2F&description=Olej+cacay&media=https://vitis-cosmetics.com/wp-content/uploads/2021/03/grape_image_4.jpg"\n onclick="javascript:window.open(this.href, '', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=300,width=600');return false;"\n class="pintrest-share" \n title="Udostępnij na Pintrest" class="pin-share" rel="noreferrer nopenner">\n <figure class="full"><svg xmlns="http://www.w3.org/2000/svg" width="15.125" height="15.162" viewBox="0 0 15.125 15.162"><defs><style>.a{fill:#757575;}</style></defs><path class="a" d="M7.617,0A7.573,7.573,0,0,0,4.856,14.624a7.28,7.28,0,0,1,.026-2.173c.138-.592.888-3.763.888-3.763a2.74,2.74,0,0,1-.227-1.125c0-1.051.611-1.839,1.37-1.839a.952.952,0,0,1,.959,1.066,15.178,15.178,0,0,1-.627,2.522A1.1,1.1,0,0,0,8.367,10.68c1.344,0,2.38-1.418,2.38-3.466A2.989,2.989,0,0,0,7.583,4.138,3.277,3.277,0,0,0,4.166,7.422a2.949,2.949,0,0,0,.562,1.732.231.231,0,0,1,.054.218c-.057.237-.185.757-.211.861-.033.142-.109.171-.253.1A3.387,3.387,0,0,1,2.78,7.4c0-2.386,1.736-4.581,5-4.581a4.447,4.447,0,0,1,4.67,4.374c0,2.612-1.647,4.714-3.938,4.714a2.045,2.045,0,0,1-1.742-.871l-.473,1.8a8.25,8.25,0,0,1-.946,1.987A7.573,7.573,0,1,0,7.6.016Z" transform="translate(-0.044)"/></svg></figure>\n </a>\n \n <a href="http://www.tumblr.com/share/link?url=https%3A%2F%2Fvitis-cosmetics.com%2Fskladniki%2Folej-cacay%2F&name=Olej+cacay"\n onclick="javascript:window.open(this.href, '', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=300,width=600');return false;"\n target="_blank" title="Share on Tumblr" class="tumblr-share" rel="noreferrer nopenner"><figure class="full"><?xml version="1.0" standalone="no"?>\n <svg xmlns="http://www.w3.org/2000/svg" height="20" width="20" viewBox="0 0 1000 1000" xmlns:xlink="http://www.w3.org/1999/xlink">\n <metadata>IcoFont Icons</metadata>\n <title>tumblr</title>\n <glyph glyph-name="tumblr" unicode="" horiz-adv-x="1000" />\n <path fill="#757575" d="M576.4 777.7c-14.699999999999932-8.700000000000045-28.199999999999932-23.5-33.60000000000002-37.80000000000007-5.399999999999977-14.399999999999977-4.699999999999932-43.69999999999993-4.699999999999932-94.39999999999998v-224.39999999999998h204.10000000000002v-156.20000000000005h-204.10000000000002v-202.49999999999997h-125.60000000000002c-5.600000000000023 45.099999999999994-15.899999999999977 82.29999999999998-30.899999999999977 111.5-15 29.19999999999999-34.700000000000045 54.29999999999998-59.60000000000002 75.1-24.69999999999999 20.80000000000001-64.80000000000001 36.89999999999998-99.5 48v124h119.89999999999998v306.9c0 40.10000000000002 4.2000000000000455 70.60000000000002 12.700000000000045 91.70000000000005 8.5 21 23.599999999999966 41 45.599999999999966 59.69999999999993 21.900000000000034 18.600000000000023 48.30000000000001 33 79.40000000000003 43.10000000000002 31 10.100000000000023 54.799999999999955 15.100000000000023 95.10000000000002 15.100000000000023 35.5 0 68.5-3.6000000000000227 99.09999999999991-10.600000000000023 30.600000000000023-7.199999999999932 64.80000000000007-19.5 102.40000000000009-37v-138c-44.200000000000045 28.800000000000068-88.60000000000002 43.10000000000002-133.4000000000001 43.10000000000002-25 0-47.299999999999955-5.7999999999999545-66.89999999999998-17.299999999999955z"/>\n </svg></figure>\n </a>\n \n </div>\n <div class="short-content "><p>(pochodzi z dżungli amazońskiej) ujędrnia skórę, widocznie redukuje zmarszczki oraz zapobiega powstawaniu nowych, tworzy łagodzącą barierę hydrolipidową, zapewnia długotrwałe nawilżenie skóry oraz regeneruje skórę narażoną na codzienne działanie czynników zewnętrznych (wiatr, mróz, słońce, smog)</p>\n </div>\n </div>\n \n </div>\n </section> """ "section" => false "__app" => array:3 [ "post" => WP_Post {#23504} "model" => false "__blade" => array:1 [ 0 => {#23923} ] ] "__store" => array:8 [ "post" => WP_Post {#23504} "model" => App\Models\Ingredient {#23930} "__blade" => array:3 [ 0 => {#23923} 1 => {#23933} 2 => {#23887} ] "__app" => array:3 [ "post" => WP_Post {#23504} "model" => false "__blade" => array:1 [ 0 => {#23923} ] ] "__store" => array:5 [ "post" => WP_Post {#23504} "model" => false "__blade" => array:2 [ 0 => {#23923} 1 => {#23933} ] "__app" => array:3 [ "post" => WP_Post {#23504} "model" => false "__blade" => array:1 [ 0 => {#23923} ] ] "__store" => array:4 [ "__blade" => array:1 [ 0 => {#23923} ] "post" => WP_Post {#23504} "model" => false "__app" => array:3 [ "post" => WP_Post {#23504} "model" => false "__blade" => array:1 [ 0 => {#23923} ] ] ] ] "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" 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/skladniki/" title="Składniki">\n \n Składniki\n \n \n </a>\n \n <meta itemprop="name" content="Składniki">\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 Olej cacay\n \n \n </span>\n \n <meta itemprop="name" content="Olej cacay">\n <meta itemprop="position" content="3">\n </li>\n \n </ol>\n </nav>\n """ "title_segment" => """ <section class="section single-title-section">\n <div class="d-flex flex-wrap">\n \n <div class="page-content no-image">\n <div class="blog-post-date">\n 24-02-2021\n </div>\n <h1 class="single-title">Olej cacay</h1> <div class="social-share">\n <a href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fvitis-cosmetics.com%2Fskladniki%2Folej-cacay%2F&t=Olej cacay"\n onclick="javascript:window.open(this.href, '', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=300,width=600');return false;"\n target="_blank" title="Udostępnij na Facebook" class="fb-share" rel="noreferrer nopenner"><figure class="full"><svg xmlns="http://www.w3.org/2000/svg" width="12.467" height="19.292" viewBox="0 0 12.467 19.292"><defs><style>.a{fill:#535353;opacity:0.8;}</style></defs><path class="a" d="M13.259,10.852l.646-3.491H9.864V5.095c0-.955.565-1.886,2.375-1.886h1.838V.236A26.908,26.908,0,0,0,10.814,0c-3.329,0-5.5,1.672-5.5,4.7V7.361h-3.7v3.491h3.7v8.44H9.864v-8.44Z" transform="translate(-1.609)"/></svg></figure>\n </a>\n <a href="https://twitter.com/share?url=https%3A%2F%2Fvitis-cosmetics.com%2Fskladniki%2Folej-cacay%2F&text=Olej cacay"\n onclick="javascript:window.open(this.href, '', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=300,width=600');return false;"\n target="_blank" title="Udostępnij na Twitter" class="twitter-share" rel="noreferrer nopenner"><figure class="full"><svg xmlns="http://www.w3.org/2000/svg" width="18.273" height="14.87" viewBox="0 0 18.273 14.87"><defs><style>.a{fill:#757575;}</style></defs><path class="a" d="M19.687,6.262a7.579,7.579,0,0,1-2.153.592,3.762,3.762,0,0,0,1.65-2.076,7.449,7.449,0,0,1-2.381.91,3.748,3.748,0,0,0-6.486,2.563,3.67,3.67,0,0,0,.1.856A10.625,10.625,0,0,1,2.683,5.185,3.756,3.756,0,0,0,3.849,10.2a3.662,3.662,0,0,1-1.7-.469v.046a3.752,3.752,0,0,0,3.009,3.679,3.774,3.774,0,0,1-.987.132,3.537,3.537,0,0,1-.7-.07,3.755,3.755,0,0,0,3.5,2.606,7.517,7.517,0,0,1-4.658,1.607,7.6,7.6,0,0,1-.895-.054,10.479,10.479,0,0,0,5.739,1.7A10.6,10.6,0,0,0,17.828,8.69c0-.163,0-.325-.012-.484A7.632,7.632,0,0,0,19.687,6.262Z" transform="translate(-1.413 -4.5)"/></svg></figure>\n </a>\n <a \n href="http://pinterest.com/pin/create/button/?url=https%3A%2F%2Fvitis-cosmetics.com%2Fskladniki%2Folej-cacay%2F&description=Olej+cacay&media=https://vitis-cosmetics.com/wp-content/uploads/2021/03/grape_image_4.jpg"\n onclick="javascript:window.open(this.href, '', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=300,width=600');return false;"\n class="pintrest-share" \n title="Udostępnij na Pintrest" class="pin-share" rel="noreferrer nopenner">\n <figure class="full"><svg xmlns="http://www.w3.org/2000/svg" width="15.125" height="15.162" viewBox="0 0 15.125 15.162"><defs><style>.a{fill:#757575;}</style></defs><path class="a" d="M7.617,0A7.573,7.573,0,0,0,4.856,14.624a7.28,7.28,0,0,1,.026-2.173c.138-.592.888-3.763.888-3.763a2.74,2.74,0,0,1-.227-1.125c0-1.051.611-1.839,1.37-1.839a.952.952,0,0,1,.959,1.066,15.178,15.178,0,0,1-.627,2.522A1.1,1.1,0,0,0,8.367,10.68c1.344,0,2.38-1.418,2.38-3.466A2.989,2.989,0,0,0,7.583,4.138,3.277,3.277,0,0,0,4.166,7.422a2.949,2.949,0,0,0,.562,1.732.231.231,0,0,1,.054.218c-.057.237-.185.757-.211.861-.033.142-.109.171-.253.1A3.387,3.387,0,0,1,2.78,7.4c0-2.386,1.736-4.581,5-4.581a4.447,4.447,0,0,1,4.67,4.374c0,2.612-1.647,4.714-3.938,4.714a2.045,2.045,0,0,1-1.742-.871l-.473,1.8a8.25,8.25,0,0,1-.946,1.987A7.573,7.573,0,1,0,7.6.016Z" transform="translate(-0.044)"/></svg></figure>\n </a>\n \n <a href="http://www.tumblr.com/share/link?url=https%3A%2F%2Fvitis-cosmetics.com%2Fskladniki%2Folej-cacay%2F&name=Olej+cacay"\n onclick="javascript:window.open(this.href, '', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=300,width=600');return false;"\n target="_blank" title="Share on Tumblr" class="tumblr-share" rel="noreferrer nopenner"><figure class="full"><?xml version="1.0" standalone="no"?>\n <svg xmlns="http://www.w3.org/2000/svg" height="20" width="20" viewBox="0 0 1000 1000" xmlns:xlink="http://www.w3.org/1999/xlink">\n <metadata>IcoFont Icons</metadata>\n <title>tumblr</title>\n <glyph glyph-name="tumblr" unicode="" horiz-adv-x="1000" />\n <path fill="#757575" d="M576.4 777.7c-14.699999999999932-8.700000000000045-28.199999999999932-23.5-33.60000000000002-37.80000000000007-5.399999999999977-14.399999999999977-4.699999999999932-43.69999999999993-4.699999999999932-94.39999999999998v-224.39999999999998h204.10000000000002v-156.20000000000005h-204.10000000000002v-202.49999999999997h-125.60000000000002c-5.600000000000023 45.099999999999994-15.899999999999977 82.29999999999998-30.899999999999977 111.5-15 29.19999999999999-34.700000000000045 54.29999999999998-59.60000000000002 75.1-24.69999999999999 20.80000000000001-64.80000000000001 36.89999999999998-99.5 48v124h119.89999999999998v306.9c0 40.10000000000002 4.2000000000000455 70.60000000000002 12.700000000000045 91.70000000000005 8.5 21 23.599999999999966 41 45.599999999999966 59.69999999999993 21.900000000000034 18.600000000000023 48.30000000000001 33 79.40000000000003 43.10000000000002 31 10.100000000000023 54.799999999999955 15.100000000000023 95.10000000000002 15.100000000000023 35.5 0 68.5-3.6000000000000227 99.09999999999991-10.600000000000023 30.600000000000023-7.199999999999932 64.80000000000007-19.5 102.40000000000009-37v-138c-44.200000000000045 28.800000000000068-88.60000000000002 43.10000000000002-133.4000000000001 43.10000000000002-25 0-47.299999999999955-5.7999999999999545-66.89999999999998-17.299999999999955z"/>\n </svg></figure>\n </a>\n \n </div>\n <div class="short-content "><p>(pochodzi z dżungli amazońskiej) ujędrnia skórę, widocznie redukuje zmarszczki oraz zapobiega powstawaniu nowych, tworzy łagodzącą barierę hydrolipidową, zapewnia długotrwałe nawilżenie skóry oraz regeneruje skórę narażoną na codzienne działanie czynników zewnętrznych (wiatr, mróz, słońce, smog)</p>\n </div>\n </div>\n \n </div>\n </section> """ "section" => false ] ]
$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; }
"/home/vitis/domains/vitis-cosmetics.com/public_html/wp-content/themes/vitis/resources/views/single-ingredient.blade.php"
array:10 [ "__env" => Illuminate\View\Factory {#19440} "app" => Roots\Sage\Container {#19994} "post" => WP_Post {#23504} "model" => App\Models\Ingredient {#23930} "__blade" => array:3 [ 0 => {#23923} 1 => {#23933} 2 => {#23887} ] "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" 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/skladniki/" title="Składniki">\n \n Składniki\n \n \n </a>\n \n <meta itemprop="name" content="Składniki">\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 Olej cacay\n \n \n </span>\n \n <meta itemprop="name" content="Olej cacay">\n <meta itemprop="position" content="3">\n </li>\n \n </ol>\n </nav>\n """ "title_segment" => """ <section class="section single-title-section">\n <div class="d-flex flex-wrap">\n \n <div class="page-content no-image">\n <div class="blog-post-date">\n 24-02-2021\n </div>\n <h1 class="single-title">Olej cacay</h1> <div class="social-share">\n <a href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fvitis-cosmetics.com%2Fskladniki%2Folej-cacay%2F&t=Olej cacay"\n onclick="javascript:window.open(this.href, '', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=300,width=600');return false;"\n target="_blank" title="Udostępnij na Facebook" class="fb-share" rel="noreferrer nopenner"><figure class="full"><svg xmlns="http://www.w3.org/2000/svg" width="12.467" height="19.292" viewBox="0 0 12.467 19.292"><defs><style>.a{fill:#535353;opacity:0.8;}</style></defs><path class="a" d="M13.259,10.852l.646-3.491H9.864V5.095c0-.955.565-1.886,2.375-1.886h1.838V.236A26.908,26.908,0,0,0,10.814,0c-3.329,0-5.5,1.672-5.5,4.7V7.361h-3.7v3.491h3.7v8.44H9.864v-8.44Z" transform="translate(-1.609)"/></svg></figure>\n </a>\n <a href="https://twitter.com/share?url=https%3A%2F%2Fvitis-cosmetics.com%2Fskladniki%2Folej-cacay%2F&text=Olej cacay"\n onclick="javascript:window.open(this.href, '', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=300,width=600');return false;"\n target="_blank" title="Udostępnij na Twitter" class="twitter-share" rel="noreferrer nopenner"><figure class="full"><svg xmlns="http://www.w3.org/2000/svg" width="18.273" height="14.87" viewBox="0 0 18.273 14.87"><defs><style>.a{fill:#757575;}</style></defs><path class="a" d="M19.687,6.262a7.579,7.579,0,0,1-2.153.592,3.762,3.762,0,0,0,1.65-2.076,7.449,7.449,0,0,1-2.381.91,3.748,3.748,0,0,0-6.486,2.563,3.67,3.67,0,0,0,.1.856A10.625,10.625,0,0,1,2.683,5.185,3.756,3.756,0,0,0,3.849,10.2a3.662,3.662,0,0,1-1.7-.469v.046a3.752,3.752,0,0,0,3.009,3.679,3.774,3.774,0,0,1-.987.132,3.537,3.537,0,0,1-.7-.07,3.755,3.755,0,0,0,3.5,2.606,7.517,7.517,0,0,1-4.658,1.607,7.6,7.6,0,0,1-.895-.054,10.479,10.479,0,0,0,5.739,1.7A10.6,10.6,0,0,0,17.828,8.69c0-.163,0-.325-.012-.484A7.632,7.632,0,0,0,19.687,6.262Z" transform="translate(-1.413 -4.5)"/></svg></figure>\n </a>\n <a \n href="http://pinterest.com/pin/create/button/?url=https%3A%2F%2Fvitis-cosmetics.com%2Fskladniki%2Folej-cacay%2F&description=Olej+cacay&media=https://vitis-cosmetics.com/wp-content/uploads/2021/03/grape_image_4.jpg"\n onclick="javascript:window.open(this.href, '', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=300,width=600');return false;"\n class="pintrest-share" \n title="Udostępnij na Pintrest" class="pin-share" rel="noreferrer nopenner">\n <figure class="full"><svg xmlns="http://www.w3.org/2000/svg" width="15.125" height="15.162" viewBox="0 0 15.125 15.162"><defs><style>.a{fill:#757575;}</style></defs><path class="a" d="M7.617,0A7.573,7.573,0,0,0,4.856,14.624a7.28,7.28,0,0,1,.026-2.173c.138-.592.888-3.763.888-3.763a2.74,2.74,0,0,1-.227-1.125c0-1.051.611-1.839,1.37-1.839a.952.952,0,0,1,.959,1.066,15.178,15.178,0,0,1-.627,2.522A1.1,1.1,0,0,0,8.367,10.68c1.344,0,2.38-1.418,2.38-3.466A2.989,2.989,0,0,0,7.583,4.138,3.277,3.277,0,0,0,4.166,7.422a2.949,2.949,0,0,0,.562,1.732.231.231,0,0,1,.054.218c-.057.237-.185.757-.211.861-.033.142-.109.171-.253.1A3.387,3.387,0,0,1,2.78,7.4c0-2.386,1.736-4.581,5-4.581a4.447,4.447,0,0,1,4.67,4.374c0,2.612-1.647,4.714-3.938,4.714a2.045,2.045,0,0,1-1.742-.871l-.473,1.8a8.25,8.25,0,0,1-.946,1.987A7.573,7.573,0,1,0,7.6.016Z" transform="translate(-0.044)"/></svg></figure>\n </a>\n \n <a href="http://www.tumblr.com/share/link?url=https%3A%2F%2Fvitis-cosmetics.com%2Fskladniki%2Folej-cacay%2F&name=Olej+cacay"\n onclick="javascript:window.open(this.href, '', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=300,width=600');return false;"\n target="_blank" title="Share on Tumblr" class="tumblr-share" rel="noreferrer nopenner"><figure class="full"><?xml version="1.0" standalone="no"?>\n <svg xmlns="http://www.w3.org/2000/svg" height="20" width="20" viewBox="0 0 1000 1000" xmlns:xlink="http://www.w3.org/1999/xlink">\n <metadata>IcoFont Icons</metadata>\n <title>tumblr</title>\n <glyph glyph-name="tumblr" unicode="" horiz-adv-x="1000" />\n <path fill="#757575" d="M576.4 777.7c-14.699999999999932-8.700000000000045-28.199999999999932-23.5-33.60000000000002-37.80000000000007-5.399999999999977-14.399999999999977-4.699999999999932-43.69999999999993-4.699999999999932-94.39999999999998v-224.39999999999998h204.10000000000002v-156.20000000000005h-204.10000000000002v-202.49999999999997h-125.60000000000002c-5.600000000000023 45.099999999999994-15.899999999999977 82.29999999999998-30.899999999999977 111.5-15 29.19999999999999-34.700000000000045 54.29999999999998-59.60000000000002 75.1-24.69999999999999 20.80000000000001-64.80000000000001 36.89999999999998-99.5 48v124h119.89999999999998v306.9c0 40.10000000000002 4.2000000000000455 70.60000000000002 12.700000000000045 91.70000000000005 8.5 21 23.599999999999966 41 45.599999999999966 59.69999999999993 21.900000000000034 18.600000000000023 48.30000000000001 33 79.40000000000003 43.10000000000002 31 10.100000000000023 54.799999999999955 15.100000000000023 95.10000000000002 15.100000000000023 35.5 0 68.5-3.6000000000000227 99.09999999999991-10.600000000000023 30.600000000000023-7.199999999999932 64.80000000000007-19.5 102.40000000000009-37v-138c-44.200000000000045 28.800000000000068-88.60000000000002 43.10000000000002-133.4000000000001 43.10000000000002-25 0-47.299999999999955-5.7999999999999545-66.89999999999998-17.299999999999955z"/>\n </svg></figure>\n </a>\n \n </div>\n <div class="short-content "><p>(pochodzi z dżungli amazońskiej) ujędrnia skórę, widocznie redukuje zmarszczki oraz zapobiega powstawaniu nowych, tworzy łagodzącą barierę hydrolipidową, zapewnia długotrwałe nawilżenie skóry oraz regeneruje skórę narażoną na codzienne działanie czynników zewnętrznych (wiatr, mróz, słońce, smog)</p>\n </div>\n </div>\n \n </div>\n </section> """ "section" => false "__app" => array:3 [ "post" => WP_Post {#23504} "model" => false "__blade" => array:1 [ 0 => {#23923} ] ] "__store" => array:8 [ "post" => WP_Post {#23504} "model" => App\Models\Ingredient {#23930} "__blade" => array:3 [ 0 => {#23923} 1 => {#23933} 2 => {#23887} ] "__app" => array:3 [ "post" => WP_Post {#23504} "model" => false "__blade" => array:1 [ 0 => {#23923} ] ] "__store" => array:5 [ "post" => WP_Post {#23504} "model" => false "__blade" => array:2 [ 0 => {#23923} 1 => {#23933} ] "__app" => array:3 [ "post" => WP_Post {#23504} "model" => false "__blade" => array:1 [ 0 => {#23923} ] ] "__store" => array:4 [ "__blade" => array:1 [ 0 => {#23923} ] "post" => WP_Post {#23504} "model" => false "__app" => array:3 [ "post" => WP_Post {#23504} "model" => false "__blade" => array:1 [ 0 => {#23923} ] ] ] ] "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" 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/skladniki/" title="Składniki">\n \n Składniki\n \n \n </a>\n \n <meta itemprop="name" content="Składniki">\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 Olej cacay\n \n \n </span>\n \n <meta itemprop="name" content="Olej cacay">\n <meta itemprop="position" content="3">\n </li>\n \n </ol>\n </nav>\n """ "title_segment" => """ <section class="section single-title-section">\n <div class="d-flex flex-wrap">\n \n <div class="page-content no-image">\n <div class="blog-post-date">\n 24-02-2021\n </div>\n <h1 class="single-title">Olej cacay</h1> <div class="social-share">\n <a href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fvitis-cosmetics.com%2Fskladniki%2Folej-cacay%2F&t=Olej cacay"\n onclick="javascript:window.open(this.href, '', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=300,width=600');return false;"\n target="_blank" title="Udostępnij na Facebook" class="fb-share" rel="noreferrer nopenner"><figure class="full"><svg xmlns="http://www.w3.org/2000/svg" width="12.467" height="19.292" viewBox="0 0 12.467 19.292"><defs><style>.a{fill:#535353;opacity:0.8;}</style></defs><path class="a" d="M13.259,10.852l.646-3.491H9.864V5.095c0-.955.565-1.886,2.375-1.886h1.838V.236A26.908,26.908,0,0,0,10.814,0c-3.329,0-5.5,1.672-5.5,4.7V7.361h-3.7v3.491h3.7v8.44H9.864v-8.44Z" transform="translate(-1.609)"/></svg></figure>\n </a>\n <a href="https://twitter.com/share?url=https%3A%2F%2Fvitis-cosmetics.com%2Fskladniki%2Folej-cacay%2F&text=Olej cacay"\n onclick="javascript:window.open(this.href, '', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=300,width=600');return false;"\n target="_blank" title="Udostępnij na Twitter" class="twitter-share" rel="noreferrer nopenner"><figure class="full"><svg xmlns="http://www.w3.org/2000/svg" width="18.273" height="14.87" viewBox="0 0 18.273 14.87"><defs><style>.a{fill:#757575;}</style></defs><path class="a" d="M19.687,6.262a7.579,7.579,0,0,1-2.153.592,3.762,3.762,0,0,0,1.65-2.076,7.449,7.449,0,0,1-2.381.91,3.748,3.748,0,0,0-6.486,2.563,3.67,3.67,0,0,0,.1.856A10.625,10.625,0,0,1,2.683,5.185,3.756,3.756,0,0,0,3.849,10.2a3.662,3.662,0,0,1-1.7-.469v.046a3.752,3.752,0,0,0,3.009,3.679,3.774,3.774,0,0,1-.987.132,3.537,3.537,0,0,1-.7-.07,3.755,3.755,0,0,0,3.5,2.606,7.517,7.517,0,0,1-4.658,1.607,7.6,7.6,0,0,1-.895-.054,10.479,10.479,0,0,0,5.739,1.7A10.6,10.6,0,0,0,17.828,8.69c0-.163,0-.325-.012-.484A7.632,7.632,0,0,0,19.687,6.262Z" transform="translate(-1.413 -4.5)"/></svg></figure>\n </a>\n <a \n href="http://pinterest.com/pin/create/button/?url=https%3A%2F%2Fvitis-cosmetics.com%2Fskladniki%2Folej-cacay%2F&description=Olej+cacay&media=https://vitis-cosmetics.com/wp-content/uploads/2021/03/grape_image_4.jpg"\n onclick="javascript:window.open(this.href, '', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=300,width=600');return false;"\n class="pintrest-share" \n title="Udostępnij na Pintrest" class="pin-share" rel="noreferrer nopenner">\n <figure class="full"><svg xmlns="http://www.w3.org/2000/svg" width="15.125" height="15.162" viewBox="0 0 15.125 15.162"><defs><style>.a{fill:#757575;}</style></defs><path class="a" d="M7.617,0A7.573,7.573,0,0,0,4.856,14.624a7.28,7.28,0,0,1,.026-2.173c.138-.592.888-3.763.888-3.763a2.74,2.74,0,0,1-.227-1.125c0-1.051.611-1.839,1.37-1.839a.952.952,0,0,1,.959,1.066,15.178,15.178,0,0,1-.627,2.522A1.1,1.1,0,0,0,8.367,10.68c1.344,0,2.38-1.418,2.38-3.466A2.989,2.989,0,0,0,7.583,4.138,3.277,3.277,0,0,0,4.166,7.422a2.949,2.949,0,0,0,.562,1.732.231.231,0,0,1,.054.218c-.057.237-.185.757-.211.861-.033.142-.109.171-.253.1A3.387,3.387,0,0,1,2.78,7.4c0-2.386,1.736-4.581,5-4.581a4.447,4.447,0,0,1,4.67,4.374c0,2.612-1.647,4.714-3.938,4.714a2.045,2.045,0,0,1-1.742-.871l-.473,1.8a8.25,8.25,0,0,1-.946,1.987A7.573,7.573,0,1,0,7.6.016Z" transform="translate(-0.044)"/></svg></figure>\n </a>\n \n <a href="http://www.tumblr.com/share/link?url=https%3A%2F%2Fvitis-cosmetics.com%2Fskladniki%2Folej-cacay%2F&name=Olej+cacay"\n onclick="javascript:window.open(this.href, '', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=300,width=600');return false;"\n target="_blank" title="Share on Tumblr" class="tumblr-share" rel="noreferrer nopenner"><figure class="full"><?xml version="1.0" standalone="no"?>\n <svg xmlns="http://www.w3.org/2000/svg" height="20" width="20" viewBox="0 0 1000 1000" xmlns:xlink="http://www.w3.org/1999/xlink">\n <metadata>IcoFont Icons</metadata>\n <title>tumblr</title>\n <glyph glyph-name="tumblr" unicode="" horiz-adv-x="1000" />\n <path fill="#757575" d="M576.4 777.7c-14.699999999999932-8.700000000000045-28.199999999999932-23.5-33.60000000000002-37.80000000000007-5.399999999999977-14.399999999999977-4.699999999999932-43.69999999999993-4.699999999999932-94.39999999999998v-224.39999999999998h204.10000000000002v-156.20000000000005h-204.10000000000002v-202.49999999999997h-125.60000000000002c-5.600000000000023 45.099999999999994-15.899999999999977 82.29999999999998-30.899999999999977 111.5-15 29.19999999999999-34.700000000000045 54.29999999999998-59.60000000000002 75.1-24.69999999999999 20.80000000000001-64.80000000000001 36.89999999999998-99.5 48v124h119.89999999999998v306.9c0 40.10000000000002 4.2000000000000455 70.60000000000002 12.700000000000045 91.70000000000005 8.5 21 23.599999999999966 41 45.599999999999966 59.69999999999993 21.900000000000034 18.600000000000023 48.30000000000001 33 79.40000000000003 43.10000000000002 31 10.100000000000023 54.799999999999955 15.100000000000023 95.10000000000002 15.100000000000023 35.5 0 68.5-3.6000000000000227 99.09999999999991-10.600000000000023 30.600000000000023-7.199999999999932 64.80000000000007-19.5 102.40000000000009-37v-138c-44.200000000000045 28.800000000000068-88.60000000000002 43.10000000000002-133.4000000000001 43.10000000000002-25 0-47.299999999999955-5.7999999999999545-66.89999999999998-17.299999999999955z"/>\n </svg></figure>\n </a>\n \n </div>\n <div class="short-content "><p>(pochodzi z dżungli amazońskiej) ujędrnia skórę, widocznie redukuje zmarszczki oraz zapobiega powstawaniu nowych, tworzy łagodzącą barierę hydrolipidową, zapewnia długotrwałe nawilżenie skóry oraz regeneruje skórę narażoną na codzienne działanie czynników zewnętrznych (wiatr, mróz, słońce, smog)</p>\n </div>\n </div>\n \n </div>\n </section> """ "section" => false ] ]
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()); } /**
$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; } }
{ 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();
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);
"/home/vitis/domains/vitis-cosmetics.com/public_html/wp-content/themes/vitis/resources/views/single-ingredient.blade.php"
array:8 [ "post" => WP_Post {#23504} "model" => App\Models\Ingredient {#23930} "__blade" => array:3 [ 0 => {#23923} 1 => {#23933} 2 => {#23887} ] "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" 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/skladniki/" title="Składniki">\n \n Składniki\n \n \n </a>\n \n <meta itemprop="name" content="Składniki">\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 Olej cacay\n \n \n </span>\n \n <meta itemprop="name" content="Olej cacay">\n <meta itemprop="position" content="3">\n </li>\n \n </ol>\n </nav>\n """ "title_segment" => """ <section class="section single-title-section">\n <div class="d-flex flex-wrap">\n \n <div class="page-content no-image">\n <div class="blog-post-date">\n 24-02-2021\n </div>\n <h1 class="single-title">Olej cacay</h1> <div class="social-share">\n <a href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fvitis-cosmetics.com%2Fskladniki%2Folej-cacay%2F&t=Olej cacay"\n onclick="javascript:window.open(this.href, '', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=300,width=600');return false;"\n target="_blank" title="Udostępnij na Facebook" class="fb-share" rel="noreferrer nopenner"><figure class="full"><svg xmlns="http://www.w3.org/2000/svg" width="12.467" height="19.292" viewBox="0 0 12.467 19.292"><defs><style>.a{fill:#535353;opacity:0.8;}</style></defs><path class="a" d="M13.259,10.852l.646-3.491H9.864V5.095c0-.955.565-1.886,2.375-1.886h1.838V.236A26.908,26.908,0,0,0,10.814,0c-3.329,0-5.5,1.672-5.5,4.7V7.361h-3.7v3.491h3.7v8.44H9.864v-8.44Z" transform="translate(-1.609)"/></svg></figure>\n </a>\n <a href="https://twitter.com/share?url=https%3A%2F%2Fvitis-cosmetics.com%2Fskladniki%2Folej-cacay%2F&text=Olej cacay"\n onclick="javascript:window.open(this.href, '', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=300,width=600');return false;"\n target="_blank" title="Udostępnij na Twitter" class="twitter-share" rel="noreferrer nopenner"><figure class="full"><svg xmlns="http://www.w3.org/2000/svg" width="18.273" height="14.87" viewBox="0 0 18.273 14.87"><defs><style>.a{fill:#757575;}</style></defs><path class="a" d="M19.687,6.262a7.579,7.579,0,0,1-2.153.592,3.762,3.762,0,0,0,1.65-2.076,7.449,7.449,0,0,1-2.381.91,3.748,3.748,0,0,0-6.486,2.563,3.67,3.67,0,0,0,.1.856A10.625,10.625,0,0,1,2.683,5.185,3.756,3.756,0,0,0,3.849,10.2a3.662,3.662,0,0,1-1.7-.469v.046a3.752,3.752,0,0,0,3.009,3.679,3.774,3.774,0,0,1-.987.132,3.537,3.537,0,0,1-.7-.07,3.755,3.755,0,0,0,3.5,2.606,7.517,7.517,0,0,1-4.658,1.607,7.6,7.6,0,0,1-.895-.054,10.479,10.479,0,0,0,5.739,1.7A10.6,10.6,0,0,0,17.828,8.69c0-.163,0-.325-.012-.484A7.632,7.632,0,0,0,19.687,6.262Z" transform="translate(-1.413 -4.5)"/></svg></figure>\n </a>\n <a \n href="http://pinterest.com/pin/create/button/?url=https%3A%2F%2Fvitis-cosmetics.com%2Fskladniki%2Folej-cacay%2F&description=Olej+cacay&media=https://vitis-cosmetics.com/wp-content/uploads/2021/03/grape_image_4.jpg"\n onclick="javascript:window.open(this.href, '', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=300,width=600');return false;"\n class="pintrest-share" \n title="Udostępnij na Pintrest" class="pin-share" rel="noreferrer nopenner">\n <figure class="full"><svg xmlns="http://www.w3.org/2000/svg" width="15.125" height="15.162" viewBox="0 0 15.125 15.162"><defs><style>.a{fill:#757575;}</style></defs><path class="a" d="M7.617,0A7.573,7.573,0,0,0,4.856,14.624a7.28,7.28,0,0,1,.026-2.173c.138-.592.888-3.763.888-3.763a2.74,2.74,0,0,1-.227-1.125c0-1.051.611-1.839,1.37-1.839a.952.952,0,0,1,.959,1.066,15.178,15.178,0,0,1-.627,2.522A1.1,1.1,0,0,0,8.367,10.68c1.344,0,2.38-1.418,2.38-3.466A2.989,2.989,0,0,0,7.583,4.138,3.277,3.277,0,0,0,4.166,7.422a2.949,2.949,0,0,0,.562,1.732.231.231,0,0,1,.054.218c-.057.237-.185.757-.211.861-.033.142-.109.171-.253.1A3.387,3.387,0,0,1,2.78,7.4c0-2.386,1.736-4.581,5-4.581a4.447,4.447,0,0,1,4.67,4.374c0,2.612-1.647,4.714-3.938,4.714a2.045,2.045,0,0,1-1.742-.871l-.473,1.8a8.25,8.25,0,0,1-.946,1.987A7.573,7.573,0,1,0,7.6.016Z" transform="translate(-0.044)"/></svg></figure>\n </a>\n \n <a href="http://www.tumblr.com/share/link?url=https%3A%2F%2Fvitis-cosmetics.com%2Fskladniki%2Folej-cacay%2F&name=Olej+cacay"\n onclick="javascript:window.open(this.href, '', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=300,width=600');return false;"\n target="_blank" title="Share on Tumblr" class="tumblr-share" rel="noreferrer nopenner"><figure class="full"><?xml version="1.0" standalone="no"?>\n <svg xmlns="http://www.w3.org/2000/svg" height="20" width="20" viewBox="0 0 1000 1000" xmlns:xlink="http://www.w3.org/1999/xlink">\n <metadata>IcoFont Icons</metadata>\n <title>tumblr</title>\n <glyph glyph-name="tumblr" unicode="" horiz-adv-x="1000" />\n <path fill="#757575" d="M576.4 777.7c-14.699999999999932-8.700000000000045-28.199999999999932-23.5-33.60000000000002-37.80000000000007-5.399999999999977-14.399999999999977-4.699999999999932-43.69999999999993-4.699999999999932-94.39999999999998v-224.39999999999998h204.10000000000002v-156.20000000000005h-204.10000000000002v-202.49999999999997h-125.60000000000002c-5.600000000000023 45.099999999999994-15.899999999999977 82.29999999999998-30.899999999999977 111.5-15 29.19999999999999-34.700000000000045 54.29999999999998-59.60000000000002 75.1-24.69999999999999 20.80000000000001-64.80000000000001 36.89999999999998-99.5 48v124h119.89999999999998v306.9c0 40.10000000000002 4.2000000000000455 70.60000000000002 12.700000000000045 91.70000000000005 8.5 21 23.599999999999966 41 45.599999999999966 59.69999999999993 21.900000000000034 18.600000000000023 48.30000000000001 33 79.40000000000003 43.10000000000002 31 10.100000000000023 54.799999999999955 15.100000000000023 95.10000000000002 15.100000000000023 35.5 0 68.5-3.6000000000000227 99.09999999999991-10.600000000000023 30.600000000000023-7.199999999999932 64.80000000000007-19.5 102.40000000000009-37v-138c-44.200000000000045 28.800000000000068-88.60000000000002 43.10000000000002-133.4000000000001 43.10000000000002-25 0-47.299999999999955-5.7999999999999545-66.89999999999998-17.299999999999955z"/>\n </svg></figure>\n </a>\n \n </div>\n <div class="short-content "><p>(pochodzi z dżungli amazońskiej) ujędrnia skórę, widocznie redukuje zmarszczki oraz zapobiega powstawaniu nowych, tworzy łagodzącą barierę hydrolipidową, zapewnia długotrwałe nawilżenie skóry oraz regeneruje skórę narażoną na codzienne działanie czynników zewnętrznych (wiatr, mróz, słońce, smog)</p>\n </div>\n </div>\n \n </div>\n </section> """ "section" => false "__app" => array:3 [ "post" => WP_Post {#23504} "model" => false "__blade" => array:1 [ 0 => {#23923} ] ] "__store" => array:8 [ "post" => WP_Post {#23504} "model" => App\Models\Ingredient {#23930} "__blade" => array:3 [ 0 => {#23923} 1 => {#23933} 2 => {#23887} ] "__app" => array:3 [ "post" => WP_Post {#23504} "model" => false "__blade" => array:1 [ 0 => {#23923} ] ] "__store" => array:5 [ "post" => WP_Post {#23504} "model" => false "__blade" => array:2 [ 0 => {#23923} 1 => {#23933} ] "__app" => array:3 [ "post" => WP_Post {#23504} "model" => false "__blade" => array:1 [ 0 => {#23923} ] ] "__store" => array:4 [ "__blade" => array:1 [ 0 => {#23923} ] "post" => WP_Post {#23504} "model" => false "__app" => array:3 [ "post" => WP_Post {#23504} "model" => false "__blade" => array:1 [ 0 => {#23923} ] ] ] ] "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" 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/skladniki/" title="Składniki">\n \n Składniki\n \n \n </a>\n \n <meta itemprop="name" content="Składniki">\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 Olej cacay\n \n \n </span>\n \n <meta itemprop="name" content="Olej cacay">\n <meta itemprop="position" content="3">\n </li>\n \n </ol>\n </nav>\n """ "title_segment" => """ <section class="section single-title-section">\n <div class="d-flex flex-wrap">\n \n <div class="page-content no-image">\n <div class="blog-post-date">\n 24-02-2021\n </div>\n <h1 class="single-title">Olej cacay</h1> <div class="social-share">\n <a href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fvitis-cosmetics.com%2Fskladniki%2Folej-cacay%2F&t=Olej cacay"\n onclick="javascript:window.open(this.href, '', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=300,width=600');return false;"\n target="_blank" title="Udostępnij na Facebook" class="fb-share" rel="noreferrer nopenner"><figure class="full"><svg xmlns="http://www.w3.org/2000/svg" width="12.467" height="19.292" viewBox="0 0 12.467 19.292"><defs><style>.a{fill:#535353;opacity:0.8;}</style></defs><path class="a" d="M13.259,10.852l.646-3.491H9.864V5.095c0-.955.565-1.886,2.375-1.886h1.838V.236A26.908,26.908,0,0,0,10.814,0c-3.329,0-5.5,1.672-5.5,4.7V7.361h-3.7v3.491h3.7v8.44H9.864v-8.44Z" transform="translate(-1.609)"/></svg></figure>\n </a>\n <a href="https://twitter.com/share?url=https%3A%2F%2Fvitis-cosmetics.com%2Fskladniki%2Folej-cacay%2F&text=Olej cacay"\n onclick="javascript:window.open(this.href, '', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=300,width=600');return false;"\n target="_blank" title="Udostępnij na Twitter" class="twitter-share" rel="noreferrer nopenner"><figure class="full"><svg xmlns="http://www.w3.org/2000/svg" width="18.273" height="14.87" viewBox="0 0 18.273 14.87"><defs><style>.a{fill:#757575;}</style></defs><path class="a" d="M19.687,6.262a7.579,7.579,0,0,1-2.153.592,3.762,3.762,0,0,0,1.65-2.076,7.449,7.449,0,0,1-2.381.91,3.748,3.748,0,0,0-6.486,2.563,3.67,3.67,0,0,0,.1.856A10.625,10.625,0,0,1,2.683,5.185,3.756,3.756,0,0,0,3.849,10.2a3.662,3.662,0,0,1-1.7-.469v.046a3.752,3.752,0,0,0,3.009,3.679,3.774,3.774,0,0,1-.987.132,3.537,3.537,0,0,1-.7-.07,3.755,3.755,0,0,0,3.5,2.606,7.517,7.517,0,0,1-4.658,1.607,7.6,7.6,0,0,1-.895-.054,10.479,10.479,0,0,0,5.739,1.7A10.6,10.6,0,0,0,17.828,8.69c0-.163,0-.325-.012-.484A7.632,7.632,0,0,0,19.687,6.262Z" transform="translate(-1.413 -4.5)"/></svg></figure>\n </a>\n <a \n href="http://pinterest.com/pin/create/button/?url=https%3A%2F%2Fvitis-cosmetics.com%2Fskladniki%2Folej-cacay%2F&description=Olej+cacay&media=https://vitis-cosmetics.com/wp-content/uploads/2021/03/grape_image_4.jpg"\n onclick="javascript:window.open(this.href, '', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=300,width=600');return false;"\n class="pintrest-share" \n title="Udostępnij na Pintrest" class="pin-share" rel="noreferrer nopenner">\n <figure class="full"><svg xmlns="http://www.w3.org/2000/svg" width="15.125" height="15.162" viewBox="0 0 15.125 15.162"><defs><style>.a{fill:#757575;}</style></defs><path class="a" d="M7.617,0A7.573,7.573,0,0,0,4.856,14.624a7.28,7.28,0,0,1,.026-2.173c.138-.592.888-3.763.888-3.763a2.74,2.74,0,0,1-.227-1.125c0-1.051.611-1.839,1.37-1.839a.952.952,0,0,1,.959,1.066,15.178,15.178,0,0,1-.627,2.522A1.1,1.1,0,0,0,8.367,10.68c1.344,0,2.38-1.418,2.38-3.466A2.989,2.989,0,0,0,7.583,4.138,3.277,3.277,0,0,0,4.166,7.422a2.949,2.949,0,0,0,.562,1.732.231.231,0,0,1,.054.218c-.057.237-.185.757-.211.861-.033.142-.109.171-.253.1A3.387,3.387,0,0,1,2.78,7.4c0-2.386,1.736-4.581,5-4.581a4.447,4.447,0,0,1,4.67,4.374c0,2.612-1.647,4.714-3.938,4.714a2.045,2.045,0,0,1-1.742-.871l-.473,1.8a8.25,8.25,0,0,1-.946,1.987A7.573,7.573,0,1,0,7.6.016Z" transform="translate(-0.044)"/></svg></figure>\n </a>\n \n <a href="http://www.tumblr.com/share/link?url=https%3A%2F%2Fvitis-cosmetics.com%2Fskladniki%2Folej-cacay%2F&name=Olej+cacay"\n onclick="javascript:window.open(this.href, '', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=300,width=600');return false;"\n target="_blank" title="Share on Tumblr" class="tumblr-share" rel="noreferrer nopenner"><figure class="full"><?xml version="1.0" standalone="no"?>\n <svg xmlns="http://www.w3.org/2000/svg" height="20" width="20" viewBox="0 0 1000 1000" xmlns:xlink="http://www.w3.org/1999/xlink">\n <metadata>IcoFont Icons</metadata>\n <title>tumblr</title>\n <glyph glyph-name="tumblr" unicode="" horiz-adv-x="1000" />\n <path fill="#757575" d="M576.4 777.7c-14.699999999999932-8.700000000000045-28.199999999999932-23.5-33.60000000000002-37.80000000000007-5.399999999999977-14.399999999999977-4.699999999999932-43.69999999999993-4.699999999999932-94.39999999999998v-224.39999999999998h204.10000000000002v-156.20000000000005h-204.10000000000002v-202.49999999999997h-125.60000000000002c-5.600000000000023 45.099999999999994-15.899999999999977 82.29999999999998-30.899999999999977 111.5-15 29.19999999999999-34.700000000000045 54.29999999999998-59.60000000000002 75.1-24.69999999999999 20.80000000000001-64.80000000000001 36.89999999999998-99.5 48v124h119.89999999999998v306.9c0 40.10000000000002 4.2000000000000455 70.60000000000002 12.700000000000045 91.70000000000005 8.5 21 23.599999999999966 41 45.599999999999966 59.69999999999993 21.900000000000034 18.600000000000023 48.30000000000001 33 79.40000000000003 43.10000000000002 31 10.100000000000023 54.799999999999955 15.100000000000023 95.10000000000002 15.100000000000023 35.5 0 68.5-3.6000000000000227 99.09999999999991-10.600000000000023 30.600000000000023-7.199999999999932 64.80000000000007-19.5 102.40000000000009-37v-138c-44.200000000000045 28.800000000000068-88.60000000000002 43.10000000000002-133.4000000000001 43.10000000000002-25 0-47.299999999999955-5.7999999999999545-66.89999999999998-17.299999999999955z"/>\n </svg></figure>\n </a>\n \n </div>\n <div class="short-content "><p>(pochodzi z dżungli amazońskiej) ujędrnia skórę, widocznie redukuje zmarszczki oraz zapobiega powstawaniu nowych, tworzy łagodzącą barierę hydrolipidową, zapewnia długotrwałe nawilżenie skóry oraz regeneruje skórę narażoną na codzienne działanie czynników zewnętrznych (wiatr, mróz, słońce, smog)</p>\n </div>\n </div>\n \n </div>\n </section> """ "section" => false ] ]
/** * 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); }, []);
"/home/vitis/domains/vitis-cosmetics.com/public_html/wp-content/themes/vitis/resources/views/single-ingredient.blade.php"
array:8 [ "post" => WP_Post {#23504} "model" => App\Models\Ingredient {#23930} "__blade" => array:3 [ 0 => {#23923} 1 => {#23933} 2 => {#23887} ] "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" 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/skladniki/" title="Składniki">\n \n Składniki\n \n \n </a>\n \n <meta itemprop="name" content="Składniki">\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 Olej cacay\n \n \n </span>\n \n <meta itemprop="name" content="Olej cacay">\n <meta itemprop="position" content="3">\n </li>\n \n </ol>\n </nav>\n """ "title_segment" => """ <section class="section single-title-section">\n <div class="d-flex flex-wrap">\n \n <div class="page-content no-image">\n <div class="blog-post-date">\n 24-02-2021\n </div>\n <h1 class="single-title">Olej cacay</h1> <div class="social-share">\n <a href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fvitis-cosmetics.com%2Fskladniki%2Folej-cacay%2F&t=Olej cacay"\n onclick="javascript:window.open(this.href, '', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=300,width=600');return false;"\n target="_blank" title="Udostępnij na Facebook" class="fb-share" rel="noreferrer nopenner"><figure class="full"><svg xmlns="http://www.w3.org/2000/svg" width="12.467" height="19.292" viewBox="0 0 12.467 19.292"><defs><style>.a{fill:#535353;opacity:0.8;}</style></defs><path class="a" d="M13.259,10.852l.646-3.491H9.864V5.095c0-.955.565-1.886,2.375-1.886h1.838V.236A26.908,26.908,0,0,0,10.814,0c-3.329,0-5.5,1.672-5.5,4.7V7.361h-3.7v3.491h3.7v8.44H9.864v-8.44Z" transform="translate(-1.609)"/></svg></figure>\n </a>\n <a href="https://twitter.com/share?url=https%3A%2F%2Fvitis-cosmetics.com%2Fskladniki%2Folej-cacay%2F&text=Olej cacay"\n onclick="javascript:window.open(this.href, '', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=300,width=600');return false;"\n target="_blank" title="Udostępnij na Twitter" class="twitter-share" rel="noreferrer nopenner"><figure class="full"><svg xmlns="http://www.w3.org/2000/svg" width="18.273" height="14.87" viewBox="0 0 18.273 14.87"><defs><style>.a{fill:#757575;}</style></defs><path class="a" d="M19.687,6.262a7.579,7.579,0,0,1-2.153.592,3.762,3.762,0,0,0,1.65-2.076,7.449,7.449,0,0,1-2.381.91,3.748,3.748,0,0,0-6.486,2.563,3.67,3.67,0,0,0,.1.856A10.625,10.625,0,0,1,2.683,5.185,3.756,3.756,0,0,0,3.849,10.2a3.662,3.662,0,0,1-1.7-.469v.046a3.752,3.752,0,0,0,3.009,3.679,3.774,3.774,0,0,1-.987.132,3.537,3.537,0,0,1-.7-.07,3.755,3.755,0,0,0,3.5,2.606,7.517,7.517,0,0,1-4.658,1.607,7.6,7.6,0,0,1-.895-.054,10.479,10.479,0,0,0,5.739,1.7A10.6,10.6,0,0,0,17.828,8.69c0-.163,0-.325-.012-.484A7.632,7.632,0,0,0,19.687,6.262Z" transform="translate(-1.413 -4.5)"/></svg></figure>\n </a>\n <a \n href="http://pinterest.com/pin/create/button/?url=https%3A%2F%2Fvitis-cosmetics.com%2Fskladniki%2Folej-cacay%2F&description=Olej+cacay&media=https://vitis-cosmetics.com/wp-content/uploads/2021/03/grape_image_4.jpg"\n onclick="javascript:window.open(this.href, '', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=300,width=600');return false;"\n class="pintrest-share" \n title="Udostępnij na Pintrest" class="pin-share" rel="noreferrer nopenner">\n <figure class="full"><svg xmlns="http://www.w3.org/2000/svg" width="15.125" height="15.162" viewBox="0 0 15.125 15.162"><defs><style>.a{fill:#757575;}</style></defs><path class="a" d="M7.617,0A7.573,7.573,0,0,0,4.856,14.624a7.28,7.28,0,0,1,.026-2.173c.138-.592.888-3.763.888-3.763a2.74,2.74,0,0,1-.227-1.125c0-1.051.611-1.839,1.37-1.839a.952.952,0,0,1,.959,1.066,15.178,15.178,0,0,1-.627,2.522A1.1,1.1,0,0,0,8.367,10.68c1.344,0,2.38-1.418,2.38-3.466A2.989,2.989,0,0,0,7.583,4.138,3.277,3.277,0,0,0,4.166,7.422a2.949,2.949,0,0,0,.562,1.732.231.231,0,0,1,.054.218c-.057.237-.185.757-.211.861-.033.142-.109.171-.253.1A3.387,3.387,0,0,1,2.78,7.4c0-2.386,1.736-4.581,5-4.581a4.447,4.447,0,0,1,4.67,4.374c0,2.612-1.647,4.714-3.938,4.714a2.045,2.045,0,0,1-1.742-.871l-.473,1.8a8.25,8.25,0,0,1-.946,1.987A7.573,7.573,0,1,0,7.6.016Z" transform="translate(-0.044)"/></svg></figure>\n </a>\n \n <a href="http://www.tumblr.com/share/link?url=https%3A%2F%2Fvitis-cosmetics.com%2Fskladniki%2Folej-cacay%2F&name=Olej+cacay"\n onclick="javascript:window.open(this.href, '', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=300,width=600');return false;"\n target="_blank" title="Share on Tumblr" class="tumblr-share" rel="noreferrer nopenner"><figure class="full"><?xml version="1.0" standalone="no"?>\n <svg xmlns="http://www.w3.org/2000/svg" height="20" width="20" viewBox="0 0 1000 1000" xmlns:xlink="http://www.w3.org/1999/xlink">\n <metadata>IcoFont Icons</metadata>\n <title>tumblr</title>\n <glyph glyph-name="tumblr" unicode="" horiz-adv-x="1000" />\n <path fill="#757575" d="M576.4 777.7c-14.699999999999932-8.700000000000045-28.199999999999932-23.5-33.60000000000002-37.80000000000007-5.399999999999977-14.399999999999977-4.699999999999932-43.69999999999993-4.699999999999932-94.39999999999998v-224.39999999999998h204.10000000000002v-156.20000000000005h-204.10000000000002v-202.49999999999997h-125.60000000000002c-5.600000000000023 45.099999999999994-15.899999999999977 82.29999999999998-30.899999999999977 111.5-15 29.19999999999999-34.700000000000045 54.29999999999998-59.60000000000002 75.1-24.69999999999999 20.80000000000001-64.80000000000001 36.89999999999998-99.5 48v124h119.89999999999998v306.9c0 40.10000000000002 4.2000000000000455 70.60000000000002 12.700000000000045 91.70000000000005 8.5 21 23.599999999999966 41 45.599999999999966 59.69999999999993 21.900000000000034 18.600000000000023 48.30000000000001 33 79.40000000000003 43.10000000000002 31 10.100000000000023 54.799999999999955 15.100000000000023 95.10000000000002 15.100000000000023 35.5 0 68.5-3.6000000000000227 99.09999999999991-10.600000000000023 30.600000000000023-7.199999999999932 64.80000000000007-19.5 102.40000000000009-37v-138c-44.200000000000045 28.800000000000068-88.60000000000002 43.10000000000002-133.4000000000001 43.10000000000002-25 0-47.299999999999955-5.7999999999999545-66.89999999999998-17.299999999999955z"/>\n </svg></figure>\n </a>\n \n </div>\n <div class="short-content "><p>(pochodzi z dżungli amazońskiej) ujędrnia skórę, widocznie redukuje zmarszczki oraz zapobiega powstawaniu nowych, tworzy łagodzącą barierę hydrolipidową, zapewnia długotrwałe nawilżenie skóry oraz regeneruje skórę narażoną na codzienne działanie czynników zewnętrznych (wiatr, mróz, słońce, smog)</p>\n </div>\n </div>\n \n </div>\n </section> """ "section" => false "__app" => array:3 [ "post" => WP_Post {#23504} "model" => false "__blade" => array:1 [ 0 => {#23923} ] ] "__store" => array:8 [ "post" => WP_Post {#23504} "model" => App\Models\Ingredient {#23930} "__blade" => array:3 [ 0 => {#23923} 1 => {#23933} 2 => {#23887} ] "__app" => array:3 [ "post" => WP_Post {#23504} "model" => false "__blade" => array:1 [ 0 => {#23923} ] ] "__store" => array:5 [ "post" => WP_Post {#23504} "model" => false "__blade" => array:2 [ 0 => {#23923} 1 => {#23933} ] "__app" => array:3 [ "post" => WP_Post {#23504} "model" => false "__blade" => array:1 [ 0 => {#23923} ] ] "__store" => array:4 [ "__blade" => array:1 [ 0 => {#23923} ] "post" => WP_Post {#23504} "model" => false "__app" => array:3 [ "post" => WP_Post {#23504} "model" => false "__blade" => array:1 [ 0 => {#23923} ] ] ] ] "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" 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/skladniki/" title="Składniki">\n \n Składniki\n \n \n </a>\n \n <meta itemprop="name" content="Składniki">\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 Olej cacay\n \n \n </span>\n \n <meta itemprop="name" content="Olej cacay">\n <meta itemprop="position" content="3">\n </li>\n \n </ol>\n </nav>\n """ "title_segment" => """ <section class="section single-title-section">\n <div class="d-flex flex-wrap">\n \n <div class="page-content no-image">\n <div class="blog-post-date">\n 24-02-2021\n </div>\n <h1 class="single-title">Olej cacay</h1> <div class="social-share">\n <a href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fvitis-cosmetics.com%2Fskladniki%2Folej-cacay%2F&t=Olej cacay"\n onclick="javascript:window.open(this.href, '', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=300,width=600');return false;"\n target="_blank" title="Udostępnij na Facebook" class="fb-share" rel="noreferrer nopenner"><figure class="full"><svg xmlns="http://www.w3.org/2000/svg" width="12.467" height="19.292" viewBox="0 0 12.467 19.292"><defs><style>.a{fill:#535353;opacity:0.8;}</style></defs><path class="a" d="M13.259,10.852l.646-3.491H9.864V5.095c0-.955.565-1.886,2.375-1.886h1.838V.236A26.908,26.908,0,0,0,10.814,0c-3.329,0-5.5,1.672-5.5,4.7V7.361h-3.7v3.491h3.7v8.44H9.864v-8.44Z" transform="translate(-1.609)"/></svg></figure>\n </a>\n <a href="https://twitter.com/share?url=https%3A%2F%2Fvitis-cosmetics.com%2Fskladniki%2Folej-cacay%2F&text=Olej cacay"\n onclick="javascript:window.open(this.href, '', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=300,width=600');return false;"\n target="_blank" title="Udostępnij na Twitter" class="twitter-share" rel="noreferrer nopenner"><figure class="full"><svg xmlns="http://www.w3.org/2000/svg" width="18.273" height="14.87" viewBox="0 0 18.273 14.87"><defs><style>.a{fill:#757575;}</style></defs><path class="a" d="M19.687,6.262a7.579,7.579,0,0,1-2.153.592,3.762,3.762,0,0,0,1.65-2.076,7.449,7.449,0,0,1-2.381.91,3.748,3.748,0,0,0-6.486,2.563,3.67,3.67,0,0,0,.1.856A10.625,10.625,0,0,1,2.683,5.185,3.756,3.756,0,0,0,3.849,10.2a3.662,3.662,0,0,1-1.7-.469v.046a3.752,3.752,0,0,0,3.009,3.679,3.774,3.774,0,0,1-.987.132,3.537,3.537,0,0,1-.7-.07,3.755,3.755,0,0,0,3.5,2.606,7.517,7.517,0,0,1-4.658,1.607,7.6,7.6,0,0,1-.895-.054,10.479,10.479,0,0,0,5.739,1.7A10.6,10.6,0,0,0,17.828,8.69c0-.163,0-.325-.012-.484A7.632,7.632,0,0,0,19.687,6.262Z" transform="translate(-1.413 -4.5)"/></svg></figure>\n </a>\n <a \n href="http://pinterest.com/pin/create/button/?url=https%3A%2F%2Fvitis-cosmetics.com%2Fskladniki%2Folej-cacay%2F&description=Olej+cacay&media=https://vitis-cosmetics.com/wp-content/uploads/2021/03/grape_image_4.jpg"\n onclick="javascript:window.open(this.href, '', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=300,width=600');return false;"\n class="pintrest-share" \n title="Udostępnij na Pintrest" class="pin-share" rel="noreferrer nopenner">\n <figure class="full"><svg xmlns="http://www.w3.org/2000/svg" width="15.125" height="15.162" viewBox="0 0 15.125 15.162"><defs><style>.a{fill:#757575;}</style></defs><path class="a" d="M7.617,0A7.573,7.573,0,0,0,4.856,14.624a7.28,7.28,0,0,1,.026-2.173c.138-.592.888-3.763.888-3.763a2.74,2.74,0,0,1-.227-1.125c0-1.051.611-1.839,1.37-1.839a.952.952,0,0,1,.959,1.066,15.178,15.178,0,0,1-.627,2.522A1.1,1.1,0,0,0,8.367,10.68c1.344,0,2.38-1.418,2.38-3.466A2.989,2.989,0,0,0,7.583,4.138,3.277,3.277,0,0,0,4.166,7.422a2.949,2.949,0,0,0,.562,1.732.231.231,0,0,1,.054.218c-.057.237-.185.757-.211.861-.033.142-.109.171-.253.1A3.387,3.387,0,0,1,2.78,7.4c0-2.386,1.736-4.581,5-4.581a4.447,4.447,0,0,1,4.67,4.374c0,2.612-1.647,4.714-3.938,4.714a2.045,2.045,0,0,1-1.742-.871l-.473,1.8a8.25,8.25,0,0,1-.946,1.987A7.573,7.573,0,1,0,7.6.016Z" transform="translate(-0.044)"/></svg></figure>\n </a>\n \n <a href="http://www.tumblr.com/share/link?url=https%3A%2F%2Fvitis-cosmetics.com%2Fskladniki%2Folej-cacay%2F&name=Olej+cacay"\n onclick="javascript:window.open(this.href, '', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=300,width=600');return false;"\n target="_blank" title="Share on Tumblr" class="tumblr-share" rel="noreferrer nopenner"><figure class="full"><?xml version="1.0" standalone="no"?>\n <svg xmlns="http://www.w3.org/2000/svg" height="20" width="20" viewBox="0 0 1000 1000" xmlns:xlink="http://www.w3.org/1999/xlink">\n <metadata>IcoFont Icons</metadata>\n <title>tumblr</title>\n <glyph glyph-name="tumblr" unicode="" horiz-adv-x="1000" />\n <path fill="#757575" d="M576.4 777.7c-14.699999999999932-8.700000000000045-28.199999999999932-23.5-33.60000000000002-37.80000000000007-5.399999999999977-14.399999999999977-4.699999999999932-43.69999999999993-4.699999999999932-94.39999999999998v-224.39999999999998h204.10000000000002v-156.20000000000005h-204.10000000000002v-202.49999999999997h-125.60000000000002c-5.600000000000023 45.099999999999994-15.899999999999977 82.29999999999998-30.899999999999977 111.5-15 29.19999999999999-34.700000000000045 54.29999999999998-59.60000000000002 75.1-24.69999999999999 20.80000000000001-64.80000000000001 36.89999999999998-99.5 48v124h119.89999999999998v306.9c0 40.10000000000002 4.2000000000000455 70.60000000000002 12.700000000000045 91.70000000000005 8.5 21 23.599999999999966 41 45.599999999999966 59.69999999999993 21.900000000000034 18.600000000000023 48.30000000000001 33 79.40000000000003 43.10000000000002 31 10.100000000000023 54.799999999999955 15.100000000000023 95.10000000000002 15.100000000000023 35.5 0 68.5-3.6000000000000227 99.09999999999991-10.600000000000023 30.600000000000023-7.199999999999932 64.80000000000007-19.5 102.40000000000009-37v-138c-44.200000000000045 28.800000000000068-88.60000000000002 43.10000000000002-133.4000000000001 43.10000000000002-25 0-47.299999999999955-5.7999999999999545-66.89999999999998-17.299999999999955z"/>\n </svg></figure>\n </a>\n \n </div>\n <div class="short-content "><p>(pochodzi z dżungli amazońskiej) ujędrnia skórę, widocznie redukuje zmarszczki oraz zapobiega powstawaniu nowych, tworzy łagodzącą barierę hydrolipidową, zapewnia długotrwałe nawilżenie skóry oraz regeneruje skórę narażoną na codzienne działanie czynników zewnętrznych (wiatr, mróz, słońce, smog)</p>\n </div>\n </div>\n \n </div>\n </section> """ "section" => false ] ]
$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.
"/home/vitis/domains/vitis-cosmetics.com/public_html/wp-content/themes/vitis/resources/views/single-ingredient.blade.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.
"/home/vitis/domains/vitis-cosmetics.com/public_html/wp-content/themes/vitis/resources/views/single-ingredient.blade.php"
array:1 [ 0 => "/home/vitis/domains/vitis-cosmetics.com/public_html/wp-content/themes/vitis/resources/views/single-ingredient.blade.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; }
"template_include"
"/home/vitis/domains/vitis-cosmetics.com/public_html/wp-content/themes/vitis/resources/views/single-ingredient.blade.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'; }
"/home/vitis/domains/vitis-cosmetics.com/public_html/wp-includes/template-loader.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';
"/home/vitis/domains/vitis-cosmetics.com/public_html/wp-blog-header.php"
Key | Value |
wp-wpml_current_language | "pl"
|
Key | Value |
SERVER_SOFTWARE | "Apache/2"
|
REQUEST_URI | "/skladniki/olej-cacay/"
|
PATH | "/usr/local/bin:/usr/bin:/bin"
|
TEMP | "/tmp"
|
TMP | "/tmp"
|
TMPDIR | "/tmp"
|
PWD | "/"
|
HTTP_ACCEPT | "text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8"
|
HTTP_ACCEPT_ENCODING | "br,gzip"
|
HTTP_ACCEPT_LANGUAGE | "en-US,en;q=0.5"
|
HTTP_CONNECTION | "close"
|
CONTENT_LENGTH | "0"
|
HTTP_HOST | "vitis-cosmetics.com"
|
HTTP_USER_AGENT | "CCBot/2.0 (https://commoncrawl.org/faq/)"
|
HTTP_IF_MODIFIED_SINCE | "Sat, 04 Feb 2023 14:43:35 GMT"
|
HTTP_X_FORWARDED_FOR | "44.200.145.223"
|
HTTP_X_ACCEL_INTERNAL | "/nginx_static_files"
|
REDIRECT_UNIQUE_ID | "ZHcTGCmso62LqjpT0SlpHQAAACs"
|
REDIRECT_HTTP_AUTHORIZATION | "" |
REDIRECT_HTTPS | "on"
|
REDIRECT_STATUS | "200"
|
UNIQUE_ID | "ZHcTGCmso62LqjpT0SlpHQAAACs"
|
HTTP_AUTHORIZATION | "" |
HTTPS | "on"
|
SERVER_SIGNATURE | "" |
SERVER_NAME | "vitis-cosmetics.com"
|
SERVER_ADDR | "144.76.242.41"
|
SERVER_PORT | "443"
|
REMOTE_ADDR | "44.200.145.223"
|
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 | "60532"
|
REDIRECT_URL | "/skladniki/olej-cacay/"
|
SERVER_PROTOCOL | "HTTP/1.0"
|
REQUEST_METHOD | "GET"
|
QUERY_STRING | "" |
SCRIPT_NAME | "/index.php"
|
PHP_SELF | "/index.php"
|
REQUEST_TIME_FLOAT | 1685525272.1078
|
REQUEST_TIME | 1685525272
|
Key | Value |
PATH | "/usr/local/bin:/usr/bin:/bin"
|
TEMP | "/tmp"
|
TMP | "/tmp"
|
TMPDIR | "/tmp"
|
PWD | "/"
|