Support

Account

Home Forums ACF PRO Get total number from multiple post object fields Reply To: Get total number from multiple post object fields

  • You can’t add arrays together, you need to add the count values of each array

    
    $total = count($instructors)+count($leaders)+count($designers)+count($speakers);