Info
- 4 posts
- 2 voices
- Started 4 years ago by jaruff
- Latest reply from HowToGeek
- This topic is resolved
Need Help Finding Location Of Function
-
- Posted 4 years ago #
I'm doing some integration of WordPress and bbPress and I need to know where this certain function is before the login_form function will work correctly on the WordPress site. The function I cannot find is:
bb_is_user_logged_in
If someone could tell me in which file this function is located, well, you would make my day.
- Justin
-
- Posted 4 years ago #
It's in bb-includes/pluggable.php somewhere around line 116 (in the version I'm using)
You should read up on the grep command =)
-
- Posted 4 years ago #
Thanks mate. This is really the first time I've dug into the bbPress code, so I'll definably take a look at the GREP command.
-
- Posted 4 years ago #
I used this command from the bbPress root directory...
grep -ir 'bb_is_user_logged_in' *
Note that I'm using linux... if you are on Windows then you can download cygwin or grep for windows.
-
You must log in to post.