Support

Account

Home Forums Front-end Issues wpautop on wysiwyg fields Reply To: wpautop on wysiwyg fields

  • Hi @ildaniel8

    You can load the value without any formating like so:

    
    the_field($field_name, false, false);
    

    You can read-up on the docs if you wish, but the 2 false params will prevent formatting.

    Thanks
    E