# yaymail/3.3/views/pages/html-settings.php

YayMail – WooCommerce Email Customizer, version 3.3. 24 lines.

- Page: https://pluginprobe.com/plugins/yaymail/3.3/code/views/pages/html-settings.php
- Raw: https://pluginprobe.com/plugins/yaymail/3.3/raw/views/pages/html-settings.php
- Modified: 2023-08-01T09:04:54+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/yaymail/3.3/code/views/pages/html-settings.php#L10-L20`.

```php
<?php
defined( 'ABSPATH' ) || exit;
?>

<div id="nta-web-page-builder"></div>

<style id="nta-web-page-custom-style"></style>

<div id="nta-web-preeditor" class="hidden">
	<?php
	wp_editor(
		'',
		'nta-web-edit-content-template',
		array(
			'quicktags'     => false,
			'textarea_name' => 'ntawebEditContentTemplate',
			'textarea_rows' => 6,
			'media_buttons' => true,
			'tinymce'       => true,
		)
	);
	?>
</div>

```
