PATH:
home
/
letacommog
/
renovation-antibes
/
wp-content
/
plugins
/
wp-smushit
/
app
/
views
/
pro-features
<?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>
[+]
..
[-] meta-box-header.php
[edit]
[-] meta-box.php
[edit]