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)
  • (string) $daylink Permalink for the day archive.
    Required: Yes
  • (int) $year Year for the archive.
    Required: Yes
  • (int) $month Month for the archive.
    Required: Yes
  • (int) $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 );