bp_profile_visibility_radio_buttons( array|string $args = '' )

Echo the field visibility radio buttons.

Description

Parameters

$args

(array|string) (Optional) Args for the radio buttons. See bp_profile_get_visibility_radio_buttons

Default value: ''

Source

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

function bp_profile_visibility_radio_buttons( $args = '' ) {
	echo bp_profile_get_visibility_radio_buttons( $args );
}

Changelog

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