apply_filters( 'bp_get_form_field_attributes', array $attributes , string $name )
Filter the attributes for a field before rendering output.
Description Description
Parameters Parameters
- $attributes
-
The field attributes.
- $name
-
The field name.
Source Source
File: bp-core/bp-core-template.php
Changelog Changelog
Version | Description |
---|---|
2.2.0 | Introduced. |