get_index_rel_link

Definition:
function get_index_rel_link() {}

Get site index relational link.

Defined filters

  • index_rel_link
    apply_filters( "index_rel_link", $link )

Source code

function get_index_rel_link() {

	_deprecated_function( __FUNCTION__, '3.3' );



	$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 );

}

16249

No comments yet... Be the first to leave a reply!

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

%d bloggers like this: