rsd_link() WP 2.0.0
Display the link to the Really Simple Discovery service endpoint.
No Hooks.
Return
Null. Nothing.
Usage
rsd_link();
Changelog
Since 2.0.0 | Introduced. |
Code of rsd_link() rsd link WP 5.6
function rsd_link() {
echo '<link rel="EditURI" type="application/rsd+xml" title="RSD" href="' . esc_url( site_url( 'xmlrpc.php?rsd', 'rpc' ) ) . '" />' . "\n";
}