/home/vianto5/cititower.mx/wp-content/plugins/ml-slider/admin/views/slides/tabs
Edit: /home/vianto5/cititower.mx/wp-content/plugins/ml-slider/admin/views/slides/tabs/general.php (1388B)
cleanup_content_kses( $this->slide->post_excerpt );
}
$image_caption = (wp_filter_post_kses($attachment->post_excerpt));
$image_description = (wp_filter_post_kses($attachment->post_content));
// Deprecate inherit_image_caption by deleting it and setting the source as the image
if (filter_var(get_post_meta($this->slide->ID, 'ml-slider_inherit_image_caption', true), FILTER_VALIDATE_BOOLEAN)) {
update_post_meta($this->slide->ID, 'ml-slider_caption_source', 'image-caption');
delete_post_meta($this->slide->ID, 'ml-slider_inherit_image_caption');
}
$caption_source = get_post_meta($this->slide->ID, 'ml-slider_caption_source', true);
// phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped
echo $this->get_admin_slide_thumb();
?>