Plugin Directory

Changeset 3358395


Ignore:
Timestamp:
09/09/2025 08:07:01 AM (7 months ago)
Author:
themesflat
Message:

update

Location:
themesflat-addons-for-elementor
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • themesflat-addons-for-elementor/tags/2.3.0/widgets/widget-iconbox.php

    r3355148 r3358395  
    13871387                    <div class="content">
    13881388                        <<?php echo \Elementor\Utils::validate_html_tag($settings['title_tag']);?> class="title"><?php echo esc_attr($settings['title_text']); ?></<?php echo \Elementor\Utils::validate_html_tag($settings['title_tag']);?>>
    1389                         <?php echo sprintf('<div class="description">%s</div>', esc_html($settings['description_text'])); ?>
     1389                        <?php echo sprintf('<div class="description">%s</div>', wp_kses_post($settings['description_text'])); ?>
    13901390                       
    13911391                        <?php if ( $settings['show_button'] == 'yes' ):
     
    14621462                    <div class="content">
    14631463                        <<?php echo \Elementor\Utils::validate_html_tag($settings['title_tag']);?> class="title"><?php echo esc_attr($settings['title_text']); ?></<?php echo \Elementor\Utils::validate_html_tag($settings['title_tag']);?>>
    1464                         <?php echo sprintf('<div class="description">%s</div>', esc_html($settings['description_text'])); ?>
     1464                        <?php echo sprintf('<div class="description">%s</div>', wp_kses_post($settings['description_text'])); ?>
    14651465                       
    14661466                        <?php if ( $settings['show_button'] == 'yes' ):
     
    15371537                <div class="content">
    15381538                    <<?php echo \Elementor\Utils::validate_html_tag($settings['title_tag']);?> class="title"><?php echo esc_attr($settings['title_text']); ?></<?php echo \Elementor\Utils::validate_html_tag($settings['title_tag']);?>>
    1539                     <?php echo sprintf('<div class="description">%s</div>', esc_html($settings['description_text'])); ?>
     1539                    <?php echo sprintf('<div class="description">%s</div>', wp_kses_post($settings['description_text'])); ?>
    15401540                   
    15411541                    <?php if ( $settings['show_button'] == 'yes' ):
  • themesflat-addons-for-elementor/trunk/widgets/widget-iconbox.php

    r3340804 r3358395  
    13871387                    <div class="content">
    13881388                        <<?php echo \Elementor\Utils::validate_html_tag($settings['title_tag']);?> class="title"><?php echo esc_attr($settings['title_text']); ?></<?php echo \Elementor\Utils::validate_html_tag($settings['title_tag']);?>>
    1389                         <?php echo sprintf('<div class="description">%s</div>', esc_html($settings['description_text'])); ?>
     1389                        <?php echo sprintf('<div class="description">%s</div>', wp_kses_post($settings['description_text'])); ?>
    13901390                       
    13911391                        <?php if ( $settings['show_button'] == 'yes' ):
     
    14621462                    <div class="content">
    14631463                        <<?php echo \Elementor\Utils::validate_html_tag($settings['title_tag']);?> class="title"><?php echo esc_attr($settings['title_text']); ?></<?php echo \Elementor\Utils::validate_html_tag($settings['title_tag']);?>>
    1464                         <?php echo sprintf('<div class="description">%s</div>', esc_html($settings['description_text'])); ?>
     1464                        <?php echo sprintf('<div class="description">%s</div>', wp_kses_post($settings['description_text'])); ?>
    14651465                       
    14661466                        <?php if ( $settings['show_button'] == 'yes' ):
     
    15371537                <div class="content">
    15381538                    <<?php echo \Elementor\Utils::validate_html_tag($settings['title_tag']);?> class="title"><?php echo esc_attr($settings['title_text']); ?></<?php echo \Elementor\Utils::validate_html_tag($settings['title_tag']);?>>
    1539                     <?php echo sprintf('<div class="description">%s</div>', esc_html($settings['description_text'])); ?>
     1539                    <?php echo sprintf('<div class="description">%s</div>', wp_kses_post($settings['description_text'])); ?>
    15401540                   
    15411541                    <?php if ( $settings['show_button'] == 'yes' ):
Note: See TracChangeset for help on using the changeset viewer.