rsd_link()
Display the link to the Really Simple Discovery service endpoint.
Description Description
Source Source
File: wp-includes/general-template.php
function rsd_link() { echo '<link rel="EditURI" type="application/rsd+xml" title="RSD" href="' . esc_url( site_url( 'xmlrpc.php?rsd', 'rpc' ) ) . '" />' . "\n"; }
Expand full source code Collapse full source code View on Trac
Changelog Changelog
Version | Description |
---|---|
2.0.0 | Introduced. |