# templately/3.2.0/includes/Admin/Settings.php

Templately – Elementor &amp; Gutenberg Template Library: 6500+ Free &amp; Pro Ready Templates And Cloud!, version 3.2.0. 11 lines.

- Page: https://pluginprobe.com/plugins/templately/3.2.0/code/includes/Admin/Settings.php
- Raw: https://pluginprobe.com/plugins/templately/3.2.0/raw/includes/Admin/Settings.php
- Modified: 2024-01-24T10:10:10+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/templately/3.2.0/code/includes/Admin/Settings.php#L10-L20`.

```php
<?php

namespace Templately\Admin;

use Templately\Utils\Base;

class Settings extends Base  {
	public function display() {
		echo 'Hello World - Settings';
	}
}
```
