WordPress\AiClientDependencies\Psr\Http\Message
UriFactoryInterface::createUri
Create a new URI.
Method of the class: UriFactoryInterface{}
No Hooks.
Returns
UriInterface.
Usage
$UriFactoryInterface = new UriFactoryInterface(); $UriFactoryInterface->createUri( $uri ): UriInterface;
- $uri(string)
- .
Default:''
UriFactoryInterface::createUri() UriFactoryInterface::createUri code WP 7.0
public function createUri(string $uri = ''): UriInterface;