File: /home/flbestac/public_html/wp-content/plugins/wp-seopress/inc/admin/sections/ImageSEO.php
<?php
defined('ABSPATH') or exit('Please don’t call the plugin directly. Thanks :)');
function seopress_print_section_info_advanced_image()
{
?>
<div class="sp-section-header">
<h2>
<?php esc_attr_e('Image SEO', 'wp-seopress'); ?>
</h2>
</div>
<p><?php esc_attr_e('Images can generate a lot of traffic to your site. Make sure to always add alternative texts, optimize their file size, filename etc.', 'wp-seopress'); ?>
</p>
<?php
}