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



index_rel_link › WordPress Function

Since2.8.0
Deprecated3.3.0
index_rel_link ( No parameters )
Defined at:
Codex:

Display relational link for the site index.



Source

function index_rel_link() {
	_deprecated_function( __FUNCTION__, '3.3.0' );

	echo get_index_rel_link();
}