WP_CLI
RequestsLibrary::get_source
Get the current source.
Method of the class: RequestsLibrary{}
No Hooks.
Returns
String. The current source.
Usage
$result = RequestsLibrary::get_source();
RequestsLibrary::get_source() RequestsLibrary::get source code WP-CLI 2.13.0-alpha
public static function get_source() {
return self::$source;
}