bp_profile_settings_visibility_select( array|string $args = '' )

Output the XProfile field visibility select list for settings.

Description

Parameters

$args

(array|string) (Optional) Args for the select list. See bp_profile_get_settings_visibility_select

Default value: ''

Source

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

function bp_profile_settings_visibility_select( $args = '' ) {
	echo bp_profile_get_settings_visibility_select( $args );
}

Changelog

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