bp_field_css_class( mixed $class = false )
Output the class attribute for a field.
Description Description
Parameters Parameters
- $class
-
(Optional) Extra classes to append to class attribute. Pass multiple class names as an array or space-delimited string.
Default value: false
Source Source
File: bp-xprofile/bp-xprofile-template.php
function bp_field_css_class( $class = false ) { echo bp_get_field_css_class( $class ); }
Changelog Changelog
Version | Description |
---|---|
1.0.0 | Introduced. |