@since: BuddyPress 2.7.0 Added $args as a parameter. |
Description |
---|---|
bp_group_member_joined_since() |
Output the joined date for the current member in the group member loop. |
bp_get_group_member_joined_since() |
Return the joined date for the current member in the group member loop. |
bp_group_date_created() |
Output the created date of the current group in the loop. |
bp_get_group_date_created() |
Return the created date of the current group in the loop. |
bp_get_group_last_active() |
Return the ‘last active’ string for the current group in the loop. |
bp_group_last_active() |
Output the ‘last active’ string for the current group in the loop. |
bp_member_registered() |
Output the ‘registered [x days ago]’ string for the current member. |
bp_get_member_registered() |
Get the ‘registered [x days ago]’ string for the current member. |