This function has been deprecated. BuddyPress 1.5.0 instead.

bp_dtheme_fix_the_posts_on_activity_front( array $posts )

In BuddyPress 1.2.x, this was used as part of the code that set the activity feed to be on the front page.

Description

As of 1.5.x, it is no longer required.

Parameters

$posts

(array) (Required) Posts as retrieved by WP_Query

Return

(array)

Source

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

	function bp_dtheme_fix_the_posts_on_activity_front( $posts ) {
		_deprecated_function( __FUNCTION__, '1.5', "No longer required." );
		return $posts;
	}

Changelog

Changelog
Version Description
BuddyPress 1.5.0 BuddyPress 1.5.0
BuddyPress 1.2.5 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.