📁 File Manager Pro
v10.0.3 | PHP: 7.4.33
Server: LiteSpeed
2026-06-26 18:08:22
📂
/ (Root)
/
home
/
supecsoq
/
public_html
/
domains
/
migalexpark.com
/
wp-content
/
plugins
/
wp-user-manager
/
templates
/
emails
📍 /home/supecsoq/public_html/domains/migalexpark.com/wp-content/plugins/wp-user-manager/templates/emails
🔄 Refresh
✏️
Editing: body-none.php
Writable
<?php /** * This is a fake email template used by the email previewer only. * * @version 1.0.0 */ // Exit if accessed directly if ( ! defined( 'ABSPATH' ) ) exit; $output = '{email}'; if( isset( $data->preview ) && $data->preview === true ) { $output = '<div class="preview-content">' . wpum_get_email_field( $data->email_id, 'content' ) . '</div>'; } // {email} is replaced by the content entered in the customizer. ?> <?php echo $output; ?>
💾 Save Changes
❌ Cancel