Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the complianz-gdpr
domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init
action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /mnt/web320/a3/24/58253724/htdocs/STRATO-apps/wordpress_01/app/wp-includes/functions.php on line 6114
* RSS2 Feed Template for displaying RSS2 Comments feed.
*
* @package WordPress
*/
header( 'Content-Type: ' . feed_content_type( 'rss2' ) . '; charset=' . get_option( 'blog_charset' ), true );
echo '<?xml version="1.0" encoding="' . get_option( 'blog_charset' ) . '"?' . '>';
/** This action is documented in wp-includes/feed-rss2.php */
do_action( 'rss_tag_pre', 'rss2-comments' );
* @throws \ErrorException
*/
public function handleError($level, $message, $file = '', $line = 0, $context = [])
{
try {
parent::handleError($level, $message, $file, $line, $context);
} catch (Throwable $e) {
if (! apply_filters('acorn/throw_error_exception', true, $e)) {
return false;
}
* RSS2 Feed Template for displaying RSS2 Comments feed.
*
* @package WordPress
*/
header( 'Content-Type: ' . feed_content_type( 'rss2' ) . '; charset=' . get_option( 'blog_charset' ), true );
echo '<?xml version="1.0" encoding="' . get_option( 'blog_charset' ) . '"?' . '>';
/** This action is documented in wp-includes/feed-rss2.php */
do_action( 'rss_tag_pre', 'rss2-comments' );
* @param array $args Additional arguments passed to the template.
*/
do_action( 'wp_before_load_template', $_template_file, $load_once, $args );
if ( $load_once ) {
require_once $_template_file;
} else {
require $_template_file;
}
/**
*
* @param bool $for_comments True for the comment feed, false for normal feed.
*/
function do_feed_rss2( $for_comments ) {
if ( $for_comments ) {
load_template( ABSPATH . WPINC . '/feed-rss2-comments.php' );
} else {
load_template( ABSPATH . WPINC . '/feed-rss2.php' );
}
}
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 ] );
*
* @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;
}
} 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 );
}
/**
* @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 5.4.0
*/
do_action( 'do_favicon' );
return;
} elseif ( is_feed() ) {
do_feed();
return;
} elseif ( is_trackback() ) {
require ABSPATH . 'wp-trackback.php';
return;
}
// Set up the WordPress query.
wp();
// Load the theme template.
require_once ABSPATH . WPINC . '/template-loader.php';
}
* @var bool
*/
define( 'WP_USE_THEMES', true );
/** Loads the WordPress Environment and Template */
require __DIR__ . '/wp-blog-header.php';
ErrorException
|
---|
ErrorException: Cannot modify header information - headers already sent by (output started at /mnt/web320/a3/24/58253724/htdocs/STRATO-apps/wordpress_01/app/wp-includes/functions.php:6114) at /mnt/web320/a3/24/58253724/htdocs/STRATO-apps/wordpress_01/app/wp-includes/feed-rss2-comments.php:8 at Illuminate\Foundation\Bootstrap\HandleExceptions->handleError() (/mnt/web320/a3/24/58253724/htdocs/STRATO-apps/wordpress_01/app/wp-content/themes/Lalibela/vendor/roots/acorn/src/Roots/Acorn/Bootstrap/HandleExceptions.php:54) at Roots\Acorn\Bootstrap\HandleExceptions->handleError() at header() (/mnt/web320/a3/24/58253724/htdocs/STRATO-apps/wordpress_01/app/wp-includes/feed-rss2-comments.php:8) at require_once('/mnt/web320/a3/24/58253724/htdocs/STRATO-apps/wordpress_01/app/wp-includes/feed-rss2-comments.php') (/mnt/web320/a3/24/58253724/htdocs/STRATO-apps/wordpress_01/app/wp-includes/template.php:810) at load_template() (/mnt/web320/a3/24/58253724/htdocs/STRATO-apps/wordpress_01/app/wp-includes/functions.php:1670) at do_feed_rss2() (/mnt/web320/a3/24/58253724/htdocs/STRATO-apps/wordpress_01/app/wp-includes/class-wp-hook.php:326) at WP_Hook->apply_filters() (/mnt/web320/a3/24/58253724/htdocs/STRATO-apps/wordpress_01/app/wp-includes/class-wp-hook.php:348) at WP_Hook->do_action() (/mnt/web320/a3/24/58253724/htdocs/STRATO-apps/wordpress_01/app/wp-includes/plugin.php:517) at do_action() (/mnt/web320/a3/24/58253724/htdocs/STRATO-apps/wordpress_01/app/wp-includes/functions.php:1634) at do_feed() (/mnt/web320/a3/24/58253724/htdocs/STRATO-apps/wordpress_01/app/wp-includes/template-loader.php:48) at require_once('/mnt/web320/a3/24/58253724/htdocs/STRATO-apps/wordpress_01/app/wp-includes/template-loader.php') (/mnt/web320/a3/24/58253724/htdocs/STRATO-apps/wordpress_01/app/wp-blog-header.php:19) at require('/mnt/web320/a3/24/58253724/htdocs/STRATO-apps/wordpress_01/app/wp-blog-header.php') (/mnt/web320/a3/24/58253724/htdocs/STRATO-apps/wordpress_01/app/index.php:17) |