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-.../template.../builder/fullscre...
File: abort-message.php
<?php
[0] Fix | Delete
/**
[1] Fix | Delete
* Form Builder abort message screen template.
[2] Fix | Delete
*
[3] Fix | Delete
* @since 1.7.3
[4] Fix | Delete
*
[5] Fix | Delete
* @var string $message An abort message to display.
[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
[14] Fix | Delete
<div id="wpforms-builder-abort-message" class="wpforms-fullscreen-notice wpforms-fullscreen-notice-light">
[15] Fix | Delete
[16] Fix | Delete
<h3 class="waving-hand-emoji"><?php esc_html_e( 'Hi there!', 'wpforms-lite' ); ?></h3>
[17] Fix | Delete
<p><?php echo esc_html( $message ); ?></p>
[18] Fix | Delete
[19] Fix | Delete
<img src="<?php echo esc_url( WPFORMS_PLUGIN_URL . 'assets/images/empty-states/no-forms.svg' ); ?>" alt="">
[20] Fix | Delete
[21] Fix | Delete
<?php if ( wpforms_current_user_can( 'view_forms' ) ) : ?>
[22] Fix | Delete
<div class="wpforms-fullscreen-notice-buttons">
[23] Fix | Delete
<a href="<?php echo esc_url( admin_url( 'admin.php?page=wpforms-overview' ) ); ?>"
[24] Fix | Delete
class="wpforms-fullscreen-notice-button wpforms-fullscreen-notice-button-primary">
[25] Fix | Delete
<?php esc_html_e( 'Back to All Forms', 'wpforms-lite' ); ?>
[26] Fix | Delete
</a>
[27] Fix | Delete
</div>
[28] Fix | Delete
<?php endif; ?>
[29] Fix | Delete
[30] Fix | Delete
</div>
[31] Fix | Delete
[32] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function