WordPress\AiClientDependencies\Http\Discovery

Psr17FactoryDiscovery::findUrlFactorypublic staticWP 1.0

Deprecated since This will be removed in 2.0. Consider using the findUriFactory() method.. It is no longer supported and may be removed in future releases. It is recommended to replace this function with the same one.

Method of the class: Psr17FactoryDiscovery{}

No Hooks.

Returns

UriFactoryInterface.

Usage

$result = Psr17FactoryDiscovery::findUrlFactory();

Changelog

Deprecated This will be removed in 2.0. Consider using the findUriFactory() method.

Psr17FactoryDiscovery::findUrlFactory() code WP 7.0

public static function findUrlFactory()
{
    return static::findUriFactory();
}