: str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in
* General footer template.
* This template can be overridden by copying it to yourtheme/wpforms/emails/general-footer.php.
if ( ! defined( 'ABSPATH' ) ) {
<td align="center" valign="top" class="footer">
/* 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>' );