Skip to:
Content
Pages
Categories
Search
Top
Bottom

Need Help Finding Location Of Function

  • 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

Viewing 3 replies - 1 through 3 (of 3 total)
  • 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 =)

    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.

    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.

Viewing 3 replies - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.
Skip to toolbar