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

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

- Page: https://pluginprobe.com/plugins/yaymail/3.2.2/code/views/pages/html-settings.php
- Raw: https://pluginprobe.com/plugins/yaymail/3.2.2/raw/views/pages/html-settings.php
- Modified: 2023-04-13T08:01:40+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.2.2/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>

```
