<?php namespace MailPoet\Form; if (!defined('ABSPATH')) exit; class PreviewWidget extends \WP_Widget { /** @var string */ private $formHtml; public function __construct( $formHtml ) { $this->formHtml = $formHtml; parent::__construct( 'mailpoet_form_preview', 'Dummy form form preview', [] ); } /** * Output the widget itself. */ public function widget($args, $instance = null) { echo $this->formHtml; } }
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
Block | Folder | 0700 |
|
|
Listing | Folder | 0700 |
|
|
Templates | Folder | 0700 |
|
|
Util | Folder | 0700 |
|
|
ApiDataSanitizer.php | File | 1.82 KB | 0644 |
|
AssetsController.php | File | 3.38 KB | 0644 |
|
BlockStylesRenderer.php | File | 3.79 KB | 0644 |
|
BlockWrapperRenderer.php | File | 548 B | 0644 |
|
BlocksRenderer.php | File | 3.98 KB | 0644 |
|
DisplayFormInWPContent.php | File | 7.77 KB | 0644 |
|
FormFactory.php | File | 1.69 KB | 0644 |
|
FormHtmlSanitizer.php | File | 1.11 KB | 0644 |
|
FormMessageController.php | File | 1.61 KB | 0644 |
|
FormSaveController.php | File | 1021 B | 0644 |
|
FormsRepository.php | File | 2.52 KB | 0644 |
|
PreviewPage.php | File | 3.91 KB | 0644 |
|
PreviewWidget.php | File | 472 B | 0644 |
|
Renderer.php | File | 4.05 KB | 0644 |
|
Widget.php | File | 8.34 KB | 0644 |
|
index.php | File | 0 B | 0644 |
|