: str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in
* What's New modal footer.
* @var string $title Footer title.
* @var string $description Footer content.
* @var array $upgrade Upgrade link.
if ( ! defined( 'ABSPATH' ) ) {
<div class="wpforms-splash-footer-content">
<h2><?php echo esc_html( $title ); ?></h2>
<p><?php echo esc_html( $description ); ?></p>
<a href="<?php echo esc_url( $upgrade['url'] ); ?>" class="wpforms-btn wpforms-btn-green"><?php echo esc_html( $upgrade['text'] ); ?></a>