/sites/hughesent.com/files/web/wp-content/themes/hughes-enterprises/storage/framework/views/7d583810b34db0cc6657375175a22f8c2663bb05.php
<?php
global $wp_query;
$prdTerms = $wp_query->queried_object;
$prdName = $prdTerms->post_title;
$prdSlug = $prdTerms->post_name;
?>
<div id="filter-sidebar" class="filter-sidebar__main">
<div class="filter-toggle-btn" onclick="toggleSidebar(this)">
<div class="p-12 filter-button__box xsscreentwo:p-6 bg-yellow rounded-tr-10 rounded-br-10">
<div class="filter-button__box--sidebarnone">
<img src="<?= \Roots\asset('images/filter-icon.svg'); ?>" class="block" alt="filter">
</div>
<div class="hidden filter-button__box--sidebaractive">
<img src="<?= \Roots\asset('images/filter-close.svg'); ?>" class="block" alt="filter">
</div>
</div>
</div>
<div class="filter__content" id="scrollbar_blue">
<div class="lg:mt-10 mt-15 border-0 border-b border-solid filter__content--title pb-15 border-off_grey">
<div class="px-10 filter__content--title-main lg:px-20">
<a href="<?php echo site_url(); ?>/products/" class="font-bold lg:text-18 text-16 lg:leading-30 leading-26 text-light_blue font-roboto">Packing Product</a>
</div>
</div>
<div class="filter__content--items">
<div class="filter__content--items-main">
<div class="filter__content--items-main-box">
<ul class="filter__content--itemslist">
<!-- <h6>Test</h6> -->
<?php
$products = array(
'post_type' => 'packingproduct',
'post_status' => 'publish',
'posts_per_page' => -1,
'orderby' => 'date',
'order' => 'DESC'
);
$query = new WP_Query( $products );
if ( $query->have_posts() ) : while($query->have_posts()) : $query->the_post();
?>
Arguments
"Undefined property: WP_Post_Type::$post_title (View: /sites/hughesent.com/files/web/wp-content/themes/hughes-enterprises/resources/views/sections/product-filter-sidebar.blade.php) (View: /sites/hughesent.com/files/web/wp-content/themes/hughes-enterprises/resources/views/sections/product-filter-sidebar.blade.php) (View: /sites/hughesent.com/files/web/wp-content/themes/hughes-enterprises/resources/views/sections/product-filter-sidebar.blade.php) (View: /sites/hughesent.com/files/web/wp-content/themes/hughes-enterprises/resources/views/sections/product-filter-sidebar.blade.php)"
/sites/hughesent.com/files/web/wp-content/themes/hughes-enterprises/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();
}
/sites/hughesent.com/files/web/wp-content/themes/hughes-enterprises/storage/framework/views/7d583810b34db0cc6657375175a22f8c2663bb05.php
<?php
global $wp_query;
$prdTerms = $wp_query->queried_object;
$prdName = $prdTerms->post_title;
$prdSlug = $prdTerms->post_name;
?>
<div id="filter-sidebar" class="filter-sidebar__main">
<div class="filter-toggle-btn" onclick="toggleSidebar(this)">
<div class="p-12 filter-button__box xsscreentwo:p-6 bg-yellow rounded-tr-10 rounded-br-10">
<div class="filter-button__box--sidebarnone">
<img src="<?= \Roots\asset('images/filter-icon.svg'); ?>" class="block" alt="filter">
</div>
<div class="hidden filter-button__box--sidebaractive">
<img src="<?= \Roots\asset('images/filter-close.svg'); ?>" class="block" alt="filter">
</div>
</div>
</div>
<div class="filter__content" id="scrollbar_blue">
<div class="lg:mt-10 mt-15 border-0 border-b border-solid filter__content--title pb-15 border-off_grey">
<div class="px-10 filter__content--title-main lg:px-20">
<a href="<?php echo site_url(); ?>/products/" class="font-bold lg:text-18 text-16 lg:leading-30 leading-26 text-light_blue font-roboto">Packing Product</a>
</div>
</div>
<div class="filter__content--items">
<div class="filter__content--items-main">
<div class="filter__content--items-main-box">
<ul class="filter__content--itemslist">
<!-- <h6>Test</h6> -->
<?php
$products = array(
'post_type' => 'packingproduct',
'post_status' => 'publish',
'posts_per_page' => -1,
'orderby' => 'date',
'order' => 'DESC'
);
$query = new WP_Query( $products );
if ( $query->have_posts() ) : while($query->have_posts()) : $query->the_post();
?>
Arguments
"Undefined property: WP_Post_Type::$post_title (View: /sites/hughesent.com/files/web/wp-content/themes/hughes-enterprises/resources/views/sections/product-filter-sidebar.blade.php) (View: /sites/hughesent.com/files/web/wp-content/themes/hughes-enterprises/resources/views/sections/product-filter-sidebar.blade.php) (View: /sites/hughesent.com/files/web/wp-content/themes/hughes-enterprises/resources/views/sections/product-filter-sidebar.blade.php)"
/sites/hughesent.com/files/web/wp-content/themes/hughes-enterprises/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();
}
/sites/hughesent.com/files/web/wp-content/themes/hughes-enterprises/storage/framework/views/7d583810b34db0cc6657375175a22f8c2663bb05.php
<?php
global $wp_query;
$prdTerms = $wp_query->queried_object;
$prdName = $prdTerms->post_title;
$prdSlug = $prdTerms->post_name;
?>
<div id="filter-sidebar" class="filter-sidebar__main">
<div class="filter-toggle-btn" onclick="toggleSidebar(this)">
<div class="p-12 filter-button__box xsscreentwo:p-6 bg-yellow rounded-tr-10 rounded-br-10">
<div class="filter-button__box--sidebarnone">
<img src="<?= \Roots\asset('images/filter-icon.svg'); ?>" class="block" alt="filter">
</div>
<div class="hidden filter-button__box--sidebaractive">
<img src="<?= \Roots\asset('images/filter-close.svg'); ?>" class="block" alt="filter">
</div>
</div>
</div>
<div class="filter__content" id="scrollbar_blue">
<div class="lg:mt-10 mt-15 border-0 border-b border-solid filter__content--title pb-15 border-off_grey">
<div class="px-10 filter__content--title-main lg:px-20">
<a href="<?php echo site_url(); ?>/products/" class="font-bold lg:text-18 text-16 lg:leading-30 leading-26 text-light_blue font-roboto">Packing Product</a>
</div>
</div>
<div class="filter__content--items">
<div class="filter__content--items-main">
<div class="filter__content--items-main-box">
<ul class="filter__content--itemslist">
<!-- <h6>Test</h6> -->
<?php
$products = array(
'post_type' => 'packingproduct',
'post_status' => 'publish',
'posts_per_page' => -1,
'orderby' => 'date',
'order' => 'DESC'
);
$query = new WP_Query( $products );
if ( $query->have_posts() ) : while($query->have_posts()) : $query->the_post();
?>
Arguments
"Undefined property: WP_Post_Type::$post_title (View: /sites/hughesent.com/files/web/wp-content/themes/hughes-enterprises/resources/views/sections/product-filter-sidebar.blade.php) (View: /sites/hughesent.com/files/web/wp-content/themes/hughes-enterprises/resources/views/sections/product-filter-sidebar.blade.php)"
/sites/hughesent.com/files/web/wp-content/themes/hughes-enterprises/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();
}
/sites/hughesent.com/files/web/wp-content/themes/hughes-enterprises/storage/framework/views/7d583810b34db0cc6657375175a22f8c2663bb05.php
<?php
global $wp_query;
$prdTerms = $wp_query->queried_object;
$prdName = $prdTerms->post_title;
$prdSlug = $prdTerms->post_name;
?>
<div id="filter-sidebar" class="filter-sidebar__main">
<div class="filter-toggle-btn" onclick="toggleSidebar(this)">
<div class="p-12 filter-button__box xsscreentwo:p-6 bg-yellow rounded-tr-10 rounded-br-10">
<div class="filter-button__box--sidebarnone">
<img src="<?= \Roots\asset('images/filter-icon.svg'); ?>" class="block" alt="filter">
</div>
<div class="hidden filter-button__box--sidebaractive">
<img src="<?= \Roots\asset('images/filter-close.svg'); ?>" class="block" alt="filter">
</div>
</div>
</div>
<div class="filter__content" id="scrollbar_blue">
<div class="lg:mt-10 mt-15 border-0 border-b border-solid filter__content--title pb-15 border-off_grey">
<div class="px-10 filter__content--title-main lg:px-20">
<a href="<?php echo site_url(); ?>/products/" class="font-bold lg:text-18 text-16 lg:leading-30 leading-26 text-light_blue font-roboto">Packing Product</a>
</div>
</div>
<div class="filter__content--items">
<div class="filter__content--items-main">
<div class="filter__content--items-main-box">
<ul class="filter__content--itemslist">
<!-- <h6>Test</h6> -->
<?php
$products = array(
'post_type' => 'packingproduct',
'post_status' => 'publish',
'posts_per_page' => -1,
'orderby' => 'date',
'order' => 'DESC'
);
$query = new WP_Query( $products );
if ( $query->have_posts() ) : while($query->have_posts()) : $query->the_post();
?>
Arguments
"Undefined property: WP_Post_Type::$post_title (View: /sites/hughesent.com/files/web/wp-content/themes/hughes-enterprises/resources/views/sections/product-filter-sidebar.blade.php)"
/sites/hughesent.com/files/web/wp-content/themes/hughes-enterprises/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();
}
/sites/hughesent.com/files/web/wp-content/themes/hughes-enterprises/storage/framework/views/7d583810b34db0cc6657375175a22f8c2663bb05.php
<?php
global $wp_query;
$prdTerms = $wp_query->queried_object;
$prdName = $prdTerms->post_title;
$prdSlug = $prdTerms->post_name;
?>
<div id="filter-sidebar" class="filter-sidebar__main">
<div class="filter-toggle-btn" onclick="toggleSidebar(this)">
<div class="p-12 filter-button__box xsscreentwo:p-6 bg-yellow rounded-tr-10 rounded-br-10">
<div class="filter-button__box--sidebarnone">
<img src="<?= \Roots\asset('images/filter-icon.svg'); ?>" class="block" alt="filter">
</div>
<div class="hidden filter-button__box--sidebaractive">
<img src="<?= \Roots\asset('images/filter-close.svg'); ?>" class="block" alt="filter">
</div>
</div>
</div>
<div class="filter__content" id="scrollbar_blue">
<div class="lg:mt-10 mt-15 border-0 border-b border-solid filter__content--title pb-15 border-off_grey">
<div class="px-10 filter__content--title-main lg:px-20">
<a href="<?php echo site_url(); ?>/products/" class="font-bold lg:text-18 text-16 lg:leading-30 leading-26 text-light_blue font-roboto">Packing Product</a>
</div>
</div>
<div class="filter__content--items">
<div class="filter__content--items-main">
<div class="filter__content--items-main-box">
<ul class="filter__content--itemslist">
<!-- <h6>Test</h6> -->
<?php
$products = array(
'post_type' => 'packingproduct',
'post_status' => 'publish',
'posts_per_page' => -1,
'orderby' => 'date',
'order' => 'DESC'
);
$query = new WP_Query( $products );
if ( $query->have_posts() ) : while($query->have_posts()) : $query->the_post();
?>
Arguments
"Undefined property: WP_Post_Type::$post_title"
/sites/hughesent.com/files/web/wp-content/themes/hughes-enterprises/storage/framework/views/7d583810b34db0cc6657375175a22f8c2663bb05.php
<?php
global $wp_query;
$prdTerms = $wp_query->queried_object;
$prdName = $prdTerms->post_title;
$prdSlug = $prdTerms->post_name;
?>
<div id="filter-sidebar" class="filter-sidebar__main">
<div class="filter-toggle-btn" onclick="toggleSidebar(this)">
<div class="p-12 filter-button__box xsscreentwo:p-6 bg-yellow rounded-tr-10 rounded-br-10">
<div class="filter-button__box--sidebarnone">
<img src="<?= \Roots\asset('images/filter-icon.svg'); ?>" class="block" alt="filter">
</div>
<div class="hidden filter-button__box--sidebaractive">
<img src="<?= \Roots\asset('images/filter-close.svg'); ?>" class="block" alt="filter">
</div>
</div>
</div>
<div class="filter__content" id="scrollbar_blue">
<div class="lg:mt-10 mt-15 border-0 border-b border-solid filter__content--title pb-15 border-off_grey">
<div class="px-10 filter__content--title-main lg:px-20">
<a href="<?php echo site_url(); ?>/products/" class="font-bold lg:text-18 text-16 lg:leading-30 leading-26 text-light_blue font-roboto">Packing Product</a>
</div>
</div>
<div class="filter__content--items">
<div class="filter__content--items-main">
<div class="filter__content--items-main-box">
<ul class="filter__content--itemslist">
<!-- <h6>Test</h6> -->
<?php
$products = array(
'post_type' => 'packingproduct',
'post_status' => 'publish',
'posts_per_page' => -1,
'orderby' => 'date',
'order' => 'DESC'
);
$query = new WP_Query( $products );
if ( $query->have_posts() ) : while($query->have_posts()) : $query->the_post();
?>
/sites/hughesent.com/files/web/wp-content/themes/hughes-enterprises/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
"/sites/hughesent.com/files/web/wp-content/themes/hughes-enterprises/storage/framework/views/7d583810b34db0cc6657375175a22f8c2663bb05.php"
/sites/hughesent.com/files/web/wp-content/themes/hughes-enterprises/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;
/sites/hughesent.com/files/web/wp-content/themes/hughes-enterprises/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();
/sites/hughesent.com/files/web/wp-content/themes/hughes-enterprises/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);
/sites/hughesent.com/files/web/wp-content/themes/hughes-enterprises/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;
}
/sites/hughesent.com/files/web/wp-content/themes/hughes-enterprises/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());
}
/**
/sites/hughesent.com/files/web/wp-content/themes/hughes-enterprises/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
/sites/hughesent.com/files/web/wp-content/themes/hughes-enterprises/storage/framework/views/9782ccaf4ed1533957df3ac3d6bc1fd7a306fc25.php
</div>
<?php endif; ?>
<div class="hidden mobile-call lgscreen:block lgscreen:order-3">
<div class="flex items-center justify-center mobile-call-box">
<a href="tel:<?php echo e($themeOptionsData['globalNumber']); ?>"><img src="<?= \Roots\asset('images/phoneicon.svg'); ?>" alt="phone"></a>
</div>
</div>
</div>
</div>
</header>
<!-- Header End -->
<?php global $wp_query; ?>
<?php if(get_post_type() == 'equipment'): ?>
<?php echo $__env->make('sections.filter-sidebar', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
<?php endif; ?>
<?php if(get_post_type() == 'packingproduct'): ?>
<?php echo $__env->make('sections.product-filter-sidebar', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
<?php endif; ?><?php /**PATH /sites/hughesent.com/files/web/wp-content/themes/hughes-enterprises/resources/views/sections/header.blade.php ENDPATH**/ ?>
/sites/hughesent.com/files/web/wp-content/themes/hughes-enterprises/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
"/sites/hughesent.com/files/web/wp-content/themes/hughes-enterprises/storage/framework/views/9782ccaf4ed1533957df3ac3d6bc1fd7a306fc25.php"
/sites/hughesent.com/files/web/wp-content/themes/hughes-enterprises/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;
/sites/hughesent.com/files/web/wp-content/themes/hughes-enterprises/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();
/sites/hughesent.com/files/web/wp-content/themes/hughes-enterprises/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);
/sites/hughesent.com/files/web/wp-content/themes/hughes-enterprises/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;
}
/sites/hughesent.com/files/web/wp-content/themes/hughes-enterprises/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());
}
/**
/sites/hughesent.com/files/web/wp-content/themes/hughes-enterprises/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
/sites/hughesent.com/files/web/wp-content/themes/hughes-enterprises/storage/framework/views/1f2de8ee3e24ba63f486b204c8a5646ff02afdd6.php
<a class="sr-only focus:not-sr-only" href="#main">
<?php echo e(__('Skip to content')); ?>
</a>
<div class="max-w-screen-xl mx-auto">
<?php echo $__env->make('sections.header', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
<?php global $wp_query; ?>
<?php if( ( isset( $wp_query ) && (bool) $wp_query->is_posts_page )): ?>
<?php echo $__env->make('partials.post-header', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
<?php endif; ?>
<?php if( ( isset( $wp_query ) && (bool) $wp_query->is_posts_page ) || ( ( is_archive()) && get_post_type() =='post' ) ): ?> <div class="blog-general-grid white-pattern-top"> <?php endif; ?>
<main id="main" class="main relative">
<?php echo $__env->yieldContent('content'); ?>
</main>
<?php if (! empty(trim($__env->yieldContent('sidebar')))): ?>
<aside class="sidebar relative">
<?php echo $__env->yieldContent('sidebar'); ?>
</aside>
<?php endif; ?>
<?php if( ( isset( $wp_query ) && (bool) $wp_query->is_posts_page ) || ( (is_archive()) && get_post_type() =='post' ) ): ?> </div> <?php endif; ?>
<?php echo $__env->make('sections.footer', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
</div>
<?php /**PATH /sites/hughesent.com/files/web/wp-content/themes/hughes-enterprises/resources/views/layouts/app.blade.php ENDPATH**/ ?>
/sites/hughesent.com/files/web/wp-content/themes/hughes-enterprises/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
"/sites/hughesent.com/files/web/wp-content/themes/hughes-enterprises/storage/framework/views/1f2de8ee3e24ba63f486b204c8a5646ff02afdd6.php"
/sites/hughesent.com/files/web/wp-content/themes/hughes-enterprises/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;
/sites/hughesent.com/files/web/wp-content/themes/hughes-enterprises/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();
/sites/hughesent.com/files/web/wp-content/themes/hughes-enterprises/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);
/sites/hughesent.com/files/web/wp-content/themes/hughes-enterprises/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;
}
/sites/hughesent.com/files/web/wp-content/themes/hughes-enterprises/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());
}
/**
/sites/hughesent.com/files/web/wp-content/themes/hughes-enterprises/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
/sites/hughesent.com/files/web/wp-content/themes/hughes-enterprises/storage/framework/views/44bcc5864ba9003c757b7bf07293c1c76ca732fe.php
<?php echo get_search_form(false); ?>
<?php endif; ?>
<div class="blog-list__items-main">
<?php while(have_posts()): ?> <?php (the_post()); ?>
<?php echo $__env->first(['partials.content-' . get_post_type(), 'partials.content'], \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
<?php endwhile; ?>
</div>
<?php echo App\hughes_enterprices_numeric_posts_nav(); ?>
<?php $__env->stopSection(); ?>
<?php $__env->startSection('sidebar'); ?>
<?php echo $__env->make('sections.sidebar', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
<?php $__env->stopSection(); ?>
<?php echo $__env->make('layouts.app', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /sites/hughesent.com/files/web/wp-content/themes/hughes-enterprises/resources/views/index.blade.php ENDPATH**/ ?>
/sites/hughesent.com/files/web/wp-content/themes/hughes-enterprises/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
"/sites/hughesent.com/files/web/wp-content/themes/hughes-enterprises/storage/framework/views/44bcc5864ba9003c757b7bf07293c1c76ca732fe.php"
/sites/hughesent.com/files/web/wp-content/themes/hughes-enterprises/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;
/sites/hughesent.com/files/web/wp-content/themes/hughes-enterprises/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();
/sites/hughesent.com/files/web/wp-content/themes/hughes-enterprises/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);
/sites/hughesent.com/files/web/wp-content/themes/hughes-enterprises/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;
}
/sites/hughesent.com/files/web/wp-content/themes/hughes-enterprises/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());
}
/**
/sites/hughesent.com/files/web/wp-content/themes/hughes-enterprises/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
/sites/hughesent.com/files/web/wp-content/themes/hughes-enterprises/index.php
<link href="https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap" rel="stylesheet">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@fancyapps/fancybox@3.5.7/dist/jquery.fancybox.min.css">
</head>
<body <?php body_class('tech-front'); ?>>
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-M4929DT"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<?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(); ?>
<script src="https://kit.fontawesome.com/70f6bca6f4.js" crossorigin="anonymous"></script>
<script type="text/javascript" src="https://fareharbor.com/embeds/api/v1/"></script>
<script src="https://cdn.jsdelivr.net/npm/@fancyapps/fancybox@3.5.7/dist/jquery.fancybox.min.js"></script>
</body>
</html>
/sites/hughesent.com/files/web/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
"/sites/hughesent.com/files/web/wp-content/themes/hughes-enterprises/index.php"
/sites/hughesent.com/files/web/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
"/sites/hughesent.com/files/web/wp-includes/template-loader.php"
/sites/hughesent.com/files/web/index.php
<?php
/**
* Front to the WordPress application. This file doesn't do anything, but loads
* wp-blog-header.php which does and tells WordPress to load the theme.
*
* @package WordPress
*/
/**
* Tells WordPress to load the WordPress theme and output it.
*
* @var bool
*/
define( 'WP_USE_THEMES', true );
/** Loads the WordPress Environment and Template */
require __DIR__ . '/wp-blog-header.php';
Arguments
"/sites/hughesent.com/files/web/wp-blog-header.php"