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.../public_h.../clone/wp-conte.../plugins/wpforms-.../template.../admin/splash
File: modal.php
<?php
[0] Fix | Delete
/**
[1] Fix | Delete
* WPForms What's New modal template.
[2] Fix | Delete
*
[3] Fix | Delete
* @since 1.8.7
[4] Fix | Delete
*
[5] Fix | Delete
* @var array $header Header data.
[6] Fix | Delete
* @var array $footer Footer data.
[7] Fix | Delete
* @var array $blocks Blocks data.
[8] Fix | Delete
* @var array $license License type.
[9] Fix | Delete
*/
[10] Fix | Delete
[11] Fix | Delete
if ( ! defined( 'ABSPATH' ) ) {
[12] Fix | Delete
exit;
[13] Fix | Delete
}
[14] Fix | Delete
[15] Fix | Delete
?>
[16] Fix | Delete
[17] Fix | Delete
<script type="text/html" id="tmpl-wpforms-splash-modal-content">
[18] Fix | Delete
<div id="wpforms-splash-modal">
[19] Fix | Delete
<?php
[20] Fix | Delete
//phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped
[21] Fix | Delete
echo wpforms_render( 'admin/splash/header', $header, true );
[22] Fix | Delete
?>
[23] Fix | Delete
<main>
[24] Fix | Delete
<?php
[25] Fix | Delete
foreach ( $blocks as $section ) {
[26] Fix | Delete
//phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped
[27] Fix | Delete
echo wpforms_render( 'admin/splash/section', $section, true );
[28] Fix | Delete
}
[29] Fix | Delete
?>
[30] Fix | Delete
</main>
[31] Fix | Delete
<?php
[32] Fix | Delete
if ( $license === 'lite' ) {
[33] Fix | Delete
//phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped
[34] Fix | Delete
echo wpforms_render( 'admin/splash/footer', $footer, true );
[35] Fix | Delete
}
[36] Fix | Delete
?>
[37] Fix | Delete
</div>
[38] Fix | Delete
</script>
[39] Fix | Delete
[40] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function