option-tree
option-tree copied to clipboard
How to allow unfiltered html and js in textarea-simple field?
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