golden hour
/var/www/html/wp-content/plugins/wp-smushit/app/views/pro-features
⬆️ Go Up
Upload
File/Folder
Size
Actions
meta-box-header.php
312 B
Del
OK
meta-box.php
6.28 KB
Del
OK
Edit: 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>
Save