/srv/www/derosa.com/releases/20250127170121/vendor/illuminate/support/helpers.php
*
* @param \Illuminate\Contracts\Support\DeferringDisplayableValue|\Illuminate\Contracts\Support\Htmlable|\BackedEnum|string|null $value
* @param bool $doubleEncode
* @return string
*/
function e($value, $doubleEncode = true)
{
if ($value instanceof DeferringDisplayableValue) {
$value = $value->resolveDisplayableValue();
}
if ($value instanceof Htmlable) {
return $value->toHtml();
}
if ($value instanceof BackedEnum) {
$value = $value->value;
}
return htmlspecialchars($value ?? '', ENT_QUOTES | ENT_SUBSTITUTE, 'UTF-8', $doubleEncode);
}
}
if (! function_exists('env')) {
/**
* Gets the value of an environment variable.
*
* @param string $key
* @param mixed $default
* @return mixed
*/
function env($key, $default = null)
{
return Env::get($key, $default);
}
}
if (! function_exists('filled')) {
/**
* Determine if a value is "filled".
Arguments
"htmlspecialchars(): Argument #1 ($string) must be of type string, WP_Error given (View: /srv/www/derosa.com/releases/20250127170121/web/app/themes/derosa/resources/views/partials/content-single-model.blade.php) (View: /srv/www/derosa.com/releases/20250127170121/web/app/themes/derosa/resources/views/partials/content-single-model.blade.php)"
/srv/www/derosa.com/releases/20250127170121/web/app/themes/derosa/vendor/illuminate/view/Engines/PhpEngine.php
/**
* Get the evaluated contents of the view at the given path.
*
* @param string $path
* @param array $data
* @return string
*/
protected function evaluatePath($path, $data)
{
$obLevel = ob_get_level();
ob_start();
// 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 {
$this->files->getRequire($path, $data);
} catch (Throwable $e) {
$this->handleViewException($e, $obLevel);
}
return ltrim(ob_get_clean());
}
/**
* Handle a view exception.
*
* @param \Throwable $e
* @param int $obLevel
* @return void
*
* @throws \Throwable
*/
protected function handleViewException(Throwable $e, $obLevel)
{
while (ob_get_level() > $obLevel) {
ob_end_clean();
}
Arguments
Illuminate\View\ViewException {#9108
#message: "htmlspecialchars(): Argument #1 ($string) must be of type string, WP_Error given (View: /srv/www/derosa.com/releases/20250127170121/web/app/themes/derosa/resources/views/partials/content-single-model.blade.php)"
#code: 0
#file: "/srv/www/derosa.com/releases/20250127170121/vendor/illuminate/support/helpers.php"
#line: 124
-previous: TypeError {#9105
#message: "htmlspecialchars(): Argument #1 ($string) must be of type string, WP_Error given"
#code: 0
#file: "/srv/www/derosa.com/releases/20250127170121/vendor/illuminate/support/helpers.php"
#line: 124
}
#severity: E_ERROR
}
2
/srv/www/derosa.com/releases/20250127170121/vendor/illuminate/support/helpers.php
*
* @param \Illuminate\Contracts\Support\DeferringDisplayableValue|\Illuminate\Contracts\Support\Htmlable|\BackedEnum|string|null $value
* @param bool $doubleEncode
* @return string
*/
function e($value, $doubleEncode = true)
{
if ($value instanceof DeferringDisplayableValue) {
$value = $value->resolveDisplayableValue();
}
if ($value instanceof Htmlable) {
return $value->toHtml();
}
if ($value instanceof BackedEnum) {
$value = $value->value;
}
return htmlspecialchars($value ?? '', ENT_QUOTES | ENT_SUBSTITUTE, 'UTF-8', $doubleEncode);
}
}
if (! function_exists('env')) {
/**
* Gets the value of an environment variable.
*
* @param string $key
* @param mixed $default
* @return mixed
*/
function env($key, $default = null)
{
return Env::get($key, $default);
}
}
if (! function_exists('filled')) {
/**
* Determine if a value is "filled".
Arguments
"htmlspecialchars(): Argument #1 ($string) must be of type string, WP_Error given (View: /srv/www/derosa.com/releases/20250127170121/web/app/themes/derosa/resources/views/partials/content-single-model.blade.php)"
/srv/www/derosa.com/releases/20250127170121/web/app/themes/derosa/vendor/illuminate/view/Engines/PhpEngine.php
/**
* Get the evaluated contents of the view at the given path.
*
* @param string $path
* @param array $data
* @return string
*/
protected function evaluatePath($path, $data)
{
$obLevel = ob_get_level();
ob_start();
// 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 {
$this->files->getRequire($path, $data);
} catch (Throwable $e) {
$this->handleViewException($e, $obLevel);
}
return ltrim(ob_get_clean());
}
/**
* Handle a view exception.
*
* @param \Throwable $e
* @param int $obLevel
* @return void
*
* @throws \Throwable
*/
protected function handleViewException(Throwable $e, $obLevel)
{
while (ob_get_level() > $obLevel) {
ob_end_clean();
}
Arguments
TypeError {#9105
#message: "htmlspecialchars(): Argument #1 ($string) must be of type string, WP_Error given"
#code: 0
#file: "/srv/www/derosa.com/releases/20250127170121/vendor/illuminate/support/helpers.php"
#line: 124
}
4
/srv/www/derosa.com/releases/20250127170121/vendor/illuminate/support/helpers.php
*
* @param \Illuminate\Contracts\Support\DeferringDisplayableValue|\Illuminate\Contracts\Support\Htmlable|\BackedEnum|string|null $value
* @param bool $doubleEncode
* @return string
*/
function e($value, $doubleEncode = true)
{
if ($value instanceof DeferringDisplayableValue) {
$value = $value->resolveDisplayableValue();
}
if ($value instanceof Htmlable) {
return $value->toHtml();
}
if ($value instanceof BackedEnum) {
$value = $value->value;
}
return htmlspecialchars($value ?? '', ENT_QUOTES | ENT_SUBSTITUTE, 'UTF-8', $doubleEncode);
}
}
if (! function_exists('env')) {
/**
* Gets the value of an environment variable.
*
* @param string $key
* @param mixed $default
* @return mixed
*/
function env($key, $default = null)
{
return Env::get($key, $default);
}
}
if (! function_exists('filled')) {
/**
* Determine if a value is "filled".
Arguments
"htmlspecialchars(): Argument #1 ($string) must be of type string, WP_Error given"
/srv/www/derosa.com/releases/20250127170121/vendor/illuminate/support/helpers.php
*
* @param \Illuminate\Contracts\Support\DeferringDisplayableValue|\Illuminate\Contracts\Support\Htmlable|\BackedEnum|string|null $value
* @param bool $doubleEncode
* @return string
*/
function e($value, $doubleEncode = true)
{
if ($value instanceof DeferringDisplayableValue) {
$value = $value->resolveDisplayableValue();
}
if ($value instanceof Htmlable) {
return $value->toHtml();
}
if ($value instanceof BackedEnum) {
$value = $value->value;
}
return htmlspecialchars($value ?? '', ENT_QUOTES | ENT_SUBSTITUTE, 'UTF-8', $doubleEncode);
}
}
if (! function_exists('env')) {
/**
* Gets the value of an environment variable.
*
* @param string $key
* @param mixed $default
* @return mixed
*/
function env($key, $default = null)
{
return Env::get($key, $default);
}
}
if (! function_exists('filled')) {
/**
* Determine if a value is "filled".
Arguments
WP_Error {#9107}
11
"UTF-8"
true
/srv/www/derosa.com/releases/20250127170121/web/app/themes/derosa/storage/framework/views/1162a1f7c00a0cd9aedbe9961e8a875f.php
alt="play" class="videofull__overlay__play">
<img
src="<?php echo e(get_template_directory_uri()); ?>/assets/images/expand-video.svg"
alt="play" class="videofull__overlay__expand">
<span class="videofull__overlay__close">✕</span>
</div>
<video id="videoFullscreen" loop>
<source src="<?php echo e($media); ?>"
type="video/<?php echo e($path_parts['extension']); ?>">
Your browser does not support HTML5 video.
</video>
</div>
</div>
<?php endif; ?>
<div class="model">
<header class="page__area page__area--transparent">
<div class="model__breadcrumbs">
<a href="/">De Rosa</a>
<bdi>/</bdi>
<a href="<?php echo e($collection_url); ?>"><?php echo e($collection->name); ?></a>
<bdi>/</bdi>
<span><?php echo get_the_title(); ?></span>
</div>
<div class="model__close">
<a href="<?php echo e($collection_url); ?>"><?php echo e(_e('Close', 'br')); ?></a>
</div>
</header>
<div class="model__intro">
<div class="model__intro__heading">
<span class="title title-secondary"><?php echo e(get_the_subtitle()); ?></span>
<h1 class="title title-primary title-dark"><?php echo get_the_title(); ?></h1>
</div>
<div class="model__intro__image"
style='background-image: url("<?php echo e(wp_get_attachment_image_url(tr_field('image'), 'full')); ?>")'></div>
<div class="model__intro__arrow">
<span>↓</span>
</div>
</div>
<div class="page__area page__area--transparent">
<div class="model__description">
Arguments
/srv/www/derosa.com/releases/20250127170121/web/app/themes/derosa/vendor/illuminate/filesystem/Filesystem.php
/**
* Get the returned value of a file.
*
* @param string $path
* @param array $data
* @return mixed
*
* @throws \Illuminate\Contracts\Filesystem\FileNotFoundException
*/
public function getRequire($path, array $data = [])
{
if ($this->isFile($path)) {
$__path = $path;
$__data = $data;
return (static function () use ($__path, $__data) {
extract($__data, EXTR_SKIP);
return require $__path;
})();
}
throw new FileNotFoundException("File does not exist at path {$path}.");
}
/**
* Require the given file once.
*
* @param string $path
* @param array $data
* @return mixed
*
* @throws \Illuminate\Contracts\Filesystem\FileNotFoundException
*/
public function requireOnce($path, array $data = [])
{
if ($this->isFile($path)) {
$__path = $path;
$__data = $data;
Arguments
"/srv/www/derosa.com/releases/20250127170121/web/app/themes/derosa/storage/framework/views/1162a1f7c00a0cd9aedbe9961e8a875f.php"
/srv/www/derosa.com/releases/20250127170121/web/app/themes/derosa/vendor/illuminate/filesystem/Filesystem.php
/**
* Get the returned value of a file.
*
* @param string $path
* @param array $data
* @return mixed
*
* @throws \Illuminate\Contracts\Filesystem\FileNotFoundException
*/
public function getRequire($path, array $data = [])
{
if ($this->isFile($path)) {
$__path = $path;
$__data = $data;
return (static function () use ($__path, $__data) {
extract($__data, EXTR_SKIP);
return require $__path;
})();
}
throw new FileNotFoundException("File does not exist at path {$path}.");
}
/**
* Require the given file once.
*
* @param string $path
* @param array $data
* @return mixed
*
* @throws \Illuminate\Contracts\Filesystem\FileNotFoundException
*/
public function requireOnce($path, array $data = [])
{
if ($this->isFile($path)) {
$__path = $path;
$__data = $data;
/srv/www/derosa.com/releases/20250127170121/web/app/themes/derosa/vendor/illuminate/view/Engines/PhpEngine.php
}
/**
* Get the evaluated contents of the view at the given path.
*
* @param string $path
* @param array $data
* @return string
*/
protected function evaluatePath($path, $data)
{
$obLevel = ob_get_level();
ob_start();
// 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 {
$this->files->getRequire($path, $data);
} catch (Throwable $e) {
$this->handleViewException($e, $obLevel);
}
return ltrim(ob_get_clean());
}
/**
* Handle a view exception.
*
* @param \Throwable $e
* @param int $obLevel
* @return void
*
* @throws \Throwable
*/
protected function handleViewException(Throwable $e, $obLevel)
{
while (ob_get_level() > $obLevel) {
ob_end_clean();
Arguments
"/srv/www/derosa.com/releases/20250127170121/web/app/themes/derosa/storage/framework/views/1162a1f7c00a0cd9aedbe9961e8a875f.php"
array:6 [
"__env" => Illuminate\View\Factory {#4906}
"app" => Roots\Acorn\Application {#4804}
"post" => WP_Post {#8948}
"siteName" => "De Rosa"
"title" => "Idol 2021"
"pagination" => ""
]
/srv/www/derosa.com/releases/20250127170121/web/app/themes/derosa/vendor/illuminate/view/Engines/CompilerEngine.php
* @param array $data
* @return string
*/
public function get($path, array $data = [])
{
$this->lastCompiled[] = $path;
// If this given view has expired, which means it has simply been edited since
// it was last compiled, we will re-compile the views so we can evaluate a
// fresh copy of the view. We'll pass the compiler the path of the view.
if (! isset($this->compiledOrNotExpired[$path]) && $this->compiler->isExpired($path)) {
$this->compiler->compile($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.
try {
$results = $this->evaluatePath($this->compiler->getCompiledPath($path), $data);
} catch (ViewException $e) {
if (! str($e->getMessage())->contains(['No such file or directory', 'File does not exist at path'])) {
throw $e;
}
if (! isset($this->compiledOrNotExpired[$path])) {
throw $e;
}
$this->compiler->compile($path);
$results = $this->evaluatePath($this->compiler->getCompiledPath($path), $data);
}
$this->compiledOrNotExpired[$path] = true;
array_pop($this->lastCompiled);
return $results;
}
Arguments
"/srv/www/derosa.com/releases/20250127170121/web/app/themes/derosa/storage/framework/views/1162a1f7c00a0cd9aedbe9961e8a875f.php"
array:6 [
"__env" => Illuminate\View\Factory {#4906}
"app" => Roots\Acorn\Application {#4804}
"post" => WP_Post {#8948}
"siteName" => "De Rosa"
"title" => "Idol 2021"
"pagination" => ""
]
/srv/www/derosa.com/releases/20250127170121/web/app/themes/derosa/vendor/illuminate/view/View.php
$this->factory->callComposer($this);
$contents = $this->getContents();
// Once we've finished rendering the view, we'll decrement the render count
// so that each section gets 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
*/
public function gatherData()
{
$data = array_merge($this->factory->getShared(), $this->data);
foreach ($data as $key => $value) {
if ($value instanceof Renderable) {
$data[$key] = $value->render();
}
}
return $data;
}
Arguments
"/srv/www/derosa.com/releases/20250127170121/web/app/themes/derosa/resources/views/partials/content-single-model.blade.php"
array:6 [
"__env" => Illuminate\View\Factory {#4906}
"app" => Roots\Acorn\Application {#4804}
"post" => WP_Post {#8948}
"siteName" => "De Rosa"
"title" => "Idol 2021"
"pagination" => ""
]
/srv/www/derosa.com/releases/20250127170121/web/app/themes/derosa/vendor/illuminate/view/View.php
throw $e;
}
}
/**
* Get the contents of the view instance.
*
* @return string
*/
protected function renderContents()
{
// We will keep track of the number 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 section gets 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());
}
/**
/srv/www/derosa.com/releases/20250127170121/web/app/themes/derosa/vendor/illuminate/view/View.php
*
* @return string
*/
protected function allFragments()
{
return collect($this->render(fn () => $this->factory->getFragments()))->implode('');
}
/**
* 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) ? $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 (Throwable $e) {
$this->factory->flushState();
throw $e;
}
}
/**
* Get the contents of the view instance.
*
* @return string
/srv/www/derosa.com/releases/20250127170121/web/app/themes/derosa/storage/framework/views/b5d60541583fbab6b885d599ecf72e59.php
<?php $__env->startSection('content'); ?>
<?php while(have_posts()): ?> <?php the_post() ?>
<?php if(file_exists(get_template_directory().'/resources/views/partials/content-single-'.get_post_type().'.blade.php')): ?>
<?php echo $__env->make('partials.content-single-'.get_post_type(), \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
<?php else: ?>
<?php echo $__env->make('partials.content-single', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
<?php endif; ?>
<?php endwhile; ?>
<?php $__env->stopSection(); ?>
<?php echo $__env->make('layouts.app', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /srv/www/derosa.com/releases/20250127170121/web/app/themes/derosa/resources/views/single.blade.php ENDPATH**/ ?>
/srv/www/derosa.com/releases/20250127170121/web/app/themes/derosa/vendor/illuminate/filesystem/Filesystem.php
/**
* Get the returned value of a file.
*
* @param string $path
* @param array $data
* @return mixed
*
* @throws \Illuminate\Contracts\Filesystem\FileNotFoundException
*/
public function getRequire($path, array $data = [])
{
if ($this->isFile($path)) {
$__path = $path;
$__data = $data;
return (static function () use ($__path, $__data) {
extract($__data, EXTR_SKIP);
return require $__path;
})();
}
throw new FileNotFoundException("File does not exist at path {$path}.");
}
/**
* Require the given file once.
*
* @param string $path
* @param array $data
* @return mixed
*
* @throws \Illuminate\Contracts\Filesystem\FileNotFoundException
*/
public function requireOnce($path, array $data = [])
{
if ($this->isFile($path)) {
$__path = $path;
$__data = $data;
Arguments
"/srv/www/derosa.com/releases/20250127170121/web/app/themes/derosa/storage/framework/views/b5d60541583fbab6b885d599ecf72e59.php"
/srv/www/derosa.com/releases/20250127170121/web/app/themes/derosa/vendor/illuminate/filesystem/Filesystem.php
/**
* Get the returned value of a file.
*
* @param string $path
* @param array $data
* @return mixed
*
* @throws \Illuminate\Contracts\Filesystem\FileNotFoundException
*/
public function getRequire($path, array $data = [])
{
if ($this->isFile($path)) {
$__path = $path;
$__data = $data;
return (static function () use ($__path, $__data) {
extract($__data, EXTR_SKIP);
return require $__path;
})();
}
throw new FileNotFoundException("File does not exist at path {$path}.");
}
/**
* Require the given file once.
*
* @param string $path
* @param array $data
* @return mixed
*
* @throws \Illuminate\Contracts\Filesystem\FileNotFoundException
*/
public function requireOnce($path, array $data = [])
{
if ($this->isFile($path)) {
$__path = $path;
$__data = $data;
/srv/www/derosa.com/releases/20250127170121/web/app/themes/derosa/vendor/illuminate/view/Engines/PhpEngine.php
}
/**
* Get the evaluated contents of the view at the given path.
*
* @param string $path
* @param array $data
* @return string
*/
protected function evaluatePath($path, $data)
{
$obLevel = ob_get_level();
ob_start();
// 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 {
$this->files->getRequire($path, $data);
} catch (Throwable $e) {
$this->handleViewException($e, $obLevel);
}
return ltrim(ob_get_clean());
}
/**
* Handle a view exception.
*
* @param \Throwable $e
* @param int $obLevel
* @return void
*
* @throws \Throwable
*/
protected function handleViewException(Throwable $e, $obLevel)
{
while (ob_get_level() > $obLevel) {
ob_end_clean();
Arguments
"/srv/www/derosa.com/releases/20250127170121/web/app/themes/derosa/storage/framework/views/b5d60541583fbab6b885d599ecf72e59.php"
array:3 [
"__env" => Illuminate\View\Factory {#4906}
"app" => Roots\Acorn\Application {#4804}
"siteName" => "De Rosa"
]
/srv/www/derosa.com/releases/20250127170121/web/app/themes/derosa/vendor/illuminate/view/Engines/CompilerEngine.php
* @param array $data
* @return string
*/
public function get($path, array $data = [])
{
$this->lastCompiled[] = $path;
// If this given view has expired, which means it has simply been edited since
// it was last compiled, we will re-compile the views so we can evaluate a
// fresh copy of the view. We'll pass the compiler the path of the view.
if (! isset($this->compiledOrNotExpired[$path]) && $this->compiler->isExpired($path)) {
$this->compiler->compile($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.
try {
$results = $this->evaluatePath($this->compiler->getCompiledPath($path), $data);
} catch (ViewException $e) {
if (! str($e->getMessage())->contains(['No such file or directory', 'File does not exist at path'])) {
throw $e;
}
if (! isset($this->compiledOrNotExpired[$path])) {
throw $e;
}
$this->compiler->compile($path);
$results = $this->evaluatePath($this->compiler->getCompiledPath($path), $data);
}
$this->compiledOrNotExpired[$path] = true;
array_pop($this->lastCompiled);
return $results;
}
Arguments
"/srv/www/derosa.com/releases/20250127170121/web/app/themes/derosa/storage/framework/views/b5d60541583fbab6b885d599ecf72e59.php"
array:3 [
"__env" => Illuminate\View\Factory {#4906}
"app" => Roots\Acorn\Application {#4804}
"siteName" => "De Rosa"
]
/srv/www/derosa.com/releases/20250127170121/web/app/themes/derosa/vendor/illuminate/view/View.php
$this->factory->callComposer($this);
$contents = $this->getContents();
// Once we've finished rendering the view, we'll decrement the render count
// so that each section gets 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
*/
public function gatherData()
{
$data = array_merge($this->factory->getShared(), $this->data);
foreach ($data as $key => $value) {
if ($value instanceof Renderable) {
$data[$key] = $value->render();
}
}
return $data;
}
Arguments
"/srv/www/derosa.com/releases/20250127170121/web/app/themes/derosa/resources/views/single.blade.php"
array:3 [
"__env" => Illuminate\View\Factory {#4906}
"app" => Roots\Acorn\Application {#4804}
"siteName" => "De Rosa"
]
/srv/www/derosa.com/releases/20250127170121/web/app/themes/derosa/vendor/illuminate/view/View.php
throw $e;
}
}
/**
* Get the contents of the view instance.
*
* @return string
*/
protected function renderContents()
{
// We will keep track of the number 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 section gets 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());
}
/**
/srv/www/derosa.com/releases/20250127170121/web/app/themes/derosa/vendor/illuminate/view/View.php
*
* @return string
*/
protected function allFragments()
{
return collect($this->render(fn () => $this->factory->getFragments()))->implode('');
}
/**
* 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) ? $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 (Throwable $e) {
$this->factory->flushState();
throw $e;
}
}
/**
* Get the contents of the view instance.
*
* @return string
/srv/www/derosa.com/releases/20250127170121/web/app/themes/derosa/index.php
<?php
echo view(app('sage.view'), app('sage.data'))->render();
/srv/www/derosa.com/releases/20250127170121/web/wp/wp-includes/template-loader.php
}
break;
}
}
if ( ! $template ) {
$template = get_index_template();
}
/**
* Filters the path of the current template before including it.
*
* @since 3.0.0
*
* @param string $template The path of the template to include.
*/
$template = apply_filters( 'template_include', $template );
if ( $template ) {
include $template;
} elseif ( current_user_can( 'switch_themes' ) ) {
$theme = wp_get_theme();
if ( $theme->errors() ) {
wp_die( $theme->errors() );
}
}
return;
}
Arguments
"/srv/www/derosa.com/releases/20250127170121/web/app/themes/derosa/index.php"
/srv/www/derosa.com/releases/20250127170121/web/wp/wp-blog-header.php
<?php
/**
* Loads the WordPress environment and template.
*
* @package WordPress
*/
if ( ! isset( $wp_did_header ) ) {
$wp_did_header = true;
// Load the WordPress library.
require_once __DIR__ . '/wp-load.php';
// Set up the WordPress query.
wp();
// Load the theme template.
require_once ABSPATH . WPINC . '/template-loader.php';
}
Arguments
"/srv/www/derosa.com/releases/20250127170121/web/wp/wp-includes/template-loader.php"
/srv/www/derosa.com/releases/20250127170121/web/index.php
<?php
/**
* WordPress View Bootstrapper
*/
define('WP_USE_THEMES', true);
require __DIR__ . '/wp/wp-blog-header.php';
Arguments
"/srv/www/derosa.com/releases/20250127170121/web/wp/wp-blog-header.php"