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/challeng...
File: welcome.php
<?php
[0] Fix | Delete
/**
[1] Fix | Delete
* Challenge CTA on WPForms welcome activation screen HTML template.
[2] Fix | Delete
*
[3] Fix | Delete
* @since 1.6.2
[4] Fix | Delete
*/
[5] Fix | Delete
[6] Fix | Delete
if ( ! \defined( 'ABSPATH' ) ) {
[7] Fix | Delete
exit;
[8] Fix | Delete
}
[9] Fix | Delete
[10] Fix | Delete
?>
[11] Fix | Delete
<div class="challenge">
[12] Fix | Delete
<div class="block">
[13] Fix | Delete
<h1><?php esc_html_e( 'Take the WPForms Challenge', 'wpforms-lite' ); ?></h1>
[14] Fix | Delete
<h6><?php esc_html_e( 'Create your first form with our guided setup wizard in less than 5 minutes to experience the WPForms difference.', 'wpforms-lite' ); ?></h6>
[15] Fix | Delete
<div class="button-wrap">
[16] Fix | Delete
<a href="<?php echo esc_url( admin_url( 'admin.php?page=wpforms-builder' ) ); ?>" class="wpforms-btn wpforms-btn-lg wpforms-btn-orange">
[17] Fix | Delete
<?php esc_html_e( 'Start the WPForms Challenge', 'wpforms-lite' ); ?>
[18] Fix | Delete
</a>
[19] Fix | Delete
</div>
[20] Fix | Delete
</div>
[21] Fix | Delete
</div>
[22] Fix | Delete
[23] Fix | Delete
[24] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function