* What's New modal header.
* @var string $title Header title.
* @var string $image Logo URL.
* @var string $description Header content.
if ( ! defined( 'ABSPATH' ) ) {
<img src="<?php echo esc_url( $image ); ?>" alt="">
<div class="wpforms-splash-header-content">
<?php echo esc_html( $title ); ?>
<p><?php echo esc_html( $description ); ?></p>