# templately/1.1.3/core/classmaps.php

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

- Page: https://pluginprobe.com/plugins/templately/1.1.3/code/core/classmaps.php
- Raw: https://pluginprobe.com/plugins/templately/1.1.3/raw/core/classmaps.php
- Modified: 2020-06-16T10:03:54+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/1.1.3/code/core/classmaps.php#L10-L20`.

```php
<?php

return array(
    'Installer'            => 'core/class-installer.php',
    'Plugin'               => 'core/class-plugin.php',
    'Loader'               => 'core/class-loader.php',
    'Helper'               => 'core/class-helper.php',
    'DB'                   => 'core/class-db.php',
    'API'                  => 'core/api/class-api.php',
    'Importer'             => 'core/api/class-importer.php',
    'Query'                => 'core/class-query.php',
    'Base'                 => 'core/class-base.php',
    'Admin'                => 'core/admin/class-admin.php',
    'Settings'             => 'core/admin/class-settings.php',
    'Metabox'              => 'core/admin/class-metabox.php',
    'Elementor'            => 'core/class-elementor.php',
    'RequirementInstaller' => 'core/api/class-requirement-installer.php',
);

```
