# templately/1.0.0/core/classmaps.php

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

- Page: https://pluginprobe.com/plugins/templately/1.0.0/code/core/classmaps.php
- Raw: https://pluginprobe.com/plugins/templately/1.0.0/raw/core/classmaps.php
- Modified: 2020-05-14T06:07:52+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.0.0/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',
);

```
