bp_the_profile_field_required_label()
Output the ‘required’ markup in extended profile field labels.
Description Description
Source Source
File: bp-xprofile/bp-xprofile-template.php
function bp_the_profile_field_required_label() {
echo bp_get_the_profile_field_required_label();
}
Changelog Changelog
| Version | Description |
|---|---|
| 2.4.0 | Introduced. |