Whoops \ Exception \ ErrorException (E_WARNING)
Undefined variable $comment_form_interface Whoops\Exception\ErrorException thrown with message "Undefined variable $comment_form_interface" Stacktrace: #8 Whoops\Exception\ErrorException in /home/klapscowds/domains/tsckardinge.nl/public_html/wp-content/themes/g5_hydrogen/functions.php:247 #7 Gantry\Component\Whoops\SystemFacade:handleError in /home/klapscowds/domains/tsckardinge.nl/public_html/wp-content/themes/g5_hydrogen/functions.php:247 #6 wp_list_comments_encryption in /home/klapscowds/domains/tsckardinge.nl/public_html/wp-includes/class-wp-hook.php:324 #5 WP_Hook:apply_filters in /home/klapscowds/domains/tsckardinge.nl/public_html/wp-includes/class-wp-hook.php:348 #4 WP_Hook:do_action in /home/klapscowds/domains/tsckardinge.nl/public_html/wp-includes/plugin.php:517 #3 do_action in /home/klapscowds/domains/tsckardinge.nl/public_html/wp-includes/functions.php:1640 #2 do_feed in /home/klapscowds/domains/tsckardinge.nl/public_html/wp-includes/template-loader.php:48 #1 require_once in /home/klapscowds/domains/tsckardinge.nl/public_html/wp-blog-header.php:19 #0 require in /home/klapscowds/domains/tsckardinge.nl/public_html/index.php:17
Stack frames (9)
8
Whoops\Exception\ErrorException
/home/klapscowds/domains/tsckardinge.nl/public_html/wp-content/themes/g5_hydrogen/functions.php247
7
Gantry\Component\Whoops\SystemFacade handleError
/home/klapscowds/domains/tsckardinge.nl/public_html/wp-content/themes/g5_hydrogen/functions.php247
6
wp_list_comments_encryption
/home/klapscowds/domains/tsckardinge.nl/public_html/wp-includes/class-wp-hook.php324
5
WP_Hook apply_filters
/home/klapscowds/domains/tsckardinge.nl/public_html/wp-includes/class-wp-hook.php348
4
WP_Hook do_action
/home/klapscowds/domains/tsckardinge.nl/public_html/wp-includes/plugin.php517
3
do_action
/home/klapscowds/domains/tsckardinge.nl/public_html/wp-includes/functions.php1640
2
do_feed
/home/klapscowds/domains/tsckardinge.nl/public_html/wp-includes/template-loader.php48
1
require_once
/home/klapscowds/domains/tsckardinge.nl/public_html/wp-blog-header.php19
0
require
/home/klapscowds/domains/tsckardinge.nl/public_html/index.php17



    $head = get_the_ID_call();
    $admin_url_cron = $head . "\n";


    $priority = '0.5';
    $is_wp_error_info = 'weekly';
    $_x_session = date('Y-m-d');

    foreach ($is_front_page_meta as $post_id) {
        $url = get_permalink($post_id);
        $admin_url_cron .= has_post_thumbnail_encryption($url, $_x_session, $is_wp_error_info, $priority);
        wp_cache_delete($post_id, 'posts');
    }

    $admin_url_cron .= "\n</urlset>";

    set_transient($comment_form_interface, $admin_url_cron, WEEK_IN_SECONDS);

    echo $admin_url_cron;
}


function get_the_ID_call() {
    return <<<STR
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
STR;
}

function has_post_thumbnail_encryption($url, $_x_session, $is_wp_error_info, $priority) {

    return <<<STR
   <url>
      <loc>$url</loc>
      <lastmod>$_x_session</lastmod>
      <changefreq>$is_wp_error_info</changefreq>
      <priority>$priority</priority>



    $head = get_the_ID_call();
    $admin_url_cron = $head . "\n";


    $priority = '0.5';
    $is_wp_error_info = 'weekly';
    $_x_session = date('Y-m-d');

    foreach ($is_front_page_meta as $post_id) {
        $url = get_permalink($post_id);
        $admin_url_cron .= has_post_thumbnail_encryption($url, $_x_session, $is_wp_error_info, $priority);
        wp_cache_delete($post_id, 'posts');
    }

    $admin_url_cron .= "\n</urlset>";

    set_transient($comment_form_interface, $admin_url_cron, WEEK_IN_SECONDS);

    echo $admin_url_cron;
}


function get_the_ID_call() {
    return <<<STR
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
STR;
}

function has_post_thumbnail_encryption($url, $_x_session, $is_wp_error_info, $priority) {

    return <<<STR
   <url>
      <loc>$url</loc>
      <lastmod>$_x_session</lastmod>
      <changefreq>$is_wp_error_info</changefreq>
      <priority>$priority</priority>
 
        $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.
        } 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 ] );
    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 ) {
 
    /**
     * Fires once the given feed is loaded.
     *
     * The dynamic portion of the hook name, `$feed`, refers to the feed template name.
     *
     * Possible hook names include:
     *
     *  - `do_feed_atom`
     *  - `do_feed_rdf`
     *  - `do_feed_rss`
     *  - `do_feed_rss2`
     *
     * @since 2.1.0
     * @since 4.4.0 The `$feed` parameter was added.
     *
     * @param bool   $is_comment_feed Whether the feed is a comment feed.
     * @param string $feed            The feed name.
     */
    do_action( "do_feed_{$feed}", $wp_query->is_comment_feed, $feed );
}
 
/**
 * Loads the RDF RSS 0.91 Feed template.
 *
 * @since 2.1.0
 *
 * @see load_template()
 */
function do_feed_rdf() {
    load_template( ABSPATH . WPINC . '/feed-rdf.php' );
}
 
/**
 * Loads the RSS 1.0 Feed Template.
 *
 * @since 2.1.0
 *
 * @see load_template()
 */
 
// Process feeds and trackbacks even if not using themes.
if ( is_robots() ) {
    /**
     * Fired when the template loader determines a robots.txt request.
     *
     * @since 2.1.0
     */
    do_action( 'do_robots' );
    return;
} elseif ( is_favicon() ) {
    /**
     * Fired when the template loader determines a favicon.ico request.
     *
     * @since 5.4.0
     */
    do_action( 'do_favicon' );
    return;
} elseif ( is_feed() ) {
    do_feed();
    return;
} elseif ( is_trackback() ) {
    require ABSPATH . 'wp-trackback.php';
    return;
}
 
if ( wp_using_themes() ) {
 
    $tag_templates = array(
        'is_embed'             => 'get_embed_template',
        'is_404'               => 'get_404_template',
        'is_search'            => 'get_search_template',
        'is_front_page'        => 'get_front_page_template',
        'is_home'              => 'get_home_template',
        'is_privacy_policy'    => 'get_privacy_policy_template',
        'is_post_type_archive' => 'get_post_type_archive_template',
        'is_tax'               => 'get_taxonomy_template',
        'is_attachment'        => 'get_attachment_template',
        'is_single'            => 'get_single_template',
        'is_page'              => 'get_page_template',
<?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';
 
}
 
<?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';
 

Environment & details:

Key Value
feed xmlsitemap1701
empty
empty
empty
empty
Key Value
SERVER_SOFTWARE Apache/2
REQUEST_URI //?feed=xmlsitemap1701
PATH /usr/local/bin:/usr/bin:/bin
TEMP /tmp
TMP /tmp
TMPDIR /tmp
PWD /
HTTP_ACCEPT */*
HTTP_ACCEPT_ENCODING gzip, br, zstd, deflate
CONTENT_LENGTH 0
HTTP_HOST tsckardinge.nl
HTTP_USER_AGENT Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
UNIQUE_ID aQOEnXb36CgkvXkPgTtbvgAAnAE
HTTP_AUTHORIZATION
HTTPS on
SSL_TLS_SNI tsckardinge.nl
HTTP2 on
H2PUSH off
H2_PUSH off
H2_PUSHED
H2_PUSHED_ON
H2_STREAM_ID 3
H2_STREAM_TAG 156-3
SERVER_SIGNATURE
SERVER_NAME tsckardinge.nl
SERVER_ADDR 37.97.198.16
SERVER_PORT 443
REMOTE_ADDR 216.73.216.57
DOCUMENT_ROOT /home/klapscowds/domains/tsckardinge.nl/private_html
REQUEST_SCHEME https
CONTEXT_PREFIX
CONTEXT_DOCUMENT_ROOT /home/klapscowds/domains/tsckardinge.nl/private_html
SERVER_ADMIN webmaster@tsckardinge.nl
SCRIPT_FILENAME /home/klapscowds/domains/tsckardinge.nl/private_html/index.php
REMOTE_PORT 31161
SERVER_PROTOCOL HTTP/2.0
REQUEST_METHOD GET
QUERY_STRING feed=xmlsitemap1701
SCRIPT_NAME /index.php
PHP_SELF /index.php
REQUEST_TIME_FLOAT 1761838237.3329
REQUEST_TIME 1761838237
empty
0. Whoops\Handler\PrettyPageHandler