apply_filters( 'bp_get_the_profile_field_datebox', string $html, string $value, string $day, string $month, string $year, int $id, string $date )

Filters the output for the profile field datebox.


Description Description


Parameters Parameters

$html

HTML output for the field.

$value

Which date type is being rendered for.

$day

Date formatted for the current day.

$month

Date formatted for the current month.

$year

Date formatted for the current year.

$id

ID of the field object being rendered.

$date

Current date.


Top ↑

Source Source

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


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.