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.../builder/notifica...
File: email-template-link.php
<?php
[0] Fix | Delete
/**
[1] Fix | Delete
* Email Template modal link.
[2] Fix | Delete
*
[3] Fix | Delete
* This template will display a link to select a template for a notification.
[4] Fix | Delete
* It is used in the context of both WPForms Lite and Pro.
[5] Fix | Delete
*
[6] Fix | Delete
* @since 1.8.5
[7] Fix | Delete
*/
[8] Fix | Delete
[9] Fix | Delete
if ( ! defined( 'ABSPATH' ) ) {
[10] Fix | Delete
exit;
[11] Fix | Delete
}
[12] Fix | Delete
?>
[13] Fix | Delete
[14] Fix | Delete
<p class="note">
[15] Fix | Delete
<?php
[16] Fix | Delete
printf(
[17] Fix | Delete
/* translators: %1$s - Opening anchor tag, %2$s - Closing anchor tag. */
[18] Fix | Delete
esc_html__( 'Select a template to use for this notification or %1$sview templates%2$s.', 'wpforms-lite' ),
[19] Fix | Delete
'<a href="#" class="wpforms-all-email-template-modal">',
[20] Fix | Delete
'</a>'
[21] Fix | Delete
);
[22] Fix | Delete
?>
[23] Fix | Delete
</p>
[24] Fix | Delete
[25] Fix | Delete
<?php
[26] Fix | Delete
/* Omit closing PHP tag at the end of PHP files to avoid "headers already sent" issues. */
[27] Fix | Delete
[28] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function