bp_nouveau_xprofile_edit_visibilty()

Template tag to output the field visibility markup in edit and signup screens.

Description

Source

File: bp-templates/bp-nouveau/includes/xprofile/template-tags.php

function bp_nouveau_xprofile_edit_visibilty() {
	/**
	 * Fires before the display of visibility options for the field.
	 *
	 * @since BuddyPress 1.7.0
	 */
	do_action( 'bp_custom_profile_edit_fields_pre_visibility' );

	bp_get_template_part( 'members/single/parts/profile-visibility' );

	/**
	 * Fires after the visibility options for a field.
	 *
	 * @since BuddyPress 3.0.0
	 */
	do_action( 'bp_custom_profile_edit_fields' );
}

Changelog

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