bp_group_member_joined_since( array|string $args = array() )

Output the joined date for the current member in the group member loop.

Description

Parameters

$args

(array|string) (Optional) bp_get_group_member_joined_since()

Default value: array()

Return

(string|null)

Source

File: bp-groups/bp-groups-template.php

function bp_group_member_joined_since( $args = array() ) {
	echo bp_get_group_member_joined_since( $args );
}

Changelog

Changelog
Version Description
BuddyPress 2.7.0 Added $args as a parameter. BuddyPress 2.7.0 Added $args as a parameter.
BuddyPress 1.0.0 Introduced.

Questions?

We're always happy to help with code or other questions you might have! Search our developer docs, contact support, or connect with our sales team.