| Server IP : 65.1.115.158 / Your IP : 216.73.216.83 [ Web Server : Apache System : Linux ip-172-30-1-212 5.15.0-1084-aws #91~20.04.1-Ubuntu SMP Fri May 2 06:59:36 UTC 2025 x86_64 User : aeonx ( 1003) PHP Version : 8.3.3-1+ubuntu20.04.1+deb.sury.org+1 Disable Function : NONE Domains : 14 Domains MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /home/aeonx/public_html/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' );
}