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