Return User Meta text as links to post edit inside the user columns
Your get_the_author_meta() calls must be returning a string(following your comments), so what you’ll need to do is split that string up into an array, loop over it and build an array of links, then join it back together at the end using a seperator. /* Meh, no license, do as you want with it.. Example … Read more