/home/forge/deploy/faubourg.ayctor.dev/releases/32/resources/views/cache/da0436ca0780488a800f809711addf6230373cb1.php
<div id="<?php echo e($data['testimonials_ancre']); ?>">
<div class="py-16 bg-white-600">
<div class="container mx-auto">
<div class="px-4">
<h2 class="text-2xl lg:text-3xl break-words tracking-widest leading-none uppercase font-bold text-brown mb-12" data-aos="fade-in">
<?php echo $data['testimonial_title']; ?>
</h2>
<div class="text-brown">
<?php echo $data['testimonial_text']; ?>
</div>
</div>
</div>
</div>
<div class="relative overflow-hidden">
<div class="bg-white-600 absolute w-full h-half top-0 left-0"></div>
<div class="container px-4 flex justify-center">
<div class="container">
<div class="swiper-container swiper-testimonial">
<div class="swiper-wrapper">
<?php if($data['testimonials']): ?>
<?php $__currentLoopData = $data['testimonials']; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $testimonial): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
<?php
$img = ($testimonial['image']) ? $testimonial['image']['url'] : false;
?>
<div class="swiper-slide flex items-center lg:w-1/2 ph:w-full">
<div class="bg-white-900 w-full h-full border-t-4 border-brown px-8 lg:px-18 pt-6 pb-12 lg:py-14 text-brown shadow-inner">
<h3 class="text-xl lg:text-2xl tracking-widest leading-none font-bold text-brown mb-8">
<?php echo $testimonial['title']; ?>
</h3>
<div class="lg:flex mb-8">
<?php if($img): ?>
<div class="mb-6 lg:mb-0 lg:mr-10 w-3/12 text-center">
<img src="<?php echo e($img); ?>" alt="<?php echo $testimonial['people']; ?>" class="w-full h-auto mx-auto">
</div>
<?php endif; ?>
<div class="w-8/12">
<div class="content text-justify">
Arguments
"Undefined array key "testimonials_ancre" (View: /home/forge/deploy/faubourg.ayctor.dev/releases/32/resources/views/pages/partials/testimonial.blade.php) (View: /home/forge/deploy/faubourg.ayctor.dev/releases/32/resources/views/pages/partials/testimonial.blade.php)"
/home/forge/deploy/faubourg.ayctor.dev/shared/vendor/illuminate/view/Engines/PhpEngine.php
*
* @param string $__path
* @param array $__data
* @return string
*/
protected function evaluatePath($__path, $__data)
{
$obLevel = ob_get_level();
ob_start();
extract($__data, EXTR_SKIP);
// We'll evaluate the contents of the view inside a try/catch block so we can
// flush out any stray output that might get out before an error occurs or
// an exception is thrown. This prevents any partial views from leaking.
try {
include $__path;
} catch (Exception $e) {
$this->handleViewException($e, $obLevel);
} catch (Throwable $e) {
$this->handleViewException(new FatalThrowableError($e), $obLevel);
}
return ltrim(ob_get_clean());
}
/**
* Handle a view exception.
*
* @param \Exception $e
* @param int $obLevel
* @return void
*
* @throws \Exception
*/
protected function handleViewException(Exception $e, $obLevel)
{
while (ob_get_level() > $obLevel) {
ob_end_clean();
/home/forge/deploy/faubourg.ayctor.dev/shared/vendor/illuminate/view/Engines/PhpEngine.php
*
* @param string $__path
* @param array $__data
* @return string
*/
protected function evaluatePath($__path, $__data)
{
$obLevel = ob_get_level();
ob_start();
extract($__data, EXTR_SKIP);
// We'll evaluate the contents of the view inside a try/catch block so we can
// flush out any stray output that might get out before an error occurs or
// an exception is thrown. This prevents any partial views from leaking.
try {
include $__path;
} catch (Exception $e) {
$this->handleViewException($e, $obLevel);
} catch (Throwable $e) {
$this->handleViewException(new FatalThrowableError($e), $obLevel);
}
return ltrim(ob_get_clean());
}
/**
* Handle a view exception.
*
* @param \Exception $e
* @param int $obLevel
* @return void
*
* @throws \Exception
*/
protected function handleViewException(Exception $e, $obLevel)
{
while (ob_get_level() > $obLevel) {
ob_end_clean();
/home/forge/deploy/faubourg.ayctor.dev/releases/32/resources/views/cache/da0436ca0780488a800f809711addf6230373cb1.php
<div id="<?php echo e($data['testimonials_ancre']); ?>">
<div class="py-16 bg-white-600">
<div class="container mx-auto">
<div class="px-4">
<h2 class="text-2xl lg:text-3xl break-words tracking-widest leading-none uppercase font-bold text-brown mb-12" data-aos="fade-in">
<?php echo $data['testimonial_title']; ?>
</h2>
<div class="text-brown">
<?php echo $data['testimonial_text']; ?>
</div>
</div>
</div>
</div>
<div class="relative overflow-hidden">
<div class="bg-white-600 absolute w-full h-half top-0 left-0"></div>
<div class="container px-4 flex justify-center">
<div class="container">
<div class="swiper-container swiper-testimonial">
<div class="swiper-wrapper">
<?php if($data['testimonials']): ?>
<?php $__currentLoopData = $data['testimonials']; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $testimonial): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
<?php
$img = ($testimonial['image']) ? $testimonial['image']['url'] : false;
?>
<div class="swiper-slide flex items-center lg:w-1/2 ph:w-full">
<div class="bg-white-900 w-full h-full border-t-4 border-brown px-8 lg:px-18 pt-6 pb-12 lg:py-14 text-brown shadow-inner">
<h3 class="text-xl lg:text-2xl tracking-widest leading-none font-bold text-brown mb-8">
<?php echo $testimonial['title']; ?>
</h3>
<div class="lg:flex mb-8">
<?php if($img): ?>
<div class="mb-6 lg:mb-0 lg:mr-10 w-3/12 text-center">
<img src="<?php echo e($img); ?>" alt="<?php echo $testimonial['people']; ?>" class="w-full h-auto mx-auto">
</div>
<?php endif; ?>
<div class="w-8/12">
<div class="content text-justify">
Arguments
"Undefined array key "testimonials_ancre""
/home/forge/deploy/faubourg.ayctor.dev/releases/32/resources/views/cache/da0436ca0780488a800f809711addf6230373cb1.php
<div id="<?php echo e($data['testimonials_ancre']); ?>">
<div class="py-16 bg-white-600">
<div class="container mx-auto">
<div class="px-4">
<h2 class="text-2xl lg:text-3xl break-words tracking-widest leading-none uppercase font-bold text-brown mb-12" data-aos="fade-in">
<?php echo $data['testimonial_title']; ?>
</h2>
<div class="text-brown">
<?php echo $data['testimonial_text']; ?>
</div>
</div>
</div>
</div>
<div class="relative overflow-hidden">
<div class="bg-white-600 absolute w-full h-half top-0 left-0"></div>
<div class="container px-4 flex justify-center">
<div class="container">
<div class="swiper-container swiper-testimonial">
<div class="swiper-wrapper">
<?php if($data['testimonials']): ?>
<?php $__currentLoopData = $data['testimonials']; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $testimonial): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
<?php
$img = ($testimonial['image']) ? $testimonial['image']['url'] : false;
?>
<div class="swiper-slide flex items-center lg:w-1/2 ph:w-full">
<div class="bg-white-900 w-full h-full border-t-4 border-brown px-8 lg:px-18 pt-6 pb-12 lg:py-14 text-brown shadow-inner">
<h3 class="text-xl lg:text-2xl tracking-widest leading-none font-bold text-brown mb-8">
<?php echo $testimonial['title']; ?>
</h3>
<div class="lg:flex mb-8">
<?php if($img): ?>
<div class="mb-6 lg:mb-0 lg:mr-10 w-3/12 text-center">
<img src="<?php echo e($img); ?>" alt="<?php echo $testimonial['people']; ?>" class="w-full h-auto mx-auto">
</div>
<?php endif; ?>
<div class="w-8/12">
<div class="content text-justify">
/home/forge/deploy/faubourg.ayctor.dev/shared/vendor/illuminate/view/Engines/PhpEngine.php
/**
* Get the evaluated contents of the view at the given path.
*
* @param string $__path
* @param array $__data
* @return string
*/
protected function evaluatePath($__path, $__data)
{
$obLevel = ob_get_level();
ob_start();
extract($__data, EXTR_SKIP);
// We'll evaluate the contents of the view inside a try/catch block so we can
// flush out any stray output that might get out before an error occurs or
// an exception is thrown. This prevents any partial views from leaking.
try {
include $__path;
} catch (Exception $e) {
$this->handleViewException($e, $obLevel);
} catch (Throwable $e) {
$this->handleViewException(new FatalThrowableError($e), $obLevel);
}
return ltrim(ob_get_clean());
}
/**
* Handle a view exception.
*
* @param \Exception $e
* @param int $obLevel
* @return void
*
* @throws \Exception
*/
protected function handleViewException(Exception $e, $obLevel)
{
Arguments
"/home/forge/deploy/faubourg.ayctor.dev/releases/32/resources/views/cache/da0436ca0780488a800f809711addf6230373cb1.php"
/home/forge/deploy/faubourg.ayctor.dev/shared/vendor/illuminate/view/Engines/CompilerEngine.php
* @param array $data
* @return string
*/
public function get($path, array $data = [])
{
$this->lastCompiled[] = $path;
// If this given view has expired, which means it has simply been edited since
// it was last compiled, we will re-compile the views so we can evaluate a
// fresh copy of the view. We'll pass the compiler the path of the view.
if ($this->compiler->isExpired($path)) {
$this->compiler->compile($path);
}
$compiled = $this->compiler->getCompiledPath($path);
// Once we have the path to the compiled file, we will evaluate the paths with
// typical PHP just like any other templates. We also keep a stack of views
// which have been rendered for right exception messages to be generated.
$results = $this->evaluatePath($compiled, $data);
array_pop($this->lastCompiled);
return $results;
}
/**
* Handle a view exception.
*
* @param \Exception $e
* @param int $obLevel
* @return void
*
* @throws \Exception
*/
protected function handleViewException(Exception $e, $obLevel)
{
$e = new ErrorException($this->getMessage($e), 0, 1, $e->getFile(), $e->getLine(), $e);
parent::handleViewException($e, $obLevel);
/home/forge/deploy/faubourg.ayctor.dev/shared/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;
}
/home/forge/deploy/faubourg.ayctor.dev/shared/vendor/illuminate/view/View.php
throw $e;
}
}
/**
* Get the contents of the view instance.
*
* @return string
*/
protected function renderContents()
{
// We will keep track of the amount of views being rendered so we can flush
// the section after the complete rendering operation is done. This will
// clear out the sections for any separate views that may be rendered.
$this->factory->incrementRender();
$this->factory->callComposer($this);
$contents = $this->getContents();
// Once we've finished rendering the view, we'll decrement the render count
// so that each sections get flushed out next time a view is created and
// no old sections are staying around in the memory of an environment.
$this->factory->decrementRender();
return $contents;
}
/**
* Get the evaluated contents of the view.
*
* @return string
*/
protected function getContents()
{
return $this->engine->get($this->path, $this->gatherData());
}
/**
/home/forge/deploy/faubourg.ayctor.dev/shared/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 array|string
*
* @throws \Throwable
*/
public function render(callable $callback = null)
{
try {
$contents = $this->renderContents();
$response = isset($callback) ? call_user_func($callback, $this, $contents) : null;
// Once we have the contents of the view, we will flush the sections if we are
// done rendering all views so that there is nothing left hanging over when
// another view gets rendered in the future by the application developer.
$this->factory->flushStateIfDoneRendering();
return ! is_null($response) ? $response : $contents;
} catch (Exception $e) {
$this->factory->flushState();
throw $e;
} catch (Throwable $e) {
$this->factory->flushState();
throw $e;
}
}
/home/forge/deploy/faubourg.ayctor.dev/releases/32/resources/views/cache/b5eeb86220f998eaea3eb369ac515d66b1abff9d.php
<?php $__env->startSection('content'); ?>
<?php $__currentLoopData = $layouts; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $layout): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
<?php if ($__env->exists('pages.partials.' .
str_replace('layout_', '', $layout['acf_fc_layout']),
[
'data' => $layout,
'count' => count($layouts)
]
)) echo $__env->make('pages.partials.' .
str_replace('layout_', '', $layout['acf_fc_layout']),
[
'data' => $layout,
'count' => count($layouts)
]
, \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
<?php $__env->stopSection(); ?>
<?php echo $__env->make('layouts.app', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /home/forge/deploy/faubourg.ayctor.dev/releases/32/resources/views/pages/page.blade.php ENDPATH**/ ?>
/home/forge/deploy/faubourg.ayctor.dev/shared/vendor/illuminate/view/Engines/PhpEngine.php
/**
* Get the evaluated contents of the view at the given path.
*
* @param string $__path
* @param array $__data
* @return string
*/
protected function evaluatePath($__path, $__data)
{
$obLevel = ob_get_level();
ob_start();
extract($__data, EXTR_SKIP);
// We'll evaluate the contents of the view inside a try/catch block so we can
// flush out any stray output that might get out before an error occurs or
// an exception is thrown. This prevents any partial views from leaking.
try {
include $__path;
} catch (Exception $e) {
$this->handleViewException($e, $obLevel);
} catch (Throwable $e) {
$this->handleViewException(new FatalThrowableError($e), $obLevel);
}
return ltrim(ob_get_clean());
}
/**
* Handle a view exception.
*
* @param \Exception $e
* @param int $obLevel
* @return void
*
* @throws \Exception
*/
protected function handleViewException(Exception $e, $obLevel)
{
Arguments
"/home/forge/deploy/faubourg.ayctor.dev/releases/32/resources/views/cache/b5eeb86220f998eaea3eb369ac515d66b1abff9d.php"
/home/forge/deploy/faubourg.ayctor.dev/shared/vendor/illuminate/view/Engines/CompilerEngine.php
* @param array $data
* @return string
*/
public function get($path, array $data = [])
{
$this->lastCompiled[] = $path;
// If this given view has expired, which means it has simply been edited since
// it was last compiled, we will re-compile the views so we can evaluate a
// fresh copy of the view. We'll pass the compiler the path of the view.
if ($this->compiler->isExpired($path)) {
$this->compiler->compile($path);
}
$compiled = $this->compiler->getCompiledPath($path);
// Once we have the path to the compiled file, we will evaluate the paths with
// typical PHP just like any other templates. We also keep a stack of views
// which have been rendered for right exception messages to be generated.
$results = $this->evaluatePath($compiled, $data);
array_pop($this->lastCompiled);
return $results;
}
/**
* Handle a view exception.
*
* @param \Exception $e
* @param int $obLevel
* @return void
*
* @throws \Exception
*/
protected function handleViewException(Exception $e, $obLevel)
{
$e = new ErrorException($this->getMessage($e), 0, 1, $e->getFile(), $e->getLine(), $e);
parent::handleViewException($e, $obLevel);
/home/forge/deploy/faubourg.ayctor.dev/shared/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;
}
/home/forge/deploy/faubourg.ayctor.dev/shared/vendor/illuminate/view/View.php
throw $e;
}
}
/**
* Get the contents of the view instance.
*
* @return string
*/
protected function renderContents()
{
// We will keep track of the amount of views being rendered so we can flush
// the section after the complete rendering operation is done. This will
// clear out the sections for any separate views that may be rendered.
$this->factory->incrementRender();
$this->factory->callComposer($this);
$contents = $this->getContents();
// Once we've finished rendering the view, we'll decrement the render count
// so that each sections get flushed out next time a view is created and
// no old sections are staying around in the memory of an environment.
$this->factory->decrementRender();
return $contents;
}
/**
* Get the evaluated contents of the view.
*
* @return string
*/
protected function getContents()
{
return $this->engine->get($this->path, $this->gatherData());
}
/**
/home/forge/deploy/faubourg.ayctor.dev/shared/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 array|string
*
* @throws \Throwable
*/
public function render(callable $callback = null)
{
try {
$contents = $this->renderContents();
$response = isset($callback) ? call_user_func($callback, $this, $contents) : null;
// Once we have the contents of the view, we will flush the sections if we are
// done rendering all views so that there is nothing left hanging over when
// another view gets rendered in the future by the application developer.
$this->factory->flushStateIfDoneRendering();
return ! is_null($response) ? $response : $contents;
} catch (Exception $e) {
$this->factory->flushState();
throw $e;
} catch (Throwable $e) {
$this->factory->flushState();
throw $e;
}
}
/home/forge/deploy/faubourg.ayctor.dev/shared/vendor/ayctor/wp-core/src/WpCore/Bootstrap/Blade.php
$this->viewResolver->register('blade', function () {
return new CompilerEngine($this->bladeCompiler, $this->filesystem);
});
$this->viewResolver->register('php', function () {
return new PhpEngine;
});
$this->viewFinder = new FileViewFinder($this->filesystem, $this->templates);
$this->viewFactory = new Factory($this->viewResolver, $this->viewFinder, $this->eventDispatcher);
}
/**
* Render Blade template for Front
* @param string $view The view to render
* @param array $with Data to pass to the view
* @return string Html rendered
*/
public static function render($view, $with = [])
{
$instance = new static;
return $instance->viewFactory->make($view, $with)->render();
}
/**
* Create directory if not exists
* @param string $dir abs path of directory
* @return bool If folder is created
*/
private function createDirectory($dir)
{
if (!is_dir($dir)) {
return mkdir($dir);
}
return true;
}
/**
* Custom directives
* @return string Html of the directive
*/
public function extend()
/home/forge/deploy/faubourg.ayctor.dev/shared/vendor/ayctor/wp-core/src/WpCore/Controllers/Controller.php
<?php
namespace WpCore\Controllers;
use WpCore\Bootstrap\Blade;
/**
* Class Controller, basic controller
*/
class Controller
{
/**
* Helper function to tell which view to render
* @param string $view The view to render
* @param array $with Data to pass to the view
* @return string Html rendered
*/
protected function view($view, $with = [])
{
echo Blade::render($view, $with);
}
}
/home/forge/deploy/faubourg.ayctor.dev/releases/42/app/Controllers/PageController.php
}
return $this->view('pages.page', compact('layouts'));
}
/**
* View for posts.
*
* @return string
*/
public function post()
{
the_post();
$layouts = get_field('post_blocks');
if(!$layouts) {
$layouts = [];
}
return $this->view('pages.page', compact('layouts'));
}
/**
* View for index articles.
*
* @return string
*/
public function index()
{
query_posts([
'posts_per_page' => -1,
]);
$articles = [];
while (have_posts()) {
the_post();
$articles[] = Helper::getArticle((int)get_the_ID());
}
/* Remove du bloc Twitter
$tweet = Helper::getLastTweet();
/home/forge/deploy/faubourg.ayctor.dev/shared/vendor/ayctor/wp-core/src/WpCore/Bootstrap/Router.php
<?php
namespace WpCore\Bootstrap;
use Illuminate\Support\Str;
/**
* Router class for WP Core boilerplate.
* @package WpCore\Bootstrap
*/
class Router
{
/**
* Creates a list populated by the callback's controller and method.
* Calls the function in the list passed as a parameter.
* @param $method
*/
protected static function call_function($callback) {
list($controller, $method) = Str::parseCallback($callback);
call_user_func([new $controller, $method]);
exit();
}
/**
* Checks if the query has no results (404).
* @param $method
*/
public static function is_404($method) {
if (function_exists("is_404") && is_404()) {
self::call_function($method);
}
}
/**
* Checks if you are on the BLOG homepage, if you set a static page as the front page this conditional tag
* will return true only if you are on the page you set as the "Posts page".
* @param $method
*/
public static function is_home($method) {
if (function_exists("is_home") && is_home()) {
/home/forge/deploy/faubourg.ayctor.dev/shared/vendor/ayctor/wp-core/src/WpCore/Bootstrap/Router.php
<?php
namespace WpCore\Bootstrap;
use Illuminate\Support\Str;
/**
* Router class for WP Core boilerplate.
* @package WpCore\Bootstrap
*/
class Router
{
/**
* Creates a list populated by the callback's controller and method.
* Calls the function in the list passed as a parameter.
* @param $method
*/
protected static function call_function($callback) {
list($controller, $method) = Str::parseCallback($callback);
call_user_func([new $controller, $method]);
exit();
}
/**
* Checks if the query has no results (404).
* @param $method
*/
public static function is_404($method) {
if (function_exists("is_404") && is_404()) {
self::call_function($method);
}
}
/**
* Checks if you are on the BLOG homepage, if you set a static page as the front page this conditional tag
* will return true only if you are on the page you set as the "Posts page".
* @param $method
*/
public static function is_home($method) {
if (function_exists("is_home") && is_home()) {
/home/forge/deploy/faubourg.ayctor.dev/shared/vendor/ayctor/wp-core/src/WpCore/Bootstrap/Router.php
/**
* Checks if the query is for an existing single PAGE.
* @param $page
* @param $method
*/
public static function is_page($method, $page = '') {
if (function_exists("is_page") && is_page($page)) {
self::call_function($method);
}
}
/**
* Checks if the query is for an existing single POST of any of the given types.
* @param $method
* @param string $post_type
*/
public static function is_singular($method, $post_type = '') {
if(function_exists("is_singular") && is_singular($post_type)) {
self::call_function($method);
}
}
/**
* Checks if the query is for an existing single POST.
* @param $method
* @param string $post
*/
public static function is_single($method, $post = '') {
if(function_exists("is_single") && is_single($post)) {
self::call_function($method);
}
}
/**
* Checks if the query is for an existing post type archive page.
* @param $method
* @param string $post_type
*/
public static function is_post_type_archive($method, $post_type = '') {
/home/forge/deploy/faubourg.ayctor.dev/releases/32/index.php
<?php
use WpCore\Bootstrap\Router;
Router::is_404('\Ayctor\Controllers\PageController@notFound');
Router::is_home('\Ayctor\Controllers\PageController@index');
Router::is_page('\Ayctor\Controllers\PageController@planSite', 'plan-du-site');
Router::is_page('\Ayctor\Controllers\PageController@references', 'references');
Router::is_page('\Ayctor\Controllers\PageController@page');
Router::is_singular('\Ayctor\Controllers\ProjectController@show', 'project');
Router::is_singular('\Ayctor\Controllers\BuildingController@show', 'building');
Router::is_singular('\Ayctor\Controllers\PageController@post', 'post');
Router::default('\Ayctor\Controllers\PageController@default');
/home/forge/faubourg.ayctor.dev/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
"/home/forge/deploy/faubourg.ayctor.dev/releases/32/index.php"
/home/forge/faubourg.ayctor.dev/wp-blog-header.php
<?php
/**
* Loads the WordPress environment and template.
*
* @package WordPress
*/
if ( ! isset( $wp_did_header ) ) {
$wp_did_header = true;
// Load the WordPress library.
require_once __DIR__ . '/wp-load.php';
// Set up the WordPress query.
wp();
// Load the theme template.
require_once ABSPATH . WPINC . '/template-loader.php';
}
Arguments
"/home/forge/faubourg.ayctor.dev/wp-includes/template-loader.php"
/home/forge/faubourg.ayctor.dev/index.php
<?php
/**
* Front to the WordPress application. This file doesn't do anything, but loads
* wp-blog-header.php which does and tells WordPress to load the theme.
*
* @package WordPress
*/
/**
* Tells WordPress to load the WordPress theme and output it.
*
* @var bool
*/
define( 'WP_USE_THEMES', true );
/** Loads the WordPress Environment and Template */
require __DIR__ . '/wp-blog-header.php';
Arguments
"/home/forge/faubourg.ayctor.dev/wp-blog-header.php"