1385*1386* @since 3.1.01387*1388* @param string$link The post type archive feed link.1389* @param string$feed Feed type. Possible values include'rss2','atom'.1390*/1391returnapply_filters('post_type_archive_feed_link',$link,$feed);1392}13931394/**1395* Retrieves the URL used for the post preview.1396*1397* Allows additional query args to be appended.
History
Introduced in 3.1.0. Unchanged from 6.7.7 through 7.1.0.