Menu Adam R Brown

WP hooks navigation: Home/browseActions indexFilters index

Source View: year_link

To save our bandwidth, we show only a snippet of code around each occurence of the hook. View complete file in SVN (without highlighting).

Understanding Source Code

The best way to understand what a hook does is to look at where it occurs in the source code.

Remember, this hook may occur in more than one file. Moreover, the hook's context may change from version to version.

Source View

Line Code
452
453      /**
454       * Filter the year archive permalink.
455       *
456       * @since 1.5.0
457       *
458       * @param string $yearlink Permalink for the year archive.
459       * @param int    $year     Year for the archive.
460       */
461      return apply_filters( 'year_link', $yearlink, $year );
462 }
463
464 /**
465  * Retrieve the permalink for the month archives with year.
466  *
467  * @since 1.0.0
468  *
469  * @param bool|int $year False for current year. Integer of year.
470  * @param bool|int $month False for current month. Integer of month.