473* of the data retrieved for the given URL.474*475* @since 5.9.0476*477* @param int$ttl The time until cache expiration in seconds.478*/479$cache_expiration=apply_filters('rest_url_details_cache_expiration',$ttl);480481returnset_site_transient($key,$data,$cache_expiration);482}483484/**485* Retrieves the head element section.
History
Introduced in 5.9.0. Unchanged from 6.7.7 through 7.1.0.