: str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in
* Admin/NoticeBar Education template for Lite.
* @var string $upgrade_link Upgrade to Pro page URL.
if ( ! defined( 'ABSPATH' ) ) {
<div id="wpforms-notice-bar" class="wpforms-dismiss-container">
<span class="wpforms-notice-bar-message">
/* translators: %s - WPForms.com Upgrade page URL. */
__( '<strong>You\'re using WPForms Lite.</strong> To unlock more features consider <a href="%s" target="_blank" rel="noopener noreferrer">upgrading to Pro</a> for 50%% off.', 'wpforms-lite' ),
<button type="button" class="wpforms-dismiss-button" title="<?php esc_attr_e( 'Dismiss this message.', 'wpforms-lite' ); ?>" data-section="admin-notice-bar"></button>