Info
- 4 posts
- 4 voices
- Started 4 years ago by darkling235
- Latest reply from mzimmers
- This topic is not resolved
get_bloginfo in bbpress
-
- Posted 4 years ago #
does anyone know the bbpress equivalent of wordpress's get_bloginfo function?
Thanks
-
- Posted 4 years ago #
I think you want bb_get_option()
ie. bb_get_option('name')
etc. -
- Posted 4 years ago #
Thanks. i have the same problem!:)
-
- Posted 2 years ago #
Now, for something really cool...is there some magic php code that will let us test for whether we're executing bbpress or wordpress, and make this function call conditional? Like:
if (we're under the wordpress directory)
get_bloginfo(etc)
else if (we're under the bbpress directory)
bb_get_option(etc)
end ifThis would be extremely helpful in developing robust modules that are used by both wp and bbpress.
Thanks!
-
You must log in to post.