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: ''
Source 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 |
---|---|
2.0.0 | Introduced. |