| Server IP : 54.64.252.99 / Your IP : 216.73.216.24 Web Server : Apache/2.4.68 (Amazon Linux) OpenSSL/3.5.5 mod_perl/2.0.11 Perl/v5.32.1 System : Linux wolfeyes.yggcsp.com 6.1.176-221.360.amzn2023.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Jul 9 21:15:26 UTC 2026 x86_64 User : hN5p2oAs ( 522) PHP Version : 8.2.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /home/wwwusers/hN5p2oAs/www/htdocs/wp-includes/ |
Upload File : |
<?php
if ( class_exists( 'SimplePie', false ) ) {
return;
}
// Load and register the SimplePie native autoloaders.
require ABSPATH . WPINC . '/SimplePie/autoloader.php';
/**
* WordPress autoloader for SimplePie.
*
* @since 3.5.0
* @deprecated 6.7.0 Use `SimplePie_Autoloader` instead.
*
* @param string $class Class name.
*/
function wp_simplepie_autoload( $class ) {
_deprecated_function( __FUNCTION__, '6.7.0', 'SimplePie_Autoloader' );
}