芝麻web文件管理V1.00
编辑当前文件:/home/projzpbv/www/wp-content/plugins/mailpoet/lib/Form/PreviewWidget.php
formHtml = $formHtml; parent::__construct( 'mailpoet_form_preview', 'Dummy form form preview', [] ); } /** * Output the widget itself. */ public function widget($args, $instance = null) { // We control the html // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped echo $this->formHtml; } }