Filters the short link anchor tag for a post.
$linkstring$shortlinkstring$textstring$titlestringwp-includes/link-template.php:4278the_shortlink() * * @param string $link Shortlink anchor tag. * @param string $shortlink Shortlink URL. * @param string $text Shortlink's text. * @param string $title Shortlink's title attribute. Unused. */ $link = apply_filters( 'the_shortlink', $link, $shortlink, $text, $title ); echo $before, $link, $after; }} /** * Retrieves the avatar URL.Introduced in 3.0.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.