/home/vianto5/.trash/cititower.mx/wp-content/plugins/ml-slider/admin/views/slides/tabs
NameSizeModeActions
crop.php20290644editdlrm
general.php13880644editdlrm
link.php22650644editdlrm
mobile.php47080644editdlrm
schedule.php8690644editdlrm
seo.php32270644editdlrm
Edit: /home/vianto5/.trash/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(); ?>