wal_discount'] ) { $message = sprintf( /* translators: %s: Renewal discount. */ esc_html__( 'Your Elementor Pro license is about to expire. Renew now and get an exclusive, time-limited %s discount.', 'elementor-pro' ), $license_data['renewal_discount'] . '%' ); } else { $message = esc_html__( 'Your Elementor Pro license is about to expire. Renew now and get updates, support, Pro widgets & templates for another year.', 'elementor-pro' ); } return [ 'option_key' => self::ELEMENTOR_PRO_EDITOR_RENEW_ABOUT_TO_EXPIRE_LICENSE_NOTICE_DISMISSED, 'message' => $message, 'action_title' => esc_html__( 'Renew now', 'elementor-pro' ), 'action_url' => 'https://go.elementor.com/editor-notice-bar-renew/', 'muted_period' => 1, ]; } }