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.


Top ↑

Source Source

File: bp-xprofile/classes/class-bp-xprofile-field-type-checkbox-acceptance.php


Top ↑

Changelog Changelog

Changelog
Version Description
8.0.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.