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/form-emb...
File: tooltip.php
<?php
[0] Fix | Delete
/**
[1] Fix | Delete
* Form Embed Wizard.
[2] Fix | Delete
* Embed page tooltip HTML template.
[3] Fix | Delete
*
[4] Fix | Delete
* @since 1.6.2
[5] Fix | Delete
*/
[6] Fix | Delete
[7] Fix | Delete
if ( ! \defined( 'ABSPATH' ) ) {
[8] Fix | Delete
exit;
[9] Fix | Delete
}
[10] Fix | Delete
[11] Fix | Delete
?>
[12] Fix | Delete
<div class="wpforms-admin-form-embed-wizard-tooltip">
[13] Fix | Delete
<div id="wpforms-admin-form-embed-wizard-tooltip-content">
[14] Fix | Delete
<?php if ( wpforms_is_gutenberg_active() ) : // Gutenberg content. ?>
[15] Fix | Delete
<h3><?php esc_html_e( 'Add a Block', 'wpforms-lite' ); ?></h3>
[16] Fix | Delete
<p>
[17] Fix | Delete
<?php
[18] Fix | Delete
printf(
[19] Fix | Delete
wp_kses( /* translators: %s - link to the WPForms documentation page. */
[20] Fix | Delete
__( 'Click the plus button, search for WPForms, click the block to<br>embed it. <a href="%s" target="_blank" rel="noopener noreferrer">Learn More</a>', 'wpforms-lite' ),
[21] Fix | Delete
[
[22] Fix | Delete
'a' => [
[23] Fix | Delete
'href' => [],
[24] Fix | Delete
'rel' => [],
[25] Fix | Delete
'target' => [],
[26] Fix | Delete
],
[27] Fix | Delete
'br' => [],
[28] Fix | Delete
]
[29] Fix | Delete
),
[30] Fix | Delete
'https://wpforms.com/docs/creating-first-form/#display-form'
[31] Fix | Delete
);
[32] Fix | Delete
?>
[33] Fix | Delete
</p>
[34] Fix | Delete
<i class="wpforms-admin-form-embed-wizard-tooltips-red-arrow"></i>
[35] Fix | Delete
<?php else : ?>
[36] Fix | Delete
<h3><?php esc_html_e( 'Embed in a Page', 'wpforms-lite' ); ?></h3>
[37] Fix | Delete
<p><?php esc_html_e( 'Click the “Add Form” button, select your form, then add the embed code.', 'wpforms-lite' ); ?></p>
[38] Fix | Delete
<?php endif; ?>
[39] Fix | Delete
<button type="button" class="wpforms-admin-form-embed-wizard-done-btn"><?php esc_html_e( 'Done', 'wpforms-lite' ); ?></button>
[40] Fix | Delete
</div>
[41] Fix | Delete
</div>
[42] Fix | Delete
[43] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function