Support

Account

Home Forums General Issues Select field from user profile Reply To: Select field from user profile

  • You need to add the post ID to the get_field_object() call just like you’ve added it to this line in your other code.

    
    $repeater = get_field('invoices', 'user_' . $current_user->ID);