/var/www/vhosts/films.periscoopfilm.nl/web/wp/wp-includes/functions.php
$message = sprintf( '%s(): %s', $function_name, $message );
}
$message = wp_kses(
$message,
array(
'a' => array( 'href' => true ),
'br' => array(),
'code' => array(),
'em' => array(),
'strong' => array(),
),
array( 'http', 'https' )
);
if ( E_USER_ERROR === $error_level ) {
throw new WP_Exception( $message );
}
trigger_error( $message, $error_level );
}
/**
* Determines whether the server is running an earlier than 1.5.0 version of lighttpd.
*
* @since 2.5.0
*
* @return bool Whether the server is running lighttpd < 1.5.0.
*/
function is_lighttpd_before_150() {
$server_parts = explode( '/', isset( $_SERVER['SERVER_SOFTWARE'] ) ? $_SERVER['SERVER_SOFTWARE'] : '' );
$server_parts[1] = isset( $server_parts[1] ) ? $server_parts[1] : '';
return ( 'lighttpd' === $server_parts[0] && -1 === version_compare( $server_parts[1], '1.5.0' ) );
}
/**
* Determines whether the specified module exist in the Apache config.
*
* @since 2.5.0
Arguments
"Functie wp_get_global_styles_svg_filters is sinds versie 6.3.0 <strong>verouderd</strong> en er is geen alternatief beschikbaar. (View: /var/www/vhosts/films.periscoopfilm.nl/web/app/themes/periscoopfilms/resources/views/layouts/app.blade.php) (View: /var/www/vhosts/films.periscoopfilm.nl/web/app/themes/periscoopfilms/resources/views/layouts/app.blade.php)"
/var/www/vhosts/films.periscoopfilm.nl/web/app/themes/periscoopfilms/vendor/illuminate/view/Engines/PhpEngine.php
/**
* Get the evaluated contents of the view at the given path.
*
* @param string $path
* @param array $data
* @return string
*/
protected function evaluatePath($path, $data)
{
$obLevel = ob_get_level();
ob_start();
// We'll evaluate the contents of the view inside a try/catch block so we can
// flush out any stray output that might get out before an error occurs or
// an exception is thrown. This prevents any partial views from leaking.
try {
$this->files->getRequire($path, $data);
} catch (Throwable $e) {
$this->handleViewException($e, $obLevel);
}
return ltrim(ob_get_clean());
}
/**
* Handle a view exception.
*
* @param \Throwable $e
* @param int $obLevel
* @return void
*
* @throws \Throwable
*/
protected function handleViewException(Throwable $e, $obLevel)
{
while (ob_get_level() > $obLevel) {
ob_end_clean();
}
Arguments
ErrorException {#1600
#message: "Functie wp_get_global_styles_svg_filters is sinds versie 6.3.0 <strong>verouderd</strong> en er is geen alternatief beschikbaar. (View: /var/www/vhosts/films.periscoopfilm.nl/web/app/themes/periscoopfilms/resources/views/layouts/app.blade.php)"
#code: 0
#file: "/var/www/vhosts/films.periscoopfilm.nl/web/wp/wp-includes/functions.php"
#line: 6114
-previous: ErrorException {#1602
#message: "Functie wp_get_global_styles_svg_filters is sinds versie 6.3.0 <strong>verouderd</strong> en er is geen alternatief beschikbaar."
#code: 0
#file: "/var/www/vhosts/films.periscoopfilm.nl/web/wp/wp-includes/functions.php"
#line: 6114
#severity: E_USER_DEPRECATED
}
#severity: E_ERROR
}
2
/var/www/vhosts/films.periscoopfilm.nl/web/wp/wp-includes/functions.php
$message = sprintf( '%s(): %s', $function_name, $message );
}
$message = wp_kses(
$message,
array(
'a' => array( 'href' => true ),
'br' => array(),
'code' => array(),
'em' => array(),
'strong' => array(),
),
array( 'http', 'https' )
);
if ( E_USER_ERROR === $error_level ) {
throw new WP_Exception( $message );
}
trigger_error( $message, $error_level );
}
/**
* Determines whether the server is running an earlier than 1.5.0 version of lighttpd.
*
* @since 2.5.0
*
* @return bool Whether the server is running lighttpd < 1.5.0.
*/
function is_lighttpd_before_150() {
$server_parts = explode( '/', isset( $_SERVER['SERVER_SOFTWARE'] ) ? $_SERVER['SERVER_SOFTWARE'] : '' );
$server_parts[1] = isset( $server_parts[1] ) ? $server_parts[1] : '';
return ( 'lighttpd' === $server_parts[0] && -1 === version_compare( $server_parts[1], '1.5.0' ) );
}
/**
* Determines whether the specified module exist in the Apache config.
*
* @since 2.5.0
Arguments
"Functie wp_get_global_styles_svg_filters is sinds versie 6.3.0 <strong>verouderd</strong> en er is geen alternatief beschikbaar. (View: /var/www/vhosts/films.periscoopfilm.nl/web/app/themes/periscoopfilms/resources/views/layouts/app.blade.php)"
/var/www/vhosts/films.periscoopfilm.nl/web/app/themes/periscoopfilms/vendor/illuminate/view/Engines/PhpEngine.php
/**
* Get the evaluated contents of the view at the given path.
*
* @param string $path
* @param array $data
* @return string
*/
protected function evaluatePath($path, $data)
{
$obLevel = ob_get_level();
ob_start();
// We'll evaluate the contents of the view inside a try/catch block so we can
// flush out any stray output that might get out before an error occurs or
// an exception is thrown. This prevents any partial views from leaking.
try {
$this->files->getRequire($path, $data);
} catch (Throwable $e) {
$this->handleViewException($e, $obLevel);
}
return ltrim(ob_get_clean());
}
/**
* Handle a view exception.
*
* @param \Throwable $e
* @param int $obLevel
* @return void
*
* @throws \Throwable
*/
protected function handleViewException(Throwable $e, $obLevel)
{
while (ob_get_level() > $obLevel) {
ob_end_clean();
}
Arguments
ErrorException {#1602
#message: "Functie wp_get_global_styles_svg_filters is sinds versie 6.3.0 <strong>verouderd</strong> en er is geen alternatief beschikbaar."
#code: 0
#file: "/var/www/vhosts/films.periscoopfilm.nl/web/wp/wp-includes/functions.php"
#line: 6114
#severity: E_USER_DEPRECATED
}
3
/var/www/vhosts/films.periscoopfilm.nl/web/wp/wp-includes/functions.php
$message = sprintf( '%s(): %s', $function_name, $message );
}
$message = wp_kses(
$message,
array(
'a' => array( 'href' => true ),
'br' => array(),
'code' => array(),
'em' => array(),
'strong' => array(),
),
array( 'http', 'https' )
);
if ( E_USER_ERROR === $error_level ) {
throw new WP_Exception( $message );
}
trigger_error( $message, $error_level );
}
/**
* Determines whether the server is running an earlier than 1.5.0 version of lighttpd.
*
* @since 2.5.0
*
* @return bool Whether the server is running lighttpd < 1.5.0.
*/
function is_lighttpd_before_150() {
$server_parts = explode( '/', isset( $_SERVER['SERVER_SOFTWARE'] ) ? $_SERVER['SERVER_SOFTWARE'] : '' );
$server_parts[1] = isset( $server_parts[1] ) ? $server_parts[1] : '';
return ( 'lighttpd' === $server_parts[0] && -1 === version_compare( $server_parts[1], '1.5.0' ) );
}
/**
* Determines whether the specified module exist in the Apache config.
*
* @since 2.5.0
Arguments
"Functie wp_get_global_styles_svg_filters is sinds versie 6.3.0 <strong>verouderd</strong> en er is geen alternatief beschikbaar."
/var/www/vhosts/films.periscoopfilm.nl/web/wp/wp-includes/functions.php
$message = sprintf( '%s(): %s', $function_name, $message );
}
$message = wp_kses(
$message,
array(
'a' => array( 'href' => true ),
'br' => array(),
'code' => array(),
'em' => array(),
'strong' => array(),
),
array( 'http', 'https' )
);
if ( E_USER_ERROR === $error_level ) {
throw new WP_Exception( $message );
}
trigger_error( $message, $error_level );
}
/**
* Determines whether the server is running an earlier than 1.5.0 version of lighttpd.
*
* @since 2.5.0
*
* @return bool Whether the server is running lighttpd < 1.5.0.
*/
function is_lighttpd_before_150() {
$server_parts = explode( '/', isset( $_SERVER['SERVER_SOFTWARE'] ) ? $_SERVER['SERVER_SOFTWARE'] : '' );
$server_parts[1] = isset( $server_parts[1] ) ? $server_parts[1] : '';
return ( 'lighttpd' === $server_parts[0] && -1 === version_compare( $server_parts[1], '1.5.0' ) );
}
/**
* Determines whether the specified module exist in the Apache config.
*
* @since 2.5.0
Arguments
"Functie wp_get_global_styles_svg_filters is sinds versie 6.3.0 <strong>verouderd</strong> en er is geen alternatief beschikbaar."
16384
/var/www/vhosts/films.periscoopfilm.nl/web/wp/wp-includes/functions.php
);
}
} else {
if ( $replacement ) {
$message = sprintf(
'Function %1$s is <strong>deprecated</strong> since version %2$s! Use %3$s instead.',
$function_name,
$version,
$replacement
);
} else {
$message = sprintf(
'Function %1$s is <strong>deprecated</strong> since version %2$s with no alternative available.',
$function_name,
$version
);
}
}
wp_trigger_error( '', $message, E_USER_DEPRECATED );
}
}
/**
* Marks a constructor as deprecated and informs when it has been used.
*
* Similar to _deprecated_function(), but with different strings. Used to
* remove PHP4-style constructors.
*
* The current behavior is to trigger a user error if `WP_DEBUG` is true.
*
* This function is to be used in every PHP4-style constructor method that is deprecated.
*
* @since 4.3.0
* @since 4.5.0 Added the `$parent_class` parameter.
* @since 5.4.0 This function is no longer marked as "private".
* @since 5.4.0 The error type is now classified as E_USER_DEPRECATED (used to default to E_USER_NOTICE).
*
* @param string $class_name The class containing the deprecated constructor.
* @param string $version The version of WordPress that deprecated the function.
Arguments
""
"Functie wp_get_global_styles_svg_filters is sinds versie 6.3.0 <strong>verouderd</strong> en er is geen alternatief beschikbaar."
16384
/var/www/vhosts/films.periscoopfilm.nl/web/wp/wp-includes/deprecated.php
* @param string $block_content Rendered block content.
* @param array $block Block object.
* @return string Filtered block content.
*/
function wp_render_duotone_support( $block_content, $block ) {
_deprecated_function( __FUNCTION__, '6.3.0', 'WP_Duotone::render_duotone_support()' );
$wp_block = new WP_Block( $block );
return WP_Duotone::render_duotone_support( $block_content, $block, $wp_block );
}
/**
* Returns a string containing the SVGs to be referenced as filters (duotone).
*
* @since 5.9.1
* @deprecated 6.3.0 SVG generation is handled on a per-block basis in block supports.
*
* @return string
*/
function wp_get_global_styles_svg_filters() {
_deprecated_function( __FUNCTION__, '6.3.0' );
/*
* Ignore cache when the development mode is set to 'theme', so it doesn't interfere with the theme
* developer's workflow.
*/
$can_use_cached = ! wp_is_development_mode( 'theme' );
$cache_group = 'theme_json';
$cache_key = 'wp_get_global_styles_svg_filters';
if ( $can_use_cached ) {
$cached = wp_cache_get( $cache_key, $cache_group );
if ( $cached ) {
return $cached;
}
}
$supports_theme_json = wp_theme_has_theme_json();
$origins = array( 'default', 'theme', 'custom' );
if ( ! $supports_theme_json ) {
$origins = array( 'default' );
Arguments
"wp_get_global_styles_svg_filters"
"6.3.0"
/var/www/vhosts/films.periscoopfilm.nl/web/app/plugins/gutenberg/lib/compat/wordpress-5.9/render-svg-filters.php
<?php
/**
* Renders the SVG filters for duotone.
*
* @package gutenberg
*/
/**
* Render the SVG filters supplied by theme.json.
*
* Note that this doesn't render the per-block user-defined
* filters which are handled by duotone.php, but it should
* be rendered in the same location as those to satisfy
* Safari's rendering quirks.
*/
function gutenberg_experimental_global_styles_render_svg_filters() {
$filters = wp_get_global_styles_svg_filters();
if ( ! empty( $filters ) ) {
echo $filters;
}
}
add_action(
'wp_body_open',
'gutenberg_experimental_global_styles_render_svg_filters'
);
/var/www/vhosts/films.periscoopfilm.nl/web/wp/wp-includes/class-wp-hook.php
$this->iterations[ $nesting_level ] = $this->priorities;
$num_args = count( $args );
do {
$this->current_priority[ $nesting_level ] = current( $this->iterations[ $nesting_level ] );
$priority = $this->current_priority[ $nesting_level ];
foreach ( $this->callbacks[ $priority ] as $the_ ) {
if ( ! $this->doing_action ) {
$args[0] = $value;
}
// Avoid the array_slice() if possible.
if ( 0 === $the_['accepted_args'] ) {
$value = call_user_func( $the_['function'] );
} elseif ( $the_['accepted_args'] >= $num_args ) {
$value = call_user_func_array( $the_['function'], $args );
} else {
$value = call_user_func_array( $the_['function'], array_slice( $args, 0, $the_['accepted_args'] ) );
}
}
} while ( false !== next( $this->iterations[ $nesting_level ] ) );
unset( $this->iterations[ $nesting_level ] );
unset( $this->current_priority[ $nesting_level ] );
--$this->nesting_level;
return $value;
}
/**
* Calls the callback functions that have been added to an action hook.
*
* @since 4.7.0
*
* @param array $args Parameters to pass to the callback functions.
Arguments
/var/www/vhosts/films.periscoopfilm.nl/web/wp/wp-includes/class-wp-hook.php
} while ( false !== next( $this->iterations[ $nesting_level ] ) );
unset( $this->iterations[ $nesting_level ] );
unset( $this->current_priority[ $nesting_level ] );
--$this->nesting_level;
return $value;
}
/**
* Calls the callback functions that have been added to an action hook.
*
* @since 4.7.0
*
* @param array $args Parameters to pass to the callback functions.
*/
public function do_action( $args ) {
$this->doing_action = true;
$this->apply_filters( '', $args );
// If there are recursive calls to the current action, we haven't finished it until we get to the last one.
if ( ! $this->nesting_level ) {
$this->doing_action = false;
}
}
/**
* Processes the functions hooked into the 'all' hook.
*
* @since 4.7.0
*
* @param array $args Arguments to pass to the hook callbacks. Passed by reference.
*/
public function do_all_hook( &$args ) {
$nesting_level = $this->nesting_level++;
$this->iterations[ $nesting_level ] = $this->priorities;
do {
$priority = current( $this->iterations[ $nesting_level ] );
Arguments
/var/www/vhosts/films.periscoopfilm.nl/web/wp/wp-includes/plugin.php
if ( ! isset( $wp_filter[ $hook_name ] ) ) {
if ( isset( $wp_filter['all'] ) ) {
array_pop( $wp_current_filter );
}
return;
}
if ( ! isset( $wp_filter['all'] ) ) {
$wp_current_filter[] = $hook_name;
}
if ( empty( $arg ) ) {
$arg[] = '';
} elseif ( is_array( $arg[0] ) && 1 === count( $arg[0] ) && isset( $arg[0][0] ) && is_object( $arg[0][0] ) ) {
// Backward compatibility for PHP4-style passing of `array( &$this )` as action `$arg`.
$arg[0] = $arg[0][0];
}
$wp_filter[ $hook_name ]->do_action( $arg );
array_pop( $wp_current_filter );
}
/**
* Calls the callback functions that have been added to an action hook, specifying arguments in an array.
*
* @since 2.1.0
*
* @see do_action() This function is identical, but the arguments passed to the
* functions hooked to `$hook_name` are supplied using an array.
*
* @global WP_Hook[] $wp_filter Stores all of the filters and actions.
* @global int[] $wp_actions Stores the number of times each action was triggered.
* @global string[] $wp_current_filter Stores the list of current filters with the current one last.
*
* @param string $hook_name The name of the action to be executed.
* @param array $args The arguments supplied to the functions hooked to `$hook_name`.
*/
function do_action_ref_array( $hook_name, $args ) {
Arguments
/var/www/vhosts/films.periscoopfilm.nl/web/wp/wp-includes/general-template.php
*
* @since 1.5.1
*/
do_action( 'wp_footer' );
}
/**
* Fires the wp_body_open action.
*
* See {@see 'wp_body_open'}.
*
* @since 5.2.0
*/
function wp_body_open() {
/**
* Triggered after the opening body tag.
*
* @since 5.2.0
*/
do_action( 'wp_body_open' );
}
/**
* Displays the links to the general feeds.
*
* @since 2.8.0
*
* @param array $args Optional arguments.
*/
function feed_links( $args = array() ) {
if ( ! current_theme_supports( 'automatic-feed-links' ) ) {
return;
}
$defaults = array(
/* translators: Separator between site name and feed type in feed links. */
'separator' => _x( '»', 'feed link' ),
/* translators: 1: Site title, 2: Separator (raquo). */
'feedtitle' => __( '%1$s %2$s Feed' ),
/* translators: 1: Site title, 2: Separator (raquo). */
Arguments
/var/www/vhosts/films.periscoopfilm.nl/web/app/themes/periscoopfilms/storage/framework/views/fee1e44edae4f4b6f2a14e237cf74a4adbaa5d58.php
<?php wp_body_open(); ?>
<?php do_action('get_header'); ?>
<div id="app">
<?php echo $__env->make('partials.header', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
<main id="main" class="main">
<?php echo $__env->yieldContent('content'); ?>
</main>
<?php echo $__env->make('partials.footer', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
</div>
<?php do_action('get_footer'); ?>
<?php wp_footer(); ?>
<?php /**PATH /var/www/vhosts/films.periscoopfilm.nl/web/app/themes/periscoopfilms/resources/views/layouts/app.blade.php ENDPATH**/ ?>
/var/www/vhosts/films.periscoopfilm.nl/web/app/themes/periscoopfilms/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
*/
public function requireOnce($path, array $data = [])
{
if ($this->isFile($path)) {
$__path = $path;
$__data = $data;
return (static function () use ($__path, $__data) {
Arguments
"/var/www/vhosts/films.periscoopfilm.nl/web/app/themes/periscoopfilms/storage/framework/views/fee1e44edae4f4b6f2a14e237cf74a4adbaa5d58.php"
/var/www/vhosts/films.periscoopfilm.nl/web/app/themes/periscoopfilms/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
*/
public function requireOnce($path, array $data = [])
{
if ($this->isFile($path)) {
$__path = $path;
$__data = $data;
return (static function () use ($__path, $__data) {
extract($__data, EXTR_SKIP);
/var/www/vhosts/films.periscoopfilm.nl/web/app/themes/periscoopfilms/vendor/illuminate/view/Engines/PhpEngine.php
}
/**
* Get the evaluated contents of the view at the given path.
*
* @param string $path
* @param array $data
* @return string
*/
protected function evaluatePath($path, $data)
{
$obLevel = ob_get_level();
ob_start();
// We'll evaluate the contents of the view inside a try/catch block so we can
// flush out any stray output that might get out before an error occurs or
// an exception is thrown. This prevents any partial views from leaking.
try {
$this->files->getRequire($path, $data);
} catch (Throwable $e) {
$this->handleViewException($e, $obLevel);
}
return ltrim(ob_get_clean());
}
/**
* Handle a view exception.
*
* @param \Throwable $e
* @param int $obLevel
* @return void
*
* @throws \Throwable
*/
protected function handleViewException(Throwable $e, $obLevel)
{
while (ob_get_level() > $obLevel) {
ob_end_clean();
Arguments
"/var/www/vhosts/films.periscoopfilm.nl/web/app/themes/periscoopfilms/storage/framework/views/fee1e44edae4f4b6f2a14e237cf74a4adbaa5d58.php"
array:11 [
"__env" => Illuminate\View\Factory {#735}
"app" => Roots\Acorn\Application {#638}
"post" => WP_Post {#1544}
"title" => "Home"
"overlayimage" => "<img src="https://demonslayermugentrain.nl/app/uploads/sites/3/2021/05/Mugen-train-logo-web.png" />"
"overlayimageportrait" => "<img src="https://demonslayermugentrain.nl/app/uploads/sites/3/2021/05/Mugen-train-logo-portrait.png" />"
"backgroundvideoportrait" => "<video loop="loop" playsinline muted="muted" autoplay="autoplay"><source src="https://demonslayermugentrain.nl/app/uploads/sites/3/2021/05/demonslayer_portrait2.mp4" type="video/mp4"></video>"
"backgroundvideo" => "<video loop="loop" playsinline muted="muted" autoplay="autoplay"><source src="https://demonslayermugentrain.nl/app/uploads/sites/3/2021/05/demonslayer_portrait.mp4" type="video/mp4"></video>"
"backgroundimage" => null
"schedule" => "[]"
"siteName" => "demonslayermugentrain"
]
/var/www/vhosts/films.periscoopfilm.nl/web/app/themes/periscoopfilms/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 ErrorException($this->getMessage($e), 0, 1, $e->getFile(), $e->getLine(), $e);
parent::handleViewException($e, $obLevel);
Arguments
"/var/www/vhosts/films.periscoopfilm.nl/web/app/themes/periscoopfilms/storage/framework/views/fee1e44edae4f4b6f2a14e237cf74a4adbaa5d58.php"
array:11 [
"__env" => Illuminate\View\Factory {#735}
"app" => Roots\Acorn\Application {#638}
"post" => WP_Post {#1544}
"title" => "Home"
"overlayimage" => "<img src="https://demonslayermugentrain.nl/app/uploads/sites/3/2021/05/Mugen-train-logo-web.png" />"
"overlayimageportrait" => "<img src="https://demonslayermugentrain.nl/app/uploads/sites/3/2021/05/Mugen-train-logo-portrait.png" />"
"backgroundvideoportrait" => "<video loop="loop" playsinline muted="muted" autoplay="autoplay"><source src="https://demonslayermugentrain.nl/app/uploads/sites/3/2021/05/demonslayer_portrait2.mp4" type="video/mp4"></video>"
"backgroundvideo" => "<video loop="loop" playsinline muted="muted" autoplay="autoplay"><source src="https://demonslayermugentrain.nl/app/uploads/sites/3/2021/05/demonslayer_portrait.mp4" type="video/mp4"></video>"
"backgroundimage" => null
"schedule" => "[]"
"siteName" => "demonslayermugentrain"
]
/var/www/vhosts/films.periscoopfilm.nl/web/app/themes/periscoopfilms/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;
}
Arguments
"/var/www/vhosts/films.periscoopfilm.nl/web/app/themes/periscoopfilms/resources/views/layouts/app.blade.php"
array:11 [
"__env" => Illuminate\View\Factory {#735}
"app" => Roots\Acorn\Application {#638}
"post" => WP_Post {#1544}
"title" => "Home"
"overlayimage" => "<img src="https://demonslayermugentrain.nl/app/uploads/sites/3/2021/05/Mugen-train-logo-web.png" />"
"overlayimageportrait" => "<img src="https://demonslayermugentrain.nl/app/uploads/sites/3/2021/05/Mugen-train-logo-portrait.png" />"
"backgroundvideoportrait" => "<video loop="loop" playsinline muted="muted" autoplay="autoplay"><source src="https://demonslayermugentrain.nl/app/uploads/sites/3/2021/05/demonslayer_portrait2.mp4" type="video/mp4"></video>"
"backgroundvideo" => "<video loop="loop" playsinline muted="muted" autoplay="autoplay"><source src="https://demonslayermugentrain.nl/app/uploads/sites/3/2021/05/demonslayer_portrait.mp4" type="video/mp4"></video>"
"backgroundimage" => null
"schedule" => "[]"
"siteName" => "demonslayermugentrain"
]
/var/www/vhosts/films.periscoopfilm.nl/web/app/themes/periscoopfilms/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/vhosts/films.periscoopfilm.nl/web/app/themes/periscoopfilms/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) ? $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/vhosts/films.periscoopfilm.nl/web/app/themes/periscoopfilms/storage/framework/views/1a62cfa993585cad06bfece3602cc213b6d4c688.php
<?php echo wp_nav_menu(['theme_location' => 'primary_navigation', 'menu_class' => 'nav', 'echo' => false]); ?>
<?php endif; ?>
<a target="_blank" class="periscoop" href="https://periscoopfilm.nl"><img src="<?php echo Roots\asset('images/periscoop140.png'); ?>" /></a>
</nav>
<?php (the_content()); ?>
<a name="waartezien"></a>
<div id="viewingsblock">
<div class="hdng">
<h3><?php echo __('Waar te zien:','periscoopfilm'); ?></h3>
<select class="locselect"></select>
</div>
<div class="inner"></div>
<div class="opener">(<?php echo __('meer','periscoopfilm'); ?>)</div>
</div>
<?php endwhile; ?>
<?php $__env->stopSection(); ?>
<?php echo $__env->make('layouts.app', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /var/www/vhosts/films.periscoopfilm.nl/web/app/themes/periscoopfilms/resources/views/template-film.blade.php ENDPATH**/ ?>
/var/www/vhosts/films.periscoopfilm.nl/web/app/themes/periscoopfilms/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
*/
public function requireOnce($path, array $data = [])
{
if ($this->isFile($path)) {
$__path = $path;
$__data = $data;
return (static function () use ($__path, $__data) {
Arguments
"/var/www/vhosts/films.periscoopfilm.nl/web/app/themes/periscoopfilms/storage/framework/views/1a62cfa993585cad06bfece3602cc213b6d4c688.php"
/var/www/vhosts/films.periscoopfilm.nl/web/app/themes/periscoopfilms/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
*/
public function requireOnce($path, array $data = [])
{
if ($this->isFile($path)) {
$__path = $path;
$__data = $data;
return (static function () use ($__path, $__data) {
extract($__data, EXTR_SKIP);
/var/www/vhosts/films.periscoopfilm.nl/web/app/themes/periscoopfilms/vendor/illuminate/view/Engines/PhpEngine.php
}
/**
* Get the evaluated contents of the view at the given path.
*
* @param string $path
* @param array $data
* @return string
*/
protected function evaluatePath($path, $data)
{
$obLevel = ob_get_level();
ob_start();
// We'll evaluate the contents of the view inside a try/catch block so we can
// flush out any stray output that might get out before an error occurs or
// an exception is thrown. This prevents any partial views from leaking.
try {
$this->files->getRequire($path, $data);
} catch (Throwable $e) {
$this->handleViewException($e, $obLevel);
}
return ltrim(ob_get_clean());
}
/**
* Handle a view exception.
*
* @param \Throwable $e
* @param int $obLevel
* @return void
*
* @throws \Throwable
*/
protected function handleViewException(Throwable $e, $obLevel)
{
while (ob_get_level() > $obLevel) {
ob_end_clean();
Arguments
"/var/www/vhosts/films.periscoopfilm.nl/web/app/themes/periscoopfilms/storage/framework/views/1a62cfa993585cad06bfece3602cc213b6d4c688.php"
array:10 [
"__env" => Illuminate\View\Factory {#735}
"app" => Roots\Acorn\Application {#638}
"title" => "Home"
"overlayimage" => "<img src="https://demonslayermugentrain.nl/app/uploads/sites/3/2021/05/Mugen-train-logo-web.png" />"
"overlayimageportrait" => "<img src="https://demonslayermugentrain.nl/app/uploads/sites/3/2021/05/Mugen-train-logo-portrait.png" />"
"backgroundvideoportrait" => "<video loop="loop" playsinline muted="muted" autoplay="autoplay"><source src="https://demonslayermugentrain.nl/app/uploads/sites/3/2021/05/demonslayer_portrait2.mp4" type="video/mp4"></video>"
"backgroundvideo" => "<video loop="loop" playsinline muted="muted" autoplay="autoplay"><source src="https://demonslayermugentrain.nl/app/uploads/sites/3/2021/05/demonslayer_portrait.mp4" type="video/mp4"></video>"
"backgroundimage" => null
"schedule" => "[]"
"siteName" => "demonslayermugentrain"
]
/var/www/vhosts/films.periscoopfilm.nl/web/app/themes/periscoopfilms/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 ErrorException($this->getMessage($e), 0, 1, $e->getFile(), $e->getLine(), $e);
parent::handleViewException($e, $obLevel);
Arguments
"/var/www/vhosts/films.periscoopfilm.nl/web/app/themes/periscoopfilms/storage/framework/views/1a62cfa993585cad06bfece3602cc213b6d4c688.php"
array:10 [
"__env" => Illuminate\View\Factory {#735}
"app" => Roots\Acorn\Application {#638}
"title" => "Home"
"overlayimage" => "<img src="https://demonslayermugentrain.nl/app/uploads/sites/3/2021/05/Mugen-train-logo-web.png" />"
"overlayimageportrait" => "<img src="https://demonslayermugentrain.nl/app/uploads/sites/3/2021/05/Mugen-train-logo-portrait.png" />"
"backgroundvideoportrait" => "<video loop="loop" playsinline muted="muted" autoplay="autoplay"><source src="https://demonslayermugentrain.nl/app/uploads/sites/3/2021/05/demonslayer_portrait2.mp4" type="video/mp4"></video>"
"backgroundvideo" => "<video loop="loop" playsinline muted="muted" autoplay="autoplay"><source src="https://demonslayermugentrain.nl/app/uploads/sites/3/2021/05/demonslayer_portrait.mp4" type="video/mp4"></video>"
"backgroundimage" => null
"schedule" => "[]"
"siteName" => "demonslayermugentrain"
]
/var/www/vhosts/films.periscoopfilm.nl/web/app/themes/periscoopfilms/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;
}
Arguments
"/var/www/vhosts/films.periscoopfilm.nl/web/app/themes/periscoopfilms/resources/views/template-film.blade.php"
array:10 [
"__env" => Illuminate\View\Factory {#735}
"app" => Roots\Acorn\Application {#638}
"title" => "Home"
"overlayimage" => "<img src="https://demonslayermugentrain.nl/app/uploads/sites/3/2021/05/Mugen-train-logo-web.png" />"
"overlayimageportrait" => "<img src="https://demonslayermugentrain.nl/app/uploads/sites/3/2021/05/Mugen-train-logo-portrait.png" />"
"backgroundvideoportrait" => "<video loop="loop" playsinline muted="muted" autoplay="autoplay"><source src="https://demonslayermugentrain.nl/app/uploads/sites/3/2021/05/demonslayer_portrait2.mp4" type="video/mp4"></video>"
"backgroundvideo" => "<video loop="loop" playsinline muted="muted" autoplay="autoplay"><source src="https://demonslayermugentrain.nl/app/uploads/sites/3/2021/05/demonslayer_portrait.mp4" type="video/mp4"></video>"
"backgroundimage" => null
"schedule" => "[]"
"siteName" => "demonslayermugentrain"
]
/var/www/vhosts/films.periscoopfilm.nl/web/app/themes/periscoopfilms/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/vhosts/films.periscoopfilm.nl/web/app/themes/periscoopfilms/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) ? $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/vhosts/films.periscoopfilm.nl/web/app/themes/periscoopfilms/index.php
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-J9GNPPD9CE');
</script>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="apple-touch-icon" sizes="120x120" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="theme-color" content="#ffffff">
<?php wp_head(); ?>
</head>
<body <?php body_class(); ?>>
<?php echo \Roots\view(\Roots\app('sage.view'), \Roots\app('sage.data'))->render(); ?>
</body>
</html>
/var/www/vhosts/films.periscoopfilm.nl/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/vhosts/films.periscoopfilm.nl/web/app/themes/periscoopfilms/index.php"
/var/www/vhosts/films.periscoopfilm.nl/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/vhosts/films.periscoopfilm.nl/web/wp/wp-includes/template-loader.php"
/var/www/vhosts/films.periscoopfilm.nl/web/index.php
<?php
/**
* WordPress View Bootstrapper
*/
define('WP_USE_THEMES', true);
require __DIR__ . '/wp/wp-blog-header.php';
Arguments
"/var/www/vhosts/films.periscoopfilm.nl/web/wp/wp-blog-header.php"