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.../admin/challeng...
File: builder.php
<?php
[0] Fix | Delete
/**
[1] Fix | Delete
* Challenge HTML template specific to Form Builder.
[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="wpforms-challenge-tooltips">
[12] Fix | Delete
<div id="tooltip-content1">
[13] Fix | Delete
<h3><?php esc_html_e( 'Name Your Form', 'wpforms-lite' ); ?></h3>
[14] Fix | Delete
<p><?php esc_html_e( 'Give your form a name so you can easily identify it.', 'wpforms-lite' ); ?></p>
[15] Fix | Delete
<button type="button" class="wpforms-challenge-step1-done wpforms-challenge-done-btn"><?php esc_html_e( 'Done', 'wpforms-lite' ); ?></button>
[16] Fix | Delete
</div>
[17] Fix | Delete
[18] Fix | Delete
<div id="tooltip-content2">
[19] Fix | Delete
<h3><?php esc_html_e( 'Select a Template', 'wpforms-lite' ); ?></h3>
[20] Fix | Delete
<p><?php esc_html_e( 'Build your form from scratch or use one of our pre-made templates.', 'wpforms-lite' ); ?></p>
[21] Fix | Delete
</div>
[22] Fix | Delete
[23] Fix | Delete
<div id="tooltip-content3">
[24] Fix | Delete
<p><?php esc_html_e( 'You can add additional fields to your form, if you need them.', 'wpforms-lite' ); ?></p>
[25] Fix | Delete
<button type="button" class="wpforms-challenge-step3-done wpforms-challenge-done-btn"><?php esc_html_e( 'Done', 'wpforms-lite' ); ?></button>
[26] Fix | Delete
</div>
[27] Fix | Delete
[28] Fix | Delete
<div id="tooltip-content4">
[29] Fix | Delete
<h3><?php esc_html_e( 'Check Notification Settings', 'wpforms-lite' ); ?></h3>
[30] Fix | Delete
<p><?php esc_html_e( 'The default notification settings might be sufficient, but double&#8209;check to be sure.', 'wpforms-lite' ); ?></p>
[31] Fix | Delete
<button type="button" class="wpforms-challenge-step4-done wpforms-challenge-done-btn"><?php esc_html_e( 'Done', 'wpforms-lite' ); ?></button>
[32] Fix | Delete
</div>
[33] Fix | Delete
</div>
[34] Fix | Delete
[35] Fix | Delete
<div class="wpforms-challenge-popup-container">
[36] Fix | Delete
<div id="wpforms-challenge-welcome-builder-popup" class="wpforms-challenge-popup wpforms-challenge-popup-plain">
[37] Fix | Delete
<div class="wpforms-challenge-popup-content">
[38] Fix | Delete
<h3><?php esc_html_e( 'Welcome to the Form Builder', 'wpforms-lite' ); ?></h3>
[39] Fix | Delete
<p><?php esc_html_e( 'Our form builder is a full-screen, distraction-free experience where you manage your forms. The following steps will walk you through essential areas.', 'wpforms-lite' ); ?></p>
[40] Fix | Delete
<button type="button" class="wpforms-challenge-popup-btn"><?php esc_html_e( 'Let’s Go!', 'wpforms-lite' ); ?></button>
[41] Fix | Delete
</div>
[42] Fix | Delete
</div>
[43] Fix | Delete
</div>
[44] Fix | Delete
[45] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function