WP_CLI

RequestsLibrary::get_sourcepublic staticWP-CLI 1.0

Get the current source.

Method of the class: RequestsLibrary{}

No Hooks.

Returns

String. The current source.

Usage

$result = RequestsLibrary::get_source();

RequestsLibrary::get_source() code WP-CLI 2.13.0-alpha

public static function get_source() {
	return self::$source;
}