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: summary-footer-plain.php
<?php
[0] Fix | Delete
/**
[1] Fix | Delete
* Summary footer template (plain text).
[2] Fix | Delete
*
[3] Fix | Delete
* This template can be overridden by copying it to yourtheme/wpforms/emails/summary-footer-plain.php.
[4] Fix | Delete
*
[5] Fix | Delete
* @since 1.6.2.3
[6] Fix | Delete
*
[7] Fix | Delete
* @version 1.6.2.3
[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
echo "\n---\n\n";
[15] Fix | Delete
printf( /* translators: %s - link to the site. */
[16] Fix | Delete
esc_html__( 'This email was auto-generated and sent from %s.', 'wpforms-lite' ),
[17] Fix | Delete
esc_html( wp_specialchars_decode( get_bloginfo( 'name' ) ) )
[18] Fix | Delete
);
[19] Fix | Delete
echo "\n";
[20] Fix | Delete
printf( /* translators: %s - link to the documentation. */
[21] Fix | Delete
esc_html__( 'Learn how to disable: %s.', 'wpforms-lite' ),
[22] Fix | Delete
'https://wpforms.com/docs/how-to-use-email-summaries/#disable-email-summaries'
[23] Fix | Delete
);
[24] Fix | Delete
[25] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function