Skip to:
Content
Pages
Categories
Search
Top
Bottom

Where to get list of BuddyPress Stored Values [Closed]

  • @frank13

    Member

    Is there a single reference page of index of all the BuddyPress functions that can be used to retrieve data values?
    I am familiar with `bp_get_member_profile_data( ‘field=Phone Number’ )` and others, but now I want to get the user id of the currently logged in user. I also want to get the user’s role.

    Is there any sort of index list of all the functions?

Viewing 6 replies - 1 through 6 (of 6 total)
  • @rogercoathup

    Participant

    No, there isn’t anything on this site.

    Your best reference source is the site phpftwr, which will list all the BuddyPress functions for you, and let you drill down to find out what they do.

    @cj-kruger

    Participant

    have a look at https://codex.buddypress.org/developer-docs/the-bp-global/

    Apart from that I’d have a look at the member’s theme pages and try work out whats called where.. Also google is your friend, took me to secs to find
    `bp_loggedin_user_id()`

    @frank13

    Member

    Yes @CJKruger — Google is a great friend. Except when you want to get the function to return a Buddypress user’s role. Been looking for that one for a couple hours now.

    Thanks for the link.

    @frank13

    Member

    Thanks @RogerCoathup. Can you share the URL for phpftwr ?

    http://phpftwr.com returns page/site not found

    @rogercoathup

    Participant

    phpxref.ftwr.co.uk/buddypress

    @frank13

    Member

    Thanks

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Where to get list of BuddyPress Stored Values [Closed]’ is closed to new replies.
Skip to toolbar