D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
ltfsolutionsco
/
www
/
wp-content
/
plugins
/
ml-slider
/
admin
/
views
/
slides
/
tabs
/
Filename :
seo.php
back
Copy
<?php if (!defined('ABSPATH')) { die('No direct access.'); } ?> <div class="row mb-2 can-inherit title<?php echo esc_attr($inherit_image_title_class); ?>"> <div class="mb-1 image-title-label"> <label><?php esc_html_e("Image Title Text", "ml-slider"); ?></label> <div class="input-label right"> <label class="small" title="<?php esc_attr_e("Enable this to inherit the image title", "ml-slider"); ?>"> <?php esc_html_e( 'Use the image title', 'ml-slider' ); ?> <?php echo $this->switch_button( // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped 'attachment[' . esc_attr( $slide_id ) . '][inherit_image_title]', $inherit_image_title_check, // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped array( 'autocomplete' => 'off', 'class' => 'js-inherit-from-image' ), 'mr-0 ml-1' ); ?> </label> </div> </div> <div class="default"><?php echo $image_title ? esc_html($image_title) : "<span class='no-content'> </span>"; ?></div> <input tabindex="0" type="text" size="50" name="attachment[<?php echo esc_attr($slide_id); ?>][title]" value="<?php echo esc_attr($title); ?>"> </div> <div class="row can-inherit alt<?php echo esc_attr($inherit_image_alt_class); ?>"> <div class="mb-1 image-alt-label"> <label><?php esc_html_e("Image Alt Text", "ml-slider"); ?></label> <div class="input-label right"> <label class="small" title="<?php esc_attr_e('Enable this to inherit the image alt text', 'ml-slider'); ?>"> <?php esc_html_e( 'Use the image alt text', 'ml-slider' ); ?> <?php echo $this->switch_button( // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped 'attachment[' . esc_attr( $slide_id ) . '][inherit_image_alt]', $inherit_image_alt_check, // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped array( 'autocomplete' => 'off', 'class' => 'js-inherit-from-image' ), 'mr-0 ml-1' ); ?> </label> </div> </div> <div class="default"><?php echo $image_alt ? esc_html($image_alt) : "<span class='no-content'> </span>"; ?></div> <input tabindex="0" type="text" size="50" name="attachment[<?php echo esc_attr($slide_id); ?>][alt]" value="<?php echo esc_attr($alt); ?>"> </div>
Name
Size
Last Modified
Owner
Permissions
Actions
crop.php
1.666
KB
February 03 2024 3:18:15
ltfsolutionsco
0644
general.php
2.471
KB
February 03 2024 3:18:15
ltfsolutionsco
0644
mobile.php
2.11
KB
February 03 2024 3:18:15
ltfsolutionsco
0644
schedule.php
0.654
KB
February 03 2024 3:18:15
ltfsolutionsco
0644
seo.php
2.682
KB
February 03 2024 3:18:15
ltfsolutionsco
0644
2017 © D7net | D704T team