693*694* @see set_url_scheme()695* @see wp_unslash()696*697* @param string$feed_link The link for the feed with set URL scheme.698*/699echoesc_url(apply_filters('self_link',get_self_link()));700}701702/**703* Gets the UTC time of the most recently modified post from WP_Query.704*705*If viewing a comment feed, the time of the most recently modified
History
Introduced in 3.6.0. Unchanged from 6.7.7 through 7.1.0.