I found this tutorial. Is it possible to change the field type of a custom field on the frontend from Wysiwyg to Textarea? And if the is possible can you let me see the code how to add this to my code?
Thank you. It works on a custom field, fine. But I want also change the post_content field that is loaded. The code doesn't work for that field. I have tried to make an extra filter like rwmb_normalize_{$field_id}_field but it doesn't work.