[ Index ] |
PHP Cross Reference of WordPress Trunk (Updated Daily) |
[Summary view] [Print] [Text view]
1 <?php 2 3 if ( class_exists( 'SimplePie', false ) ) { 4 return; 5 } 6 7 // Load and register the SimplePie native autoloaders. 8 require ABSPATH . WPINC . '/SimplePie/autoloader.php'; 9 10 /** 11 * WordPress autoloader for SimplePie. 12 * 13 * @since 3.5.0 14 * @deprecated 6.7.0 Use `SimplePie_Autoloader` instead. 15 * 16 * @param string $class Class name. 17 */ 18 function wp_simplepie_autoload( $class ) { 19 _deprecated_function( __FUNCTION__, '6.7.0', 'SimplePie_Autoloader' ); 20 }
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated : Thu Nov 21 08:20:01 2024 | Cross-referenced by PHPXref |