Support

Account

Home Forums Add-ons Repeater Field get_sub_field outside (have_rows) Reply To: get_sub_field outside (have_rows)

  • @hube2 I think you have a typo in your answer. It should be:

    $value = get_post_meta($post_id, 'repeater_1_sub_field', true);

    .. that is, a comma after the $post_id instead of a period.

    Cheers!