File: /datos/www/expodubai/wp-content/plugins/wp-smushit/app/views/tutorials/meta-box-header.php
<?php
/**
* Lazy Load meta box header.
*
* @since 3.7.1
* @package WP_Smush
*
* @var string $title Title.
*/
if ( ! defined( 'WPINC' ) ) {
die;
}
?>
<h3 class="sui-box-title">
<?php esc_html_e( 'Tutorials', 'wp-smushit' ); ?>
</h3>
<div class="sui-actions-right">
<p class="sui-description"><a href="https://wpmudev.com/blog/tutorials/tutorial-category/smush-pro/" target="_blank">
<span class="sui-icon-open-new-window sui-sm sui-blue" aria-hidden="true"></span>
<?php esc_html_e( 'View All', 'wp-smushit' ); ?>
</a></p>
</div>