
­­­­­­­­­­­­­­­­­­
<!DOCTYPE html>
<html>
<?php
/**
 * Pro features meta box header.
 *
 * @package WP_Smush
 *
 * @var string $title Title.
 */

if ( ! defined( 'WPINC' ) ) {
	die;
}

?>

<h3 class="sui-box-title">
	<i class="sui-icon-smush" aria-hidden="true"></i>
	<?php echo esc_html( $title ); ?>
	<span class="sui-tag sui-tag-pro">Pro</span>
</h3>
