the_shortlink

the_shortlink

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.5.2

apply_filters('the_shortlink') is found 1 times:

  • /wp-includes/link-template.php line 4255
    		 * @param string $shortlink Shortlink URL.
    		 * @param string $text      Shortlink's text.
    		 * @param string $title     Shortlink's title attribute.
    		 */
    		$link = apply_filters( 'the_shortlink', $link, $shortlink, $text, $title );
    		echo $before, $link, $after;
    	}
    }
    
    /**
     * Retrieves the avatar URL.