Support

Account

Home Forums General Issues Returning raw data from database for subfield Reply To: Returning raw data from database for subfield

  • Just a note, you only need the first false for sub fields because $post_id is not a parameter when dealing with sub fields.

    
    the_sub_field('the_field_name', false);