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



month_link › WordPress Filter Hooks

Since1.5.0
Deprecatedn/a
apply_filters( 'month_link', $monthlink, $year, $month )
Parameters: (3)
  • () monthlink Permalink for the month archive.
    Required: Yes
  • () year Year for the archive.
    Required: Yes
  • () month The month for the archive.
    Required: Yes
Defined at:
Codex:

Filters the month archive permalink.





Source

return apply_filters( 'month_link', $monthlink, $year, $month );