This function has been deprecated. BuddyBoss 1.0.0 instead.

bp_nouveau_members_wp_bio_info()

Display the User’s WordPress bio info into the default front page?

Description

Return

(bool) True to display. False otherwise.

Source

File: bp-core/deprecated/buddyboss/1.0.php

function bp_nouveau_members_wp_bio_info() {
	_deprecated_function( __FUNCTION__, '1.0.0' );

	return false;

	// $user_settings = bp_nouveau_get_appearance_settings();

	// return ! empty( $user_settings['user_front_page'] ) && ! empty( $user_settings['user_front_bio'] );
}

Changelog

Changelog
Version Description
BuddyBoss 1.0.0 BuddyBoss 1.0.0
BuddyPress 3.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.