option-tree icon indicating copy to clipboard operation
option-tree copied to clipboard

How to allow unfiltered html and js in textarea-simple field?

Open sikandarasr opened this issue 2 years ago • 0 comments

Hello,

OT version 2.7.3 is stripping out <form> and <input> tags from HTML code in a textarea-simple field.

How can I allow these tags?

I tried using following but that did not work.

add_filter( 'ot_allow_unfiltered_html', '__return_true' );

Thanks in advance.

Bakar

sikandarasr avatar Jul 13 '22 18:07 sikandarasr