📁 File Manager Pro
v10.0.3 | PHP: 8.1.34
Server: Apache
2026-06-21 09:09:09
📂
/ (Root)
/
home
/
xeqi7597
/
map.claireduwig.com
/
wp-content
/
plugins
/
wpforms-lite
/
templates
/
emails
📍 /home/xeqi7597/map.claireduwig.com/wp-content/plugins/wpforms-lite/templates/emails
🔄 Refresh
✏️
Editing: general-footer.php
Writable
<?php /** * General footer template. * * This template can be overridden by copying it to yourtheme/wpforms/emails/general-footer.php. * * @since 1.5.4 * * @version 1.5.4 */ if ( ! defined( 'ABSPATH' ) ) { exit; } ?> </td> </tr> <tr> <td align="center" valign="top" class="footer"> <?php /* translators: %s - link to the site. */ printf( esc_html__( 'Sent from %s', 'wpforms-lite' ), '<a href="' . esc_url( home_url() ) . '">' . esc_html( wp_specialchars_decode( get_bloginfo( 'name' ) ) ) . '</a>' ); ?> </td> </tr> </table> </td> </tr> </table> </body> </html>
💾 Save Changes
❌ Cancel