# site()

Returns the current site object

****

- Source: <https://github.com/getkirby/kirby/tree/5.5.3/config/helpers.php#L486>

****

```php
site(): Kirby\Cms\Site
```

## Return type

`Kirby\Cms\Site`

## Examples

```php
<?= site()->title() ?>
```