WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about the_shortlink

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/link-template.php apply_filters 4166 /**
* 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.
*/

Hook Parameters

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