bp_profile_settings_visibility_select( array|string $args = '' )

Output the XProfile field visibility select list for settings.


Description Description


Parameters Parameters

$args

(Optional) Args for the select list. See bp_profile_get_settings_visibility_select

Default value: ''


Top ↑

Source Source

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

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

Top ↑

Changelog Changelog

Changelog
Version Description
2.0.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.