Skip to content
Snippets Groups Projects
Commit 9041d816 authored by Piotr Potrebka's avatar Piotr Potrebka
Browse files

fix: wp_kses_post sublabel

parent 568fa8e5
No related branches found
No related tags found
1 merge request!31Devel
Pipeline #153399 failed with stages
in 57 seconds
......@@ -39,5 +39,5 @@ if ( $field->get_type() === 'checkbox' && $field->has_sublabel() ) :
/>
<?php if ( $field->get_type() === 'checkbox' && $field->has_sublabel() ) : ?>
<?php echo $field->get_sublabel(); ?></label>
<?php echo wp_kses_post( $field->get_sublabel() ); ?></label>
<?php endif; ?>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment