Support

Account

Home Forums Bug Reports disable auto p tags in wysiwyg editor Reply To: disable auto p tags in wysiwyg editor

  • Hi @priya-rangasamy

    You can make use of the remove_filter() as posted by @rpk and you can also be achieve the same result by loading the value of the WYSIWYG field without any formatting as follows:

    the_field('wysiwyg_field', false, false);