<?php namespace MetForm\Core\Entries; defined( 'ABSPATH' ) || exit; Class Base{ use \MetForm\Traits\Singleton; public $cpt; public $api; public $meta_data; public function __construct(){ Hooks::instance(); $this->cpt = new Cpt(); $this->api = new Api(); $this->meta_data = new Meta_Data(); } }
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
action.php | File | 56.92 KB | 0644 |
|
api.php | File | 5.88 KB | 0644 |
|
base.php | File | 377 B | 0644 |
|
cpt.php | File | 3.74 KB | 0644 |
|
export.php | File | 4.98 KB | 0644 |
|
file-data-validation.php | File | 8.61 KB | 0644 |
|
form-data.php | File | 34.02 KB | 0644 |
|
hooks.php | File | 6.01 KB | 0644 |
|
map-el.php | File | 3.65 KB | 0644 |
|
meta-data.php | File | 15.1 KB | 0644 |
|
metform-shortcode.php | File | 1.33 KB | 0644 |
|