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/wp-conte.../plugins/wpforms-.../template.../emails
File: general-footer.php
<?php
[0] Fix | Delete
/**
[1] Fix | Delete
* General footer template.
[2] Fix | Delete
*
[3] Fix | Delete
* This template can be overridden by copying it to yourtheme/wpforms/emails/general-footer.php.
[4] Fix | Delete
*
[5] Fix | Delete
* @since 1.5.4
[6] Fix | Delete
*
[7] Fix | Delete
* @version 1.5.4
[8] Fix | Delete
*/
[9] Fix | Delete
[10] Fix | Delete
if ( ! defined( 'ABSPATH' ) ) {
[11] Fix | Delete
exit;
[12] Fix | Delete
}
[13] Fix | Delete
[14] Fix | Delete
?>
[15] Fix | Delete
[16] Fix | Delete
</td>
[17] Fix | Delete
</tr>
[18] Fix | Delete
<tr>
[19] Fix | Delete
<td align="center" valign="top" class="footer">
[20] Fix | Delete
<?php
[21] Fix | Delete
/* translators: %s - link to the site. */
[22] Fix | Delete
printf( esc_html__( 'Sent from %s', 'wpforms-lite' ), '<a href="' . esc_url( home_url() ) . '">' . esc_html( wp_specialchars_decode( get_bloginfo( 'name' ) ) ) . '</a>' );
[23] Fix | Delete
?>
[24] Fix | Delete
</td>
[25] Fix | Delete
</tr>
[26] Fix | Delete
</table>
[27] Fix | Delete
</td>
[28] Fix | Delete
</tr>
[29] Fix | Delete
</table>
[30] Fix | Delete
</body>
[31] Fix | Delete
</html>
[32] Fix | Delete
[33] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function