| Server IP : 217.160.0.199 / Your IP : 216.73.216.219 Web Server : Apache System : Linux info 3.0 #1337 SMP Tue Jan 01 00:00:00 CEST 2000 all GNU/Linux User : u57303684 ( 6469868) PHP Version : 8.0.30 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /homepages/10/d315911638/htdocs/wp-includes-old/ |
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' );
}