Skip to content
  • This project
    • Loading...
  • Sign in

Jeff Balicki / FP_Canada

Go to a project
Toggle navigation
Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • FP_Canada
  • ..
  • pro-features
  • meta-box-header.php
  • Jeff Balicki's avatar
    smush · ccb73512
    ccb73512
    Jeff Balicki committed 2022-03-02 17:43:52 -0500
meta-box-header.php 363 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
<?php
/**
 * Pro features meta box header.
 *
 * @package WP_Smush
 *
 * @var string $title Title.
 */

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

?>

<h3 class="sui-box-title">
	<span class="sui-icon-smush" aria-hidden="true"></span>
	<?php echo esc_html( $title ); ?>
	<span class="sui-tag sui-tag-pro">
		<?php esc_html_e( 'Pro', 'wp-smushit' ); ?>
	</span>
</h3>