You appear to be a bot. Output may be restricted
Description
Get site index relational link.
Usage
$string = get_index_rel_link();
Parameters
Returns
string
Source
File name: wordpress/wp-includes/deprecated.php
Lines:
1 to 6 of 6
function get_index_rel_link() { _deprecated_function( get_index_rel_link, '3.3.0' ); $link = "<link rel='index' title='" . esc_attr( get_bloginfo( 'name', 'display' ) ) . "' href='" . esc_url( user_trailingslashit( get_bloginfo( 'url', 'display' ) ) ) . "' />\n"; return apply_filters( "index_rel_link", $link ); }