Get author email address directly
-
Hello guys,
I’m having difficulty retrieving author email address without calling “get_the_author_meta()”.
Indeed, in my situation, I must restrict the wp_users table so only the ID and user_email columns can be accessed. So if I call “get_the_author_meta()” it fails because it needs full access to the table.
Is there a way to achieve that differently?
Thanks
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Get author email address directly’ is closed to new replies.