Support

Account

Home Forums Backend Issues (wp-admin) get_field() – strange behaviour Reply To: get_field() – strange behaviour

  • If you are trying to get the images from the translated post, shouldn’t your get_field() call look something like this

    
    $values = get_field($field_name, $translated_post_id, false);