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: general-style.php
<?php
[0] Fix | Delete
/**
[1] Fix | Delete
* General style template.
[2] Fix | Delete
*
[3] Fix | Delete
* This template can be overridden by copying it to yourtheme/wpforms/emails/general-style.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
* @var string $email_background_color
[10] Fix | Delete
*/
[11] Fix | Delete
[12] Fix | Delete
if ( ! \defined( 'ABSPATH' ) ) {
[13] Fix | Delete
exit;
[14] Fix | Delete
}
[15] Fix | Delete
[16] Fix | Delete
require \WPFORMS_PLUGIN_DIR . '/assets/css/emails/general.min.css';
[17] Fix | Delete
[18] Fix | Delete
?>
[19] Fix | Delete
[20] Fix | Delete
body, .body {
[21] Fix | Delete
background-color: <?php echo \esc_attr( $email_background_color ); ?>;
[22] Fix | Delete
}
[23] Fix | Delete
[24] Fix | Delete
<?php if ( ! empty( $header_image_max_width ) ) : ?>
[25] Fix | Delete
.header img {
[26] Fix | Delete
max-width: <?php echo esc_attr( $header_image_max_width ); ?>px;
[27] Fix | Delete
}
[28] Fix | Delete
<?php endif; ?>
[29] Fix | Delete
[30] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function