Forums

Join
bbPress Support ForumsTroubleshootinghow can i verify the login ?

Info

how can i verify the login ?

  1. I'm trying this code but doesn't work

    <?php if ( bb_is_profile() )
                             echo "hi";
    ?>

    i'd

  2. Use bb_is_user_logged_in()

  3. thanks! Works good

  4. You must log in to post.