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/wp-conte.../plugins/wpforms-.../lite/template.../educatio.../admin/edit-pos...
File: classic-notice.php
<?php
[0] Fix | Delete
/**
[1] Fix | Delete
* Classic Editor notice for Edit Post Education template for Lite.
[2] Fix | Delete
*
[3] Fix | Delete
* @since 1.8.1
[4] Fix | Delete
*
[5] Fix | Delete
* @var string $message Notice 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-edit-post-education-notice wpforms-hidden">
[14] Fix | Delete
<?php
[15] Fix | Delete
// phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped
[16] Fix | Delete
echo wpforms_render(
[17] Fix | Delete
'education/admin/edit-post/notice',
[18] Fix | Delete
[
[19] Fix | Delete
'message' => $message,
[20] Fix | Delete
],
[21] Fix | Delete
true
[22] Fix | Delete
)
[23] Fix | Delete
?>
[24] Fix | Delete
<button type="button" class="wpforms-edit-post-education-notice-close notice-dismiss">
[25] Fix | Delete
<span class="screen-reader-text"><?php esc_html_e( 'Dismiss this notice.', 'wpforms-lite' ); ?></span>
[26] Fix | Delete
</button>
[27] Fix | Delete
</div>
[28] Fix | Delete
[29] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function