689*690* @see set_url_scheme()691* @see wp_unslash()692*693* @param string$feed_link The link for the feed with set URL scheme.694*/695echoesc_url(apply_filters('self_link',get_self_link()));696}697698/**699* Gets the UTC time of the most recently modified post from WP_Query.700*701*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.