Support

Account

Home Forums General Issues Get rid of paragraph tags Reply To: Get rid of paragraph tags

  • Hi @karnabal,

    It is possible to return the raw data from the database by passing a false parameter to the get_field() function like so:

    <?php echo get_field('field_name',false, false); ?>

    I hope this helps.