wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



rsd_link › WordPress Function

Seit2.0.0
Veraltetn/v
rsd_link ( Keine Parameter )
Links:
Definiert in:
Codex:

Displays the link to the Really Simple Discovery service endpoint.



Ähnliche Funktionen: add_link, self_link, edit_link, feed_links, get_link

Quellcode

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