Core Function
View Source on Trac ↗ wp_remote_fopen()
wp_remote_fopen( mixed $uri ) HTTP request for URI to retrieve content.
Parameters 1 required
| Name / Type | Description |
|---|---|
| $uri string | URI/URL of web page to retrieve. Required |
Return Value
((string)
| false) HTTP content. False on failure.
Function Information
Since Version
1.5.1
Source File
wp-includes/functions.php
Advertisement