This commit is contained in:
Roman Pyrih
2026-04-15 15:50:03 +02:00
parent 0d1de6c85c
commit 98ccfe6d65
14 changed files with 1251 additions and 5 deletions

View File

@@ -872,9 +872,11 @@ class Widget_Icon_Box extends Widget_Base {
<?php endif; ?>
<?php if ( ! Utils::is_empty( $settings['description_text'] ) ) : ?>
<p <?php $this->print_render_attribute_string( 'description_text' ); ?>>
<?php echo wp_kses_post( $settings['description_text'] ); ?>
</p>
<p <?php $this->print_render_attribute_string( 'description_text' ); ?>>
<<?php Utils::print_validated_html_tag( $html_tag ); ?> <?php $this->print_render_attribute_string( 'link' ); ?> <?php $this->print_render_attribute_string( 'title_text' ); ?>>
<?php echo wp_kses_post( $settings['description_text'] ); ?>
</<?php Utils::print_validated_html_tag( $html_tag ); ?>>
</p>
<?php endif; ?>
</div>