Support

Account

Home Forums General Issues get_field in functions.php Reply To: get_field in functions.php

  • 
    $post_meta_user  = get_post_meta($ID, 'client', true);
    $client = get_field('client', $ID);
    

    What type of field is client?
    What is the return format of that field?