Register the built-in autoloader
Source
public static function register_autoloader() {
require_once __DIR__ . '/Requests/src/Autoload.php';
WpOrg\Requests\Autoload::register();
}
Changelog
Version | Description |
---|---|
6.2.0 | Introduced. |
This method has been deprecated. Include the WpOrgRequestsAutoload class and call WpOrgRequestsAutoload::register() instead.
User Contributed Notes
You must log in before being able to contribute a note or feedback.