/home/vianto5/cititower.mx/wp-content/plugins/ml-slider/admin/views/slides/tabs
NameSizeModeActions
advanced.php36910644editdlrm
crop.php26100644editdlrm
general.php13880644editdlrm
link.php23480644editdlrm
mobile.php47080644editdlrm
schedule.php27450644editdlrm
seo.php32270644editdlrm
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(); ?>