# templately/3.1.0/includes/Admin/API/BaseAPI.php

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

- Page: https://pluginprobe.com/plugins/templately/3.1.0/code/includes/Admin/API/BaseAPI.php
- Raw: https://pluginprobe.com/plugins/templately/3.1.0/raw/includes/Admin/API/BaseAPI.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.1.0/code/includes/Admin/API/BaseAPI.php#L10-L20`.

```php
<?php

namespace Templately\Admin\API;

use Templately\API\API;

abstract class BaseAPI extends API {

}
```
