Filter hook 'the_shortlink'

in WP Core File wp-includes/link-template.php at line 4258

Description

Filters the short link anchor tag for a post.

Occurrences

Filename Line Number
wp-includes/link-template.php 4258

Parameters

Type Name Description
string $link Shortlink anchor tag.
string $shortlink Shortlink URL.
string $text Shortlink's text.
string $title Shortlink's title attribute.

PHP Doc

/**
		 * Filters the short link anchor tag for a post.
		 *
		 * @since 3.0.0
		 *
		 * @param string $link      Shortlink anchor tag.
		 * @param string $shortlink Shortlink URL.
		 * @param string $text      Shortlink's text.
		 * @param string $title     Shortlink's title attribute.
		 */