Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Check if User is Logged From Anywhere.

You can always load bbpress and then check, by:

require_once( 'path/to/bb-load.php' );

Otherwise you could check if the cookie is set and has a password parameter. You won’t be able to check if it’s a correct password, of course.

Skip to toolbar