WordPress Version: 6.1
/**
* Displays the link to the Really Simple Discovery service endpoint.
*
* @link http://archipelago.phrasewise.com/rsd
* @since 2.0.0
*/
function rsd_link()
{
printf('<link rel="EditURI" type="application/rsd+xml" title="RSD" href="%s" />' . "\n", esc_url(site_url('xmlrpc.php?rsd', 'rpc')));
}