HEX
Server: Apache/2.4.10 (Debian)
System: Linux rex18 3.16.0-6-amd64 #1 SMP Debian 3.16.56-1+deb8u1 (2018-05-08) x86_64
User: web145544 (6498)
PHP: 8.0.27
Disabled: show_source, system, passthru, exec, shell_exec, popen, proc_open, pfsockopen, proc_nice
Upload Files
File: /var/www/web145544/html/wordpress/wp-includes/rss-functions.php
<?php
/**
 * Deprecated. Use rss.php instead.
 *
 * @package WordPress
 * @deprecated 2.1.0
 */

if ( ! defined( 'ABSPATH' ) ) {
	exit();
}

_deprecated_file( basename( __FILE__ ), '2.1.0', WPINC . '/rss.php' );
require_once ABSPATH . WPINC . '/rss.php';