rsd_link()
Displays the link to the Really Simple Discovery service endpoint.
Contents
Source
File: wp-includes/general-template.php
.
View all references
function rsd_link() {
printf(
'<link rel="EditURI" type="application/rsd+xml" title="RSD" href="%s" />' . "\n",
esc_url( site_url( 'xmlrpc.php?rsd', 'rpc' ) )
);
}
Changelog
Version | Description |
---|---|
2.0.0 | Introduced. |