Changeset 54157 for trunk/src/wp-includes/deprecated.php
- Timestamp:
- 09/14/2022 01:06:53 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/deprecated.php
r54155 r54157 3655 3655 * @param int $red Optional. The number of Redirects followed, Upon 5 being hit, 3656 3656 * returns false. Default 1. 3657 * @return bool|string False on failure and string of headers if HEAD request.3657 * @return \Requests_Utility_CaseInsensitiveDictionary|false Headers on success, false on failure. 3658 3658 */ 3659 3659 function wp_get_http( $url, $file_path = false, $red = 1 ) {
Note: See TracChangeset
for help on using the changeset viewer.