apply_filters( 'bp_get_the_profile_field_options_radio', string $new_html, object $value, int $id, string $selected, string $k )

Filters the HTML output for an individual field options radio button.


Parameters Parameters

$new_html

(string) Label and radio input field.

$value

(object) Current option being rendered for.

$id

(int) ID of the field object being rendered.

$selected

(string) Current selected value.

$k

(string) Current index in the foreach loop.


Source Source

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

View on Trac



Top ↑

Changelog Changelog

Changelog
Version Description
1.1.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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