Filters the day archive permalink.
Parameters
$daylink
string- Permalink for the day archive.
$year
int- Year for the archive.
$month
int- Month for the archive.
$day
int- The day for the archive.
Source
return apply_filters( 'day_link', $daylink, $year, $month, $day );
Changelog
Version | Description |
---|---|
1.5.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.