| Current Path : /home/dtconseimw/www.old/wp-content/plugins/wp-smushit/app/views/pro-features/ |
| Current File : /home/dtconseimw/www.old/wp-content/plugins/wp-smushit/app/views/pro-features/meta-box-header.php |
<?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>