| Server IP : 87.98.154.146 / Your IP : 216.73.216.165 Web Server : Apache System : Linux webm004.cluster126.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64 User : ohklomafyi ( 52085) PHP Version : 7.4.33 Disable Function : _dyuweyrj4,_dyuweyrj4r,dl MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/ohklomafyi/www/wp-content/plugins/wp-seopress/inc/admin/settings/ |
Upload File : |
<?php
defined('ABSPATH') or exit('Please don’t call the plugin directly. Thanks :)');
//Image SECTION============================================================================
add_settings_section(
'seopress_setting_section_advanced_image', // ID
'',
//__("Image SEO","wp-seopress"), // Title
'seopress_print_section_info_advanced_image', // Callback
'seopress-settings-admin-advanced-image' // Page
);
add_settings_field(
'seopress_advanced_advanced_attachments', // ID
__('Redirect attachment pages to post parent', 'wp-seopress'), // Title
'seopress_advanced_advanced_attachments_callback', // Callback
'seopress-settings-admin-advanced-image', // Page
'seopress_setting_section_advanced_image' // Section
);
add_settings_field(
'seopress_advanced_advanced_attachments_file', // ID
__('Redirect attachment pages to their file URL', 'wp-seopress'), // Title
'seopress_advanced_advanced_attachments_file_callback', // Callback
'seopress-settings-admin-advanced-image', // Page
'seopress_setting_section_advanced_image' // Section
);
add_settings_field(
'seopress_advanced_advanced_clean_filename', // ID
__('Cleaning media filename', 'wp-seopress'), // Title
'seopress_advanced_advanced_clean_filename_callback', // Callback
'seopress-settings-admin-advanced-image', // Page
'seopress_setting_section_advanced_image' // Section
);
add_settings_field(
'seopress_advanced_advanced_image_auto_title_editor', // ID
__('Automatically set the image Title', 'wp-seopress'), // Title
'seopress_advanced_advanced_image_auto_title_editor_callback', // Callback
'seopress-settings-admin-advanced-image', // Page
'seopress_setting_section_advanced_image' // Section
);
add_settings_field(
'seopress_advanced_advanced_image_auto_alt_editor', // ID
__('Automatically set the image Alt text', 'wp-seopress'), // Title
'seopress_advanced_advanced_image_auto_alt_editor_callback', // Callback
'seopress-settings-admin-advanced-image', // Page
'seopress_setting_section_advanced_image' // Section
);
add_settings_field(
'seopress_advanced_advanced_image_auto_alt_target_kw', // ID
__('Automatically set the image Alt text from target keywords', 'wp-seopress'), // Title
'seopress_advanced_advanced_image_auto_alt_target_kw_callback', // Callback
'seopress-settings-admin-advanced-image', // Page
'seopress_setting_section_advanced_image' // Section
);
add_settings_field(
'seopress_advanced_advanced_image_auto_caption_editor', // ID
__('Automatically set the image Caption', 'wp-seopress'), // Title
'seopress_advanced_advanced_image_auto_caption_editor_callback', // Callback
'seopress-settings-admin-advanced-image', // Page
'seopress_setting_section_advanced_image' // Section
);
add_settings_field(
'seopress_advanced_advanced_image_auto_desc_editor', // ID
__('Automatically set the image Description', 'wp-seopress'), // Title
'seopress_advanced_advanced_image_auto_desc_editor_callback', // Callback
'seopress-settings-admin-advanced-image', // Page
'seopress_setting_section_advanced_image' // Section
);