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()
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 ); }
Changelog Changelog
Version | Description |
---|---|
1.1.0 | Introduced. |