REDROOM
PHP 8.2.31
Path:
Logout
Edit File
Size: 1.08 KB
Close
//home/nshryvcy/blissfulnepal.com/wp-content/plugins/newsletter/emails/blocks/canspam/block.php
Text
Base64
<?php /* * Name: Company Info * Section: footer * Description: Company Info for Can-Spam act requirements */ /** @var array $options */ /** @var array $composer */ /** @var array $info */ $default_options = array( 'font_family' => '', 'font_size' => '', 'font_color' => '', 'font_weight' => '', 'block_padding_top' => 15, 'block_padding_bottom' => 15, 'block_padding_left' => 15, 'block_padding_right' => 15, 'block_background' => '', 'title' => $info['footer_title'], 'address' => $info['footer_contact'], 'copyright' => $info['footer_legal'], ); $options = array_merge($default_options, $options); $text_style = TNP_Composer::get_text_style($options, '', $composer); ?> <style> .text { <?php $text_style->echo_css() ?> padding: 10px; text-align: center; line-height: normal; } </style> <div inline-class="text"> <strong><?php echo esc_html($options['title']) ?></strong> <br> <?php echo esc_html($options['address']) ?> <br> <em><?php echo esc_html($options['copyright']) ?></em> </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.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
icon.png
4.79 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
474 B
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).