Changeset 54157 for trunk/src/wp-includes/functions.php
- Timestamp:
- 09/14/2022 01:06:53 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/functions.php
r54146 r54157 979 979 * @param string $url URL to retrieve HTTP headers from. 980 980 * @param bool $deprecated Not Used. 981 * @return string|false Headers on success, false on failure.981 * @return \Requests_Utility_CaseInsensitiveDictionary|false Headers on success, false on failure. 982 982 */ 983 983 function wp_get_http_headers( $url, $deprecated = false ) {
Note: See TracChangeset
for help on using the changeset viewer.