# templately/1.2.2/core/classmaps.php

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

- Page: https://pluginprobe.com/plugins/templately/1.2.2/code/core/classmaps.php
- Raw: https://pluginprobe.com/plugins/templately/1.2.2/raw/core/classmaps.php
- Modified: 2021-02-16T19:46:58+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.2.2/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',
    'Login'                => 'core/class-login.php',
    'API'                  => 'core/api/class-api.php',
    'REST'                  => 'core/api/class-rest-api.php',
    'Importer'             => 'core/api/class-importer.php',
    'Query'                => 'core/api/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',
);

```
