PATH:
home
/
lab2454c
/
baas.elementalrock.com
/
wp-content
/
plugins
/
wpforms-lite
/
templates
/
emails
<?php /** * General body template. * * This template can be overridden by copying it to yourtheme/wpforms/emails/general-body.php. * * @since 1.5.4 * * @version 1.5.4 * * @var string $message */ if ( ! \defined( 'ABSPATH' ) ) { exit; } ?> <table> <tbody> <tr> <td> <?php echo \wp_kses_post( $message ); ?> </td> </tr> </tbody> </table>
[-] summary-style.php
[edit]
[-] summary-body.php
[edit]
[+]
..
[-] general-footer.php
[edit]
[-] general-body.php
[edit]
[-] summary-body-plain.php
[edit]
[-] summary-footer.php
[edit]
[-] general-body-plain.php
[edit]
[-] general-header.php
[edit]
[-] general-style.php
[edit]
[-] summary-footer-plain.php
[edit]
[-] general-queries.php
[edit]