Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question: Where are guest author display names stored? #1020

Open
rchalhoub opened this issue Jan 19, 2024 · 0 comments
Open

Question: Where are guest author display names stored? #1020

rchalhoub opened this issue Jan 19, 2024 · 0 comments

Comments

@rchalhoub
Copy link

Hello, Our multisite is using Co-Authors Plus 3.4.92. I'm generating author reports by using SQL to query our databases. So far I've been unable to find a standalone field for the guest author display names. This is what I've found so far:

The wp_terms table has these columns:
Name: john-smith
Slug: cap-john-smith

The wp_term_taxonomy table has the display name combined with the first/last name, ID, etc all in one cell in the description column:
John Smith John Smith john-smith 1234

Is there anywhere I can find the display name separated from the other info, so I can set up a query that will just give me "John Smith" ?

Thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant