HEX
Server: Apache
System: Linux webm020.cluster128.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: thanexcelr (29537)
PHP: 7.3.33
Disabled: _dyuweyrj4,_dyuweyrj4r,dl
Upload Files
File: /home/thanexcelr/www/wp-content/plugins/ml-slider/admin/views/slides/tabs/seo.php
<?php if (!defined('ABSPATH')) die('No direct access.'); ?>
<div class="row can-inherit title<?php echo $inherit_image_title_class; ?>">
	<label><?php _e("Image Title Text", "ml-slider"); ?></label>
	<div class="input-label right">
		<label class="small" title="<?php _e("Enable this to inherit the image title", "ml-slider"); ?>">
			<?php _e("Use the image title", "ml-slider"); ?> <input autocomplete="off" type="checkbox" class="js-inherit-from-image" name="attachment[<?php echo $slide_id; ?>][inherit_image_title]" <?php echo $inherit_image_title_check; ?>>
		</label>
	</div>
	<div class="default"><?php echo $image_title ? $image_title : "<span class='no-content'>&nbsp;</span>"; ?></div>
	<input tabindex="0" type="text" size="50" name="attachment[<?php echo $slide_id; ?>][title]" value="<?php echo $title; ?>">
</div>
<div class="row can-inherit alt<?php echo $inherit_image_alt_class; ?>">
	<label><?php _e("Image Alt Text", "ml-slider"); ?></label>
	<div class="input-label right">
		<label class="small" title="<?php _e('Enable this to inherit the image alt text', 'ml-slider'); ?>">
			<?php _e("Use the image alt text", "ml-slider"); ?> <input autocomplete="off" type="checkbox" class="js-inherit-from-image" name="attachment[<?php echo $slide_id; ?>][inherit_image_alt]" <?php echo $inherit_image_alt_check; ?>>
		</label>
	</div>
	<div class="default"><?php echo $image_alt ? $image_alt : "<span class='no-content'>&nbsp;</span>"; ?></div>
	<input tabindex="0" type="text" size="50" name="attachment[<?php echo $slide_id; ?>][alt]" value="<?php echo $alt; ?>">
</div>