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.


Parameters Parameters

$html

(string) HTML output for the field.

$value

(string) Which date type is being rendered for.

$day

(string) Date formatted for the current day.

$month

(string) Date formatted for the current month.

$year

(string) Date formatted for the current year.

$id

(int) ID of the field object being rendered.

$date

(string) Current date.


Source Source

File: bp-xprofile/classes/class-bp-xprofile-field-type-datebox.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.