Support

Account

Home Forums General Issues get_field not loading values Reply To: get_field not loading values

  • ah, before this line in acf’s ‘api-value.php’ in function ‘acf_get_value’ its 29:

    
    $value = apply_filters( "acf/load_value/type={$field['type']}", $value, $post_id, $field );
    

    after that its 618. So I have to check the theme and the plugins I guess. Or is that a known bug?