Skip to:
Content

BuddyPress.org

Ticket #684: bp_the_site_members_user_id.patch

File bp_the_site_members_user_id.patch, 467 bytes (added by burtadsit, 16 years ago)
  • bp-core-templatetags.php

     
    939939        echo $site_members_template->member->user_url;
    940940}
    941941
     942function bp_the_site_member_user_id() {
     943        global $site_members_template;
     944
     945        echo $site_members_template->member->id;
     946}
     947
    942948function bp_the_site_member_name() {
    943949        global $site_members_template;
    944950