Menu Adam R Brown

WP hooks navigation: Home/browseActions indexFilters index

Source View: the_author_posts_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
253      );
254
255      /**
256       * Filter the link to the author page of the author of the current post.
257       *
258       * @since 2.9.0
259       *
260       * @param string $link HTML link.
261       */
262      echo apply_filters( 'the_author_posts_link', $link );
263 }
264
265 /**
266  * Retrieve the URL to the author page for the user with the ID provided.
267  *
268  * @since 2.1.0
269  * @uses $wp_rewrite WP_Rewrite
270  * @return string The URL to the author's page.
271  */