bp_the_profile_field_options( array $args = array() )

Displays field options HTML for field types of ‘selectbox’, ‘multiselectbox’, ‘radio’, ‘checkbox’, and ‘datebox’.


Description Description


Parameters Parameters

$args

(Optional) Specify type for datebox. Allowed 'day', 'month', 'year'.

Default value: array()


Top ↑

Source Source

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

function bp_the_profile_field_options( $args = array() ) {
	echo bp_get_the_profile_field_options( $args );
}

Top ↑

Changelog Changelog

Changelog
Version Description
1.1.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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