wpseek.com
A WordPress-centric search engine for devs and theme authors



day_link › WordPress Filter Hooks

Since1.5.0
Deprecatedn/a
apply_filters( 'day_link', $daylink, $year, $month, $day )
Parameters: (4)
  • () daylink Permalink for the day archive.
    Required: Yes
  • () year Year for the archive.
    Required: Yes
  • () month Month for the archive.
    Required: Yes
  • () day The day for the archive.
    Required: Yes
Defined at:
Codex:

Filters the day archive permalink.





Source

return apply_filters( 'day_link', $daylink, $year, $month, $day );