Requests::register_autoloader() WordPress Method
This method registers an autoloader for the plugin.
Requests::register_autoloader() #
Register the built-in autoloader
Contents
Source
File: wp-includes/class-requests.php
public static function register_autoloader() { spl_autoload_register(array('Requests', 'autoloader')); }
Expand full source codeCollapse full source codeView on TracView on GitHub