Output comma with get_field in Advanced Custom Fields [closed]
implode() is intended to take an array and convert it to a string. Unless the value of $degree is an array, you’re going to get an error. If $degree is already a string value, there’s no need to implode() it. I’m guessing here because you didn’t include any information in your question about where the … Read more