wpseek.com
A WordPress-centric search engine for devs and theme authors



rsd_link › WordPress Function

Since2.0.0
Deprecatedn/a
rsd_link ( No parameters )
Links:
Defined at:
Codex:

Displays the link to the Really Simple Discovery service endpoint.



Source

function rsd_link() {
	printf(
		'<link rel="EditURI" type="application/rsd+xml" title="RSD" href="%s" />' . "\n",
		esc_url( site_url( 'xmlrpc.php?rsd', 'rpc' ) )
	);
}