REDROOM
PHP 8.2.31
Path:
Logout
Edit File
Size: 1.08 KB
Close
//home/nshryvcy/blissfulnepal.com/wp-content/plugins/newsletter/emails/blocks/heading/options.php
Text
Base64
<?php /** @var array $options */ /** @var NewsletterControls $controls */ /** @var NewsletterFields $fields */ ?> <?php $fields->select('editor', __('Editor', 'newsletter'), [ 'default' => __('Default', 'newsletter'), 'full' => __('Full', 'newsletter'), ], ['after-rendering' => 'reload']); $background = $options['block_background'] ?? '#aaa'; $color = $options['font_color'] ?? '#fff'; ?> <div class="tnp-accordion"> <h3><?php esc_html_e('Appearance', 'newsletter'); ?></h3> <div> <?php if ($options['editor'] === 'full') { ?> <?php $fields->wp_editor_simple('text', __('Text', 'newsletter'), ['background' => $background, 'color' => $color]); ?> <?php } else { ?> <?php $fields->textarea('text', __('Text', 'newsletter')); ?> <?php } ?> <?php $fields->font('font', false, ['family_default' => true, 'size_default' => true, 'weight_default' => true]); ?> <?php $fields->align(); ?> </div> <h3><?php esc_html_e('Commons', 'newsletter'); ?></h3> <div> <?php $fields->block_commons() ?> </div> </div>
Save
Close
Exit & Reset
Text mode: syntax highlighting auto-detects file type.
Directory Contents
Dirs: 0 × Files: 3
Delete Selected
Select All
Select None
Sort:
Name
Size
Modified
Enable drag-to-move
Name
Size
Perms
Modified
Actions
block.php
1.33 KB
lrw-r--r--
2026-06-03 14:57:28
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
icon.png
3.92 KB
lrw-r--r--
2026-06-03 14:57:28
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
options.php
1.08 KB
lrw-r--r--
2026-06-03 14:57:28
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Zip Selected
If ZipArchive is unavailable, a
.tar
will be created (no compression).