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/splash
File: footer.php
<?php
[0] Fix | Delete
/**
[1] Fix | Delete
* What's New modal footer.
[2] Fix | Delete
*
[3] Fix | Delete
* @since 1.8.7
[4] Fix | Delete
*
[5] Fix | Delete
* @var string $title Footer title.
[6] Fix | Delete
* @var string $description Footer content.
[7] Fix | Delete
* @var array $upgrade Upgrade link.
[8] Fix | Delete
*/
[9] Fix | Delete
[10] Fix | Delete
if ( ! defined( 'ABSPATH' ) ) {
[11] Fix | Delete
exit;
[12] Fix | Delete
}
[13] Fix | Delete
[14] Fix | Delete
?>
[15] Fix | Delete
[16] Fix | Delete
<footer>
[17] Fix | Delete
<div class="wpforms-splash-footer-content">
[18] Fix | Delete
<h2><?php echo esc_html( $title ); ?></h2>
[19] Fix | Delete
<p><?php echo esc_html( $description ); ?></p>
[20] Fix | Delete
</div>
[21] Fix | Delete
<a href="<?php echo esc_url( $upgrade['url'] ); ?>" class="wpforms-btn wpforms-btn-green"><?php echo esc_html( $upgrade['text'] ); ?></a>
[22] Fix | Delete
</footer>
[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