I have a 2nd problem with this field. I have a shortcode in it and it is executed, although it didn’t work like that with older versions. (And since i asked for a raw output, it shouldn’t execute the shortcode)
I tried both:
types_render_field('abc',array("output"=>"raw","suppress_filters"=>false));
types_render_field('abc',array("output"=>"raw","suppress_filters"=>true));
But the result is the same. And since it auto add some slashes the shortcode doesn’t work correctly. Is there any fix for this?
Thanks!