Skip to:
Content
Pages
Categories
Search
Top
Bottom

Check if on User Profile page

  • @rewindcaz

    Participant

    In any theme file (preferably header.php), how can I check if the current page is a bbp-user-page, the pages that show info regarding the bbp-user. Using bbp_is_user_home() I can see if the current user is on his user-page, but I need to check if the user-page is current regardless of who is viewing it. Anyone know how? Thanks

Viewing 4 replies - 1 through 4 (of 4 total)
  • @martin_c

    Participant

    I think you can use bbp_is_single_user

    @cbogdan

    Participant

    I found a better way:

    if (bbp_is_single_user_profile()) {
    // do your stuff
    }

    @seoexpertprem

    Participant

    Yes it is working – if (bbp_is_single_user_profile()) {
    // do your stuff
    }

    @robin-w

    Moderator

    great

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