Info
- 3 posts
- 2 voices
- Started 3 years ago by revilo78
- Latest reply from revilo78
- This topic is resolved
How to get WP usermeta data in bbpress?
-
- Posted 3 years ago #
I currently have user data stored in the wordpress tables of my merged bbpress/wp site. Does anyone know how I can get that data in bbpress? Is there a function or a plugin? If not, would there be any problems if I did a MySQL query?
-
- Posted 3 years ago #
This was a discussion of getting bbPress data in WordPress:
http://bbpress.org/forums/topic/heres-how-to-show-bbpress-info-inside-wordpress-without-full-integrationHere is a way to get the latest WordPress posts and use them in bbPress; I imagine you could just do something similar to get with wp_usermeta:
http://bbpress.org/forums/topic/latest-wordpress-stories -
- Posted 3 years ago #
Thanks for the links. I was hoping there was a built-in BBpress function and it turns out there is one. I found bb_get_usermeta(), and everything worked great.
-
You must log in to post.