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.../admin/dashboar.../widget
File: welcome.php
<?php
[0] Fix | Delete
/**
[1] Fix | Delete
* Dashboard widget welcome message block template.
[2] Fix | Delete
*
[3] Fix | Delete
* @since 1.8.8
[4] Fix | Delete
*
[5] Fix | Delete
* @var string $welcome_message Welcome message.
[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
<div class="wpforms-dash-widget-block wpforms-dash-widget-welcome-block">
[14] Fix | Delete
<span class="wpforms-dash-widget-welcome">
[15] Fix | Delete
<?php
[16] Fix | Delete
echo wp_kses(
[17] Fix | Delete
$welcome_message,
[18] Fix | Delete
[
[19] Fix | Delete
'a' => [
[20] Fix | Delete
'href' => [],
[21] Fix | Delete
'class' => [],
[22] Fix | Delete
],
[23] Fix | Delete
'strong' => [],
[24] Fix | Delete
]
[25] Fix | Delete
);
[26] Fix | Delete
?>
[27] Fix | Delete
</span>
[28] Fix | Delete
<button type="button" class="wpforms-dash-widget-dismiss-icon" title="<?php esc_html_e( 'Dismiss', 'wpforms-lite' ); ?>" data-field="hide_welcome_block">
[29] Fix | Delete
<span class="dashicons dashicons-no-alt"></span>
[30] Fix | Delete
</button>
[31] Fix | Delete
</div>
[32] Fix | Delete
[33] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function