Home › Forums › WoodMart support forum › 4.0 Custom CSS and JS issue › Reply To: 4.0 Custom CSS and JS issue
August 6, 2019 at 8:36 pm
#136354
Artem Temos
Keymaster
Hello,
Try to edit the file inc/options/class-sanitize.php
and replace this part
case 'editor':
$val = wp_kses_post( $val );
break;
with this one
case 'editor':
break;
Kind Regards