Your IP : 216.73.216.244


Current Path : /home/theafprt/fnf.group/wp-content/plugins/wp-smush-pro/app/views/cdn/
Upload File :
Current File : //home/theafprt/fnf.group/wp-content/plugins/wp-smush-pro/app/views/cdn/meta-box-header.php

<?php
/**
 * CDN meta box header.
 *
 * @package WP_Smush
 *
 * @var string $title    Title.
 * @var string $tooltip  Tooltip text.
 */

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

?>

<h3 class="sui-box-title">
	<?php echo esc_html( $title ); ?>
</h3>

<span class="sui-tag sui-tag-beta sui-tooltip sui-tooltip-constrained" data-tooltip="<?php echo esc_attr( $tooltip ); ?>" style="margin-left: 10px">
	<?php esc_html_e( 'Beta', 'wp-smushit' ); ?>
</span>