bp_the_profile_field_options( array $args = array() )
Displays field options HTML for field types of ‘selectbox’, ‘multiselectbox’, ‘radio’, ‘checkbox’, and ‘datebox’.
Description
Parameters
- $args
-
(array) (Optional) Specify type for datebox. Allowed 'day', 'month', 'year'.
Default value: array()
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
Version | Description |
---|---|
BuddyPress 1.1.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.