apply_filters( 'mc_date_badge', $badge, $time, $date ) → {string}
Filter the date badge HTML.
Parameters:
Name | Type | Description |
---|---|---|
$badge |
string | HTML output of the badge. |
$time |
int | Timestamp used. |
$date |
string | Date string passed into function. |
- Source:
Returns:
- Type
- string