Edit File by line

Deprecated: str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in /home/sportsfever/public_html/filemanger/function.php on line 93
/home/sportsfe.../httpdocs/clone/wp-conte.../plugins/wpforms-.../includes/emails/template...
File: footer-default.php
<?php
[0] Fix | Delete
/**
[1] Fix | Delete
* Email Footer.
[2] Fix | Delete
*
[3] Fix | Delete
* @since 1.1.3
[4] Fix | Delete
*/
[5] Fix | Delete
[6] Fix | Delete
// Exit if accessed directly.
[7] Fix | Delete
if ( ! defined( 'ABSPATH' ) ) {
[8] Fix | Delete
exit;
[9] Fix | Delete
}
[10] Fix | Delete
[11] Fix | Delete
$background_color = wpforms_setting( 'email-background-color', '#e9eaec' );
[12] Fix | Delete
?>
[13] Fix | Delete
</td>
[14] Fix | Delete
</tr>
[15] Fix | Delete
</tbody>
[16] Fix | Delete
</table>
[17] Fix | Delete
</td>
[18] Fix | Delete
</tr>
[19] Fix | Delete
</tbody>
[20] Fix | Delete
</table>
[21] Fix | Delete
</td>
[22] Fix | Delete
</tr>
[23] Fix | Delete
<tr>
[24] Fix | Delete
<td valign="top" id="templateFooter" style="mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;background-color: <?php echo $background_color; ?>;border-top: 0;border-bottom: 0;padding-top: 12px;padding-bottom: 12px;">
[25] Fix | Delete
<table border="0" cellpadding="0" cellspacing="0" width="100%" class="mcnTextBlock" style="min-width: 100%;border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
[26] Fix | Delete
<tbody class="mcnTextBlockOuter">
[27] Fix | Delete
<tr>
[28] Fix | Delete
<td valign="top" class="mcnTextBlockInner" style="mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
[29] Fix | Delete
<table align="left" border="0" cellpadding="0" cellspacing="0" width="100%" style="min-width: 100%;border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;" class="mcnTextContentContainer">
[30] Fix | Delete
<tbody>
[31] Fix | Delete
<tr>
[32] Fix | Delete
<td valign="top" class="mcnTextContent" style="padding-top: 9px;padding-right: 18px;padding-bottom: 9px;padding-left: 18px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;word-break: break-word;color: #aaa;font-family: Helvetica;font-size: 12px;line-height: 150%;text-align: center;">
[33] Fix | Delete
[34] Fix | Delete
<!-- Footer content -->
[35] Fix | Delete
<?php
[36] Fix | Delete
/* translators: %s - link to the site. */
[37] Fix | Delete
$footer = sprintf( esc_html__( 'Sent from %s', 'wpforms-lite' ), '<a href="' . esc_url( home_url() ) . '" style="color:#bbbbbb;">' . wp_specialchars_decode( get_bloginfo( 'name' ) ) . '</a>' );
[38] Fix | Delete
echo apply_filters( 'wpforms_email_footer_text', $footer );
[39] Fix | Delete
?>
[40] Fix | Delete
[41] Fix | Delete
</td>
[42] Fix | Delete
</tr>
[43] Fix | Delete
</tbody>
[44] Fix | Delete
</table>
[45] Fix | Delete
</td>
[46] Fix | Delete
</tr>
[47] Fix | Delete
</tbody>
[48] Fix | Delete
</table>
[49] Fix | Delete
</td>
[50] Fix | Delete
</tr>
[51] Fix | Delete
</table>
[52] Fix | Delete
<!--[if gte mso 9]>
[53] Fix | Delete
</td>
[54] Fix | Delete
</tr>
[55] Fix | Delete
</table>
[56] Fix | Delete
<![endif]-->
[57] Fix | Delete
<!-- // END TEMPLATE -->
[58] Fix | Delete
</td>
[59] Fix | Delete
</tr>
[60] Fix | Delete
</table>
[61] Fix | Delete
</center>
[62] Fix | Delete
</body>
[63] Fix | Delete
</html>
[64] Fix | Delete
[65] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function