2024-06-18 UTC
# [asuh] For the h-card, I’m currently using `get_the_author_meta()` to return the author ID and name. I hadn’t yet considered what to do if there are more than one administrator or even profile in a WordPress instance. I know I could hardcode this data, but I’m curious what would be a good way to assign a primary user profile for this h-card. Should it be a new form field inside of all profiles that someone enables? I’m curious what othe