apply_filters( 'bp_get_the_profile_field_checkbox_acceptance', string $html , int $field_id , array $r , int $checkbox_acceptance )
Filter here to edit the HTML output.
Description Description
Parameters Parameters
- $html
-
The HTML output.
- $field_id
-
The field ID.
- $r
-
The edit field HTML elements data.
- $checkbox_acceptance
-
The field value.
Source Source
File: bp-xprofile/classes/class-bp-xprofile-field-type-checkbox-acceptance.php
Changelog Changelog
Version | Description |
---|---|
8.0.0 | Introduced. |