Dashboard
PHP:
8.0.30
OS:
Linux
User:
hoozgot
/
/
home
/
hoozgot
/
www
/
miolobyjools
/
wp-content
/
plugins
/
wp-seopress
/
inc
/
admin
/
sections
📤 Upload
📝 New File
📁 New Folder
Close
Editing: ImageSEO.php
<?php /** * Image SEO * * @package Sections */ defined( 'ABSPATH' ) || exit( 'Please don’t call the plugin directly. Thanks :)' ); /** * Print section info image seo */ 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 }
Save
Cancel