Support

Account

Home Forums Front-end Issues ACF Fields suddenly stopped showing Reply To: ACF Fields suddenly stopped showing

  • Just for the record I have updated to V5.7.1 of ACF. Bought the developer license to see if that fixed it.

    No joy still only shows fields under PHP V5.3

    It’s something to do with this code for certain

    
    if(get_field('name'))
    $field_name = "name";
    if(empty($field_name['name'])){
    
        echo " ";}
    
    else
    ....