This function has been deprecated. BuddyPress 2.2.0 instead.

bp_xprofile_format_activity_action_new_member( string $action, object $activity )

Format ‘new_member’ activity actions.

Description

Parameters

$action

(string) (Required) Static activity action.

$activity

(object) (Required) Activity object.

Return

(string)

Source

File: bp-core/deprecated/buddypress/2.2.php

function bp_xprofile_format_activity_action_new_member( $action, $activity ) {
	_deprecated_function( __FUNCTION__, '2.2', 'bp_members_format_activity_action_new_member()' );

	$action = apply_filters( 'bp_xprofile_format_activity_action_new_member', $action, $activity );
	return bp_members_format_activity_action_new_member( $action, $activity );
}

Changelog

Changelog
Version Description
BuddyPress 2.2.0 BuddyPress 2.2.0
BuddyPress 2.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.