the_shortlink

Advertisement

Summery Summery

Filters the short link anchor tag for a post.

Syntax Syntax

apply_filters( 'the_shortlink', string $link, string $shortlink, string $text, string $title )

Parameters Parameters

$link

Shortlink anchor tag.

$shortlink

Shortlink URL.

$text

Shortlink's text.

$title

Shortlink's title attribute.

Source Source

File: wp-includes/link-template.php

Advertisement

Changelog Changelog

Changelog
Version Description
3.0.0 Introduced.

Advertisement

Leave a Reply