File "meta-box-header.php"
Full path: /home/satitravel/public_html/wp-content/plugins/wp-smushit/app/views/lazyload/meta-box-header.php
File
size: 474 B
MIME-type: text/x-php
Charset: utf-8
Download Open Edit Advanced Editor &nnbsp; Back
<?php
/**
* Lazy Load meta box header.
*
* @since 3.2.0
* @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>