Problem with WYSIWYG field
-
I have a custom WYSIWYG field with the name ‘abc’ and I was using the following code to get it’s value:
types_render_field(‘abc’,array(“output”=>”raw”));
After updating to version 1.6.1 it doesn’t work as expected. When I execute the same command, it seems that the data it returns has all special characters escaped(e.g. quotes) instead of returning a raw display of data stored in DB. Is there any fix for it?
Thanks!
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Problem with WYSIWYG field’ is closed to new replies.