Requests::register_autoloader()

Register the built-in autoloader


Description Description


Source Source

File: wp-includes/class-requests.php

	public static function register_autoloader() {
		spl_autoload_register(array('Requests', 'autoloader'));
	}

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.