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-.../template.../emails
File: compact-body.php
<?php
[0] Fix | Delete
/**
[1] Fix | Delete
* Compact body template.
[2] Fix | Delete
*
[3] Fix | Delete
* This template can be overridden by copying it to yourtheme/wpforms/emails/compact-body.php.
[4] Fix | Delete
*
[5] Fix | Delete
* @since 1.8.5
[6] Fix | Delete
*
[7] Fix | Delete
* @var string $message Email message.
[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
<table border="0" cellpadding="0" cellspacing="0" width="100%" role="presentation">
[17] Fix | Delete
<tbody>
[18] Fix | Delete
<?php echo wp_kses_post( $message ); ?>
[19] Fix | Delete
</tbody>
[20] Fix | Delete
</table>
[21] Fix | Delete
[22] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function