| | |
| | | protected string $dataType = ''; |
| | | protected string $singular = ''; |
| | | protected string $plural = ''; |
| | | protected string $icon = 'triangle'; |
| | | protected string $icon; |
| | | |
| | | // Capabilities |
| | | protected array $caps = []; |
| | |
| | | protected array $additionalClasses = []; |
| | | |
| | | public function __construct() { |
| | | $this->icon = jvbDefaultIcon(); |
| | | $this->user = wp_get_current_user(); |
| | | $this->user_id = $this->user->ID; |
| | | } |
| | |
| | | $temp = array_filter($this->fields, function ($field) { |
| | | return in_array($field, $this->timelineUniqueFields); |
| | | }, ARRAY_FILTER_USE_KEY); |
| | | jvbDump($temp); |
| | | $form = new MetaForm(); |
| | | echo '<template class="timelineItem">'; |
| | | $form->renderImagePreview(null,['fields' => $temp]); |