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: mobile-notice.php
<?php
[0] Fix | Delete
/**
[1] Fix | Delete
* Form Builder mobile / small screen notice template.
[2] Fix | Delete
*
[3] Fix | Delete
* @since 1.7.8
[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 id='wpforms-builder-mobile-notice' class='wpforms-fullscreen-notice'>
[12] Fix | Delete
[13] Fix | Delete
<img src="<?php echo esc_url( WPFORMS_PLUGIN_URL . 'assets/images/sullie-builder-mobile.png' ); ?>" class='sullie-icon' alt="<?php esc_attr_e( 'Sullie the WPForms mascot', 'wpforms-lite' ); ?>">
[14] Fix | Delete
[15] Fix | Delete
<h3><?php esc_html_e( 'Our form builder is optimized for desktop computers.', 'wpforms-lite' ); ?></h3>
[16] Fix | Delete
<p><?php esc_html_e( 'We recommend that you edit your forms on a bigger screen. If you\'d like to proceed, please understand that some functionality might not behave as expected.', 'wpforms-lite' ); ?></p>
[17] Fix | Delete
[18] Fix | Delete
<div class="wpforms-fullscreen-notice-buttons">
[19] Fix | Delete
<button type="button" class="wpforms-fullscreen-notice-button wpforms-fullscreen-notice-button-primary">
[20] Fix | Delete
<?php esc_html_e( 'Back to All Forms', 'wpforms-lite' ); ?>
[21] Fix | Delete
</button>
[22] Fix | Delete
<button type="button" class="wpforms-fullscreen-notice-button wpforms-fullscreen-notice-button-secondary">
[23] Fix | Delete
<?php esc_html_e( 'Continue', 'wpforms-lite' ); ?>
[24] Fix | Delete
</button>
[25] Fix | Delete
[26] Fix | Delete
<button type="button" class="close"><span class="screen-reader-text"><?php esc_html_e( 'Close', 'wpforms-lite' ); ?></span></button>
[27] Fix | Delete
</div>
[28] Fix | Delete
[29] Fix | Delete
</div>
[30] Fix | Delete
[31] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function