Server IP : 23.88.8.221 / Your IP : 3.149.249.84 [ Web Server : LiteSpeed System : Linux europe1.dehosting.ir 3.10.0-962.3.2.lve1.5.70.el7.x86_64 #1 SMP Mon May 30 08:45:55 UTC 2022 x86_64 User : gamefaq1 ( 1564) PHP Version : 7.4.33 Disable Function : mail Domains : 1 Domains MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/gamefaq1/public_html/wp-includes/ |
Upload File : |
<?php /** * Feed API * * @package WordPress * @subpackage Feed * @deprecated 4.7.0 */ _deprecated_file( basename( __FILE__ ), '4.7.0', 'fetch_feed()' ); if ( ! class_exists( 'SimplePie', false ) ) { require_once ABSPATH . WPINC . '/class-simplepie.php'; } require_once ABSPATH . WPINC . '/class-wp-feed-cache.php'; require_once ABSPATH . WPINC . '/class-wp-feed-cache-transient.php'; require_once ABSPATH . WPINC . '/class-wp-simplepie-file.php'; require_once ABSPATH . WPINC . '/class-wp-simplepie-sanitize-kses.php';