apply_filters( 'day_link', string $daylink, int $year, int $month, int $day )
- Since
- 1.5.0
Filters the day archive permalink.
Parameters
$daylinkstring- Permalink for the day archive.
$yearint- Year for the archive.
$monthint- Month for the archive.
$dayint- The day for the archive.
Fired at · 1
wp-includes/link-template.php:655get_day_link()
Source
* * @param string $daylink Permalink for the day archive. * @param int $year Year for the archive. * @param int $month Month for the archive. * @param int $day The day for the archive. */ return apply_filters( 'day_link', $daylink, $year, $month, $day );} /** * Displays the permalink for the feed type. * * @since 3.0.0History
Introduced in 1.5.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.
About this page
- Parsed data
- Generated from the wordpress-develop 6.9.7 tag, and regenerated for each WordPress release so it tracks the code rather than a snapshot of it.
- Corrections
- Something wrong on this page? Report it and it gets fixed in the next regeneration.