Menu Adam R Brown

WP hooks navigation: Home/browseActions indexFilters index

Source View: the_shortlink

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
3895            * Filters the short link anchor tag for a post.
3896            *
3897            * @since 3.0.0
3898            *
3899            * @param string $link      Shortlink anchor tag.
3900            * @param string $shortlink Shortlink URL.
3901            * @param string $text      Shortlink's text.
3902            * @param string $title     Shortlink's title attribute.
3903            */
3904           $link = apply_filters( 'the_shortlink', $link, $shortlink, $text, $title );
3905           echo $before, $link, $after;
3906      }
3907 }
3908
3909
3910 /**
3911  * Retrieves the avatar URL.
3912  *
3913  * @since 4.2.0