Support

Account

Home Forums Front-end Issues can't print taxonomy field name Reply To: can't print taxonomy field name

  • On line 30 you have

    
    $corso_id2 = get_field_object($corso_key, 'user_'.$current_user->ID);
    

    just before that echo out $current_user->ID

    
    echo $current_user->ID;
    $corso_id2 = get_field_object($corso_key, 'user_'.$current_user->ID);
    

    what is displayed?