Inpsyde\MultilingualPress\Asset\AssetLocation::url PHP Метод

url() публичный Метод

Returns the public URL for the directory containing the file.
С версии: 3.0.0
public url ( ) : string
Результат string The public URL for the directory containing the file.
    public function url()
    {
        return $this->url;
    }