/var/www/html/crystal/web/app/themes/crystal/storage/framework/views/433258e0fc2c2c097e78f1e6d079d852d152efe4.php
<div class="uk-background-muted">
<div class="uk-container">
<section class="branch-block">
<div class="uk-grid uk-grid-large" uk-grid>
<div class="uk-width-1-3@m uk-width-1-2@s uk-flex uk-flex-middle uk-flex-last uk-flex-first@s">
<div>
<?php echo $__env->make('partials.components.block-heading', [
'title' => __('გვეწვიე ფილიალში', 'sage'),
'classes' => ['m-b-xs-24 m-b-sm-32 m-b-md-40']
], \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
<p class="asd m-b-xs-32 m-t-xs-0 uk-text-emphasis wi-light-font"><?php echo $branch_description; ?></p>
<div class="uk-position-relative">
<span class="uk-form-icon">
<img src="<?= \Roots\asset('images/marker-red.svg'); ?>" alt="Icon" />
</span>
<a href="#branchModal" uk-toggle>
<input class="uk-input uk-form-large branch-block-field" type="text" placeholder="<?php echo e(__('ფილიალები', 'sage')); ?>">
</a>
</div>
</div>
</div>
<div class="uk-width-2-3@m uk-width-1-2@s">
<div class="branch-map" id="branchMap">
<?php echo $__env->make('partials.components.map-svg', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
</div>
</div>
</div>
</section>
</div>
</div>
<?php /**PATH /var/www/html/crystal/web/app/themes/crystal/resources/views/partials/components/branch-block.blade.php ENDPATH**/ ?>
Arguments
"Undefined variable: branch_description (View: /var/www/html/crystal/web/app/themes/crystal/resources/views/partials/components/branch-block.blade.php) (View: /var/www/html/crystal/web/app/themes/crystal/resources/views/partials/components/branch-block.blade.php)"
/var/www/html/crystal/web/app/themes/crystal/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();
}
/var/www/html/crystal/web/app/themes/crystal/storage/framework/views/433258e0fc2c2c097e78f1e6d079d852d152efe4.php
<div class="uk-background-muted">
<div class="uk-container">
<section class="branch-block">
<div class="uk-grid uk-grid-large" uk-grid>
<div class="uk-width-1-3@m uk-width-1-2@s uk-flex uk-flex-middle uk-flex-last uk-flex-first@s">
<div>
<?php echo $__env->make('partials.components.block-heading', [
'title' => __('გვეწვიე ფილიალში', 'sage'),
'classes' => ['m-b-xs-24 m-b-sm-32 m-b-md-40']
], \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
<p class="asd m-b-xs-32 m-t-xs-0 uk-text-emphasis wi-light-font"><?php echo $branch_description; ?></p>
<div class="uk-position-relative">
<span class="uk-form-icon">
<img src="<?= \Roots\asset('images/marker-red.svg'); ?>" alt="Icon" />
</span>
<a href="#branchModal" uk-toggle>
<input class="uk-input uk-form-large branch-block-field" type="text" placeholder="<?php echo e(__('ფილიალები', 'sage')); ?>">
</a>
</div>
</div>
</div>
<div class="uk-width-2-3@m uk-width-1-2@s">
<div class="branch-map" id="branchMap">
<?php echo $__env->make('partials.components.map-svg', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
</div>
</div>
</div>
</section>
</div>
</div>
<?php /**PATH /var/www/html/crystal/web/app/themes/crystal/resources/views/partials/components/branch-block.blade.php ENDPATH**/ ?>
Arguments
"Undefined variable: branch_description (View: /var/www/html/crystal/web/app/themes/crystal/resources/views/partials/components/branch-block.blade.php)"
/var/www/html/crystal/web/app/themes/crystal/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();
}
/var/www/html/crystal/web/app/themes/crystal/storage/framework/views/433258e0fc2c2c097e78f1e6d079d852d152efe4.php
<div class="uk-background-muted">
<div class="uk-container">
<section class="branch-block">
<div class="uk-grid uk-grid-large" uk-grid>
<div class="uk-width-1-3@m uk-width-1-2@s uk-flex uk-flex-middle uk-flex-last uk-flex-first@s">
<div>
<?php echo $__env->make('partials.components.block-heading', [
'title' => __('გვეწვიე ფილიალში', 'sage'),
'classes' => ['m-b-xs-24 m-b-sm-32 m-b-md-40']
], \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
<p class="asd m-b-xs-32 m-t-xs-0 uk-text-emphasis wi-light-font"><?php echo $branch_description; ?></p>
<div class="uk-position-relative">
<span class="uk-form-icon">
<img src="<?= \Roots\asset('images/marker-red.svg'); ?>" alt="Icon" />
</span>
<a href="#branchModal" uk-toggle>
<input class="uk-input uk-form-large branch-block-field" type="text" placeholder="<?php echo e(__('ფილიალები', 'sage')); ?>">
</a>
</div>
</div>
</div>
<div class="uk-width-2-3@m uk-width-1-2@s">
<div class="branch-map" id="branchMap">
<?php echo $__env->make('partials.components.map-svg', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
</div>
</div>
</div>
</section>
</div>
</div>
<?php /**PATH /var/www/html/crystal/web/app/themes/crystal/resources/views/partials/components/branch-block.blade.php ENDPATH**/ ?>
Arguments
"Undefined variable: branch_description"
/var/www/html/crystal/web/app/themes/crystal/storage/framework/views/433258e0fc2c2c097e78f1e6d079d852d152efe4.php
<div class="uk-background-muted">
<div class="uk-container">
<section class="branch-block">
<div class="uk-grid uk-grid-large" uk-grid>
<div class="uk-width-1-3@m uk-width-1-2@s uk-flex uk-flex-middle uk-flex-last uk-flex-first@s">
<div>
<?php echo $__env->make('partials.components.block-heading', [
'title' => __('გვეწვიე ფილიალში', 'sage'),
'classes' => ['m-b-xs-24 m-b-sm-32 m-b-md-40']
], \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
<p class="asd m-b-xs-32 m-t-xs-0 uk-text-emphasis wi-light-font"><?php echo $branch_description; ?></p>
<div class="uk-position-relative">
<span class="uk-form-icon">
<img src="<?= \Roots\asset('images/marker-red.svg'); ?>" alt="Icon" />
</span>
<a href="#branchModal" uk-toggle>
<input class="uk-input uk-form-large branch-block-field" type="text" placeholder="<?php echo e(__('ფილიალები', 'sage')); ?>">
</a>
</div>
</div>
</div>
<div class="uk-width-2-3@m uk-width-1-2@s">
<div class="branch-map" id="branchMap">
<?php echo $__env->make('partials.components.map-svg', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
</div>
</div>
</div>
</section>
</div>
</div>
<?php /**PATH /var/www/html/crystal/web/app/themes/crystal/resources/views/partials/components/branch-block.blade.php ENDPATH**/ ?>
/var/www/html/crystal/web/app/themes/crystal/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
"/var/www/html/crystal/web/app/themes/crystal/storage/framework/views/433258e0fc2c2c097e78f1e6d079d852d152efe4.php"
/var/www/html/crystal/web/app/themes/crystal/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;
/var/www/html/crystal/web/app/themes/crystal/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();
/var/www/html/crystal/web/app/themes/crystal/vendor/illuminate/view/Engines/CompilerEngine.php
*
* @param string $path
* @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);
}
// 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($this->compiler->getCompiledPath($path), $data);
array_pop($this->lastCompiled);
return $results;
}
/**
* Handle a view exception.
*
* @param \Throwable $e
* @param int $obLevel
* @return void
*
* @throws \Throwable
*/
protected function handleViewException(Throwable $e, $obLevel)
{
$e = new ViewException($this->getMessage($e), 0, 1, $e->getFile(), $e->getLine(), $e);
parent::handleViewException($e, $obLevel);
/var/www/html/crystal/web/app/themes/crystal/vendor/illuminate/view/View.php
$this->factory->callComposer($this);
$contents = $this->getContents();
// Once we've finished rendering the view, we'll decrement the render count
// so that each sections get flushed out next time a view is created and
// no old sections are staying around in the memory of an environment.
$this->factory->decrementRender();
return $contents;
}
/**
* Get the evaluated contents of the view.
*
* @return string
*/
protected function getContents()
{
return $this->engine->get($this->path, $this->gatherData());
}
/**
* Get the data bound to the view instance.
*
* @return array
*/
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;
}
/var/www/html/crystal/web/app/themes/crystal/vendor/illuminate/view/View.php
throw $e;
}
}
/**
* Get the contents of the view instance.
*
* @return string
*/
protected function renderContents()
{
// We will keep track of the amount of views being rendered so we can flush
// the section after the complete rendering operation is done. This will
// clear out the sections for any separate views that may be rendered.
$this->factory->incrementRender();
$this->factory->callComposer($this);
$contents = $this->getContents();
// Once we've finished rendering the view, we'll decrement the render count
// so that each sections get flushed out next time a view is created and
// no old sections are staying around in the memory of an environment.
$this->factory->decrementRender();
return $contents;
}
/**
* Get the evaluated contents of the view.
*
* @return string
*/
protected function getContents()
{
return $this->engine->get($this->path, $this->gatherData());
}
/**
/var/www/html/crystal/web/app/themes/crystal/vendor/illuminate/view/View.php
$this->view = $view;
$this->path = $path;
$this->engine = $engine;
$this->factory = $factory;
$this->data = $data instanceof Arrayable ? $data->toArray() : (array) $data;
}
/**
* Get the string contents of the view.
*
* @param callable|null $callback
* @return string
*
* @throws \Throwable
*/
public function render(callable $callback = null)
{
try {
$contents = $this->renderContents();
$response = isset($callback) ? $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
/var/www/html/crystal/web/app/themes/crystal/storage/framework/views/344f4a293cdec49b7202f33f4e5ec0fa10c1a593.php
<?php $__env->startSection('content'); ?>
<div class="branch-block-2">
<?php echo $__env->make('partials.components.branch-block', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
</div>
<?php $__env->stopSection(); ?>
<?php echo $__env->make('layouts.app', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /var/www/html/crystal/web/app/themes/crystal/resources/views/template-branch.blade.php ENDPATH**/ ?>
/var/www/html/crystal/web/app/themes/crystal/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
"/var/www/html/crystal/web/app/themes/crystal/storage/framework/views/344f4a293cdec49b7202f33f4e5ec0fa10c1a593.php"
/var/www/html/crystal/web/app/themes/crystal/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;
/var/www/html/crystal/web/app/themes/crystal/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();
/var/www/html/crystal/web/app/themes/crystal/vendor/illuminate/view/Engines/CompilerEngine.php
*
* @param string $path
* @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);
}
// 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($this->compiler->getCompiledPath($path), $data);
array_pop($this->lastCompiled);
return $results;
}
/**
* Handle a view exception.
*
* @param \Throwable $e
* @param int $obLevel
* @return void
*
* @throws \Throwable
*/
protected function handleViewException(Throwable $e, $obLevel)
{
$e = new ViewException($this->getMessage($e), 0, 1, $e->getFile(), $e->getLine(), $e);
parent::handleViewException($e, $obLevel);
/var/www/html/crystal/web/app/themes/crystal/vendor/illuminate/view/View.php
$this->factory->callComposer($this);
$contents = $this->getContents();
// Once we've finished rendering the view, we'll decrement the render count
// so that each sections get flushed out next time a view is created and
// no old sections are staying around in the memory of an environment.
$this->factory->decrementRender();
return $contents;
}
/**
* Get the evaluated contents of the view.
*
* @return string
*/
protected function getContents()
{
return $this->engine->get($this->path, $this->gatherData());
}
/**
* Get the data bound to the view instance.
*
* @return array
*/
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;
}
/var/www/html/crystal/web/app/themes/crystal/vendor/illuminate/view/View.php
throw $e;
}
}
/**
* Get the contents of the view instance.
*
* @return string
*/
protected function renderContents()
{
// We will keep track of the amount of views being rendered so we can flush
// the section after the complete rendering operation is done. This will
// clear out the sections for any separate views that may be rendered.
$this->factory->incrementRender();
$this->factory->callComposer($this);
$contents = $this->getContents();
// Once we've finished rendering the view, we'll decrement the render count
// so that each sections get flushed out next time a view is created and
// no old sections are staying around in the memory of an environment.
$this->factory->decrementRender();
return $contents;
}
/**
* Get the evaluated contents of the view.
*
* @return string
*/
protected function getContents()
{
return $this->engine->get($this->path, $this->gatherData());
}
/**
/var/www/html/crystal/web/app/themes/crystal/vendor/illuminate/view/View.php
$this->view = $view;
$this->path = $path;
$this->engine = $engine;
$this->factory = $factory;
$this->data = $data instanceof Arrayable ? $data->toArray() : (array) $data;
}
/**
* Get the string contents of the view.
*
* @param callable|null $callback
* @return string
*
* @throws \Throwable
*/
public function render(callable $callback = null)
{
try {
$contents = $this->renderContents();
$response = isset($callback) ? $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
/var/www/html/crystal/web/app/themes/crystal/index.php
a=o.getElementsByTagName('head')[0];
r=o.createElement('script');r.async=1;
r.src=t+h._hjSettings.hjid+j+h._hjSettings.hjsv;
a.appendChild(r);
})(window,document,'https://static.hotjar.com/c/hotjar-','.js?sv=');
</script>
<?php print_r($head_scripts); ?>
</head>
<body <?php body_class(); ?>>
<?php print_r($after_body_scripts); ?>
<?php wp_body_open(); ?>
<?php do_action('get_header'); ?>
<div id="app">
<?php echo \Roots\view(\Roots\app('sage.view'), \Roots\app('sage.data'))->render(); ?>
</div>
<?php do_action('get_footer'); ?>
<?php wp_footer(); ?>
<?php print_r($foot_scripts); ?>
<script
src="https://maps.googleapis.com/maps/api/js?key=<?=$google_map_api_key; ?>&libraries=places&v=weekly&callback=initMap"
async
></script>
<script>
function initMap() {
return true;
}
</script>
</body>
</html>
/var/www/html/crystal/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
"/var/www/html/crystal/web/app/themes/crystal/index.php"
/var/www/html/crystal/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
"/var/www/html/crystal/web/wp/wp-includes/template-loader.php"
/var/www/html/crystal/web/index.php
<?php
/**
* WordPress View Bootstrapper
*/
define('WP_USE_THEMES', true);
require __DIR__ . '/wp/wp-blog-header.php';
Arguments
"/var/www/html/crystal/web/wp/wp-blog-header.php"