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
3760            * Filters the short link anchor tag for a post.
3761            *
3762            * @since 3.0.0
3763            *
3764            * @param string $link      Shortlink anchor tag.
3765            * @param string $shortlink Shortlink URL.
3766            * @param string $text      Shortlink's text.
3767            * @param string $title     Shortlink's title attribute.
3768            */
3769           $link = apply_filters( 'the_shortlink', $link, $shortlink, $text, $title );
3770           echo $before, $link, $after;
3771      }
3772 }
3773
3774
3775 /**
3776  * Retrieves the avatar URL.
3777  *
3778  * @since 4.2.0