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: summary-footer.php
<?php
[0] Fix | Delete
/**
[1] Fix | Delete
* Summary footer template.
[2] Fix | Delete
*
[3] Fix | Delete
* This template can be overridden by copying it to yourtheme/wpforms/emails/summary-footer.php.
[4] Fix | Delete
*
[5] Fix | Delete
* @since 1.6.2.3
[6] Fix | Delete
*/
[7] Fix | Delete
[8] Fix | Delete
if ( ! defined( 'ABSPATH' ) ) {
[9] Fix | Delete
exit;
[10] Fix | Delete
}
[11] Fix | Delete
[12] Fix | Delete
?>
[13] Fix | Delete
[14] Fix | Delete
</td>
[15] Fix | Delete
</tr>
[16] Fix | Delete
<tr>
[17] Fix | Delete
<td align="<?php echo is_rtl() ? 'right' : 'left'; ?>" valign="top" class="footer">
[18] Fix | Delete
<?php
[19] Fix | Delete
printf(
[20] Fix | Delete
wp_kses( /* translators: %1$s - site URL, %2$s - link to the documentation. */
[21] Fix | Delete
__( 'This email was auto-generated and sent from %1$s. Learn <a href="%2$s">how to disable</a>', 'wpforms-lite' ),
[22] Fix | Delete
[
[23] Fix | Delete
'a' => [
[24] Fix | Delete
'href' => [],
[25] Fix | Delete
],
[26] Fix | Delete
]
[27] Fix | Delete
),
[28] Fix | Delete
'<a href="' . esc_url( home_url() ) . '">' . esc_html( wp_specialchars_decode( get_bloginfo( 'name' ) ) ) . '</a>',
[29] Fix | Delete
'https://wpforms.com/docs/how-to-use-email-summaries/#disable-email-summaries'
[30] Fix | Delete
);
[31] Fix | Delete
?>
[32] Fix | Delete
</td>
[33] Fix | Delete
</tr>
[34] Fix | Delete
</table>
[35] Fix | Delete
</td>
[36] Fix | Delete
</tr>
[37] Fix | Delete
</table>
[38] Fix | Delete
</div>
[39] Fix | Delete
</td>
[40] Fix | Delete
<td><!-- Deliberately empty to support consistent sizing and layout across multiple email clients. --></td>
[41] Fix | Delete
</tr>
[42] Fix | Delete
</table>
[43] Fix | Delete
</body>
[44] Fix | Delete
</html>
[45] Fix | Delete
[46] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function