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



year_link › WordPress Filter Hooks

Since1.5.0
Deprecatedn/a
apply_filters( 'year_link', $yearlink, $year )
Parameters: (2)
  • (string) $yearlink Permalink for the year archive.
    Required: Yes
  • (int) $year Year for the archive.
    Required: Yes
Defined at:
Codex:

Filters the year archive permalink.





Source

return apply_filters( 'year_link', $yearlink, $year );