PATH:
home
/
lab2454c
/
caimegroup.com
/
wp-content
/
plugins
/
mailpoet
/
lib
/
Form
/
Templates
/
Templates
<?php // phpcs:ignore SlevomatCodingStandard.TypeHints.DeclareStrictTypes.DeclareStrictTypesMissing namespace MailPoet\Form\Templates\Templates; if (!defined('ABSPATH')) exit; use MailPoet\Form\Templates\FormTemplate; class InitialForm extends FormTemplate { const ID = 'initial_form'; public function getName(): string { return ''; } public function getThumbnailUrl(): string { return ''; } public function getBody(): array { return [ [ 'id' => 'email', 'name' => __('Email', 'mailpoet'), 'type' => 'text', 'params' => [ 'label' => __('Email Address', 'mailpoet'), 'required' => true, 'label_within' => true, ], 'styles' => [ 'full_width' => true, ], ], [ 'id' => 'submit', 'name' => __('Submit', 'mailpoet'), 'type' => 'submit', 'params' => [ 'label' => __('Subscribe!', 'mailpoet'), ], 'styles' => [ 'full_width' => true, ], ], ]; } }
[-] Template12Popup.php
[edit]
[-] Template14Widget.php
[edit]
[-] Template6Widget.php
[edit]
[-] Template6SlideIn.php
[edit]
[-] Template13Popup.php
[edit]
[-] Template6BelowPages.php
[edit]
[-] Template13FixedBar.php
[edit]
[-] Template3Popup.php
[edit]
[-] Template18Popup.php
[edit]
[-] index.php
[edit]
[-] Template14SlideIn.php
[edit]
[-] Template3SlideIn.php
[edit]
[+]
..
[-] Template4Popup.php
[edit]
[-] Template11SlideIn.php
[edit]
[-] Template1SlideIn.php
[edit]
[-] Template17SlideIn.php
[edit]
[-] Template10SlideIn.php
[edit]
[-] Template13SlideIn.php
[edit]
[-] Template6Popup.php
[edit]
[-] Template10Popup.php
[edit]
[-] Template7Widget.php
[edit]
[-] Template7BelowPages.php
[edit]
[-] Template1FixedBar.php
[edit]
[-] Template18BelowPages.php
[edit]
[-] Template17BelowPages.php
[edit]
[-] Template4Widget.php
[edit]
[-] Template1Popup.php
[edit]
[-] Template4FixedBar.php
[edit]
[-] Template10BelowPages.php
[edit]
[-] Template17FixedBar.php
[edit]
[-] Template18Widget.php
[edit]
[-] Template4BelowPages.php
[edit]
[-] Template12FixedBar.php
[edit]
[-] Template17Widget.php
[edit]
[-] Template10Widget.php
[edit]
[-] Template14Popup.php
[edit]
[-] Template18SlideIn.php
[edit]
[-] Template4SlideIn.php
[edit]
[-] Template12SlideIn.php
[edit]
[-] Template7FixedBar.php
[edit]
[-] Template13BelowPages.php
[edit]
[-] Template13Widget.php
[edit]
[-] Template3BelowPages.php
[edit]
[-] Template7SlideIn.php
[edit]
[-] Template14FixedBar.php
[edit]
[-] Template3FixedBar.php
[edit]
[-] Template11BelowPages.php
[edit]
[-] Template1Widget.php
[edit]
[-] Template1BelowPages.php
[edit]
[-] Template11Popup.php
[edit]
[-] Template18FixedBar.php
[edit]
[-] Template7Popup.php
[edit]
[-] Template10FixedBar.php
[edit]
[-] Template12Widget.php
[edit]
[-] Template12BelowPages.php
[edit]
[-] Template11Widget.php
[edit]
[-] Template11FixedBar.php
[edit]
[-] Template3Widget.php
[edit]
[-] InitialForm.php
[edit]
[-] Template6FixedBar.php
[edit]
[-] Template17Popup.php
[edit]
[-] Template14BelowPages.php
[edit]