wp_parse_url()
Function: A wrapper for PHP’s parse_url() function that handles consistency in the return values across PHP versions.
Source: wp-includes/http.php:641
Function: A wrapper for PHP’s parse_url() function that handles consistency in the return values across PHP versions.
Source: wp-includes/http.php:641
Function: Retrieve a specific component from a parsed URL array.
Source: wp-includes/http.php:688
Function: Translate a PHP_URL_* constant to the named array keys PHP uses.
Source: wp-includes/http.php:714
Function: Returns the ClassicPress User-Agent header for outgoing requests.
Source: wp-includes/http.php:748
Filter Hook: Filters the user agent value sent with an HTTP request.
Source: wp-includes/http.php:770
Function: Determines if the HTTP origin is an authorized one.
Source: wp-includes/http.php:437
Filter Hook: Change the allowed HTTP origin result.
Source: wp-includes/http.php:454
Function: Send Access-Control-Allow-Origin and related headers if the current request is from an allowed origin.
Source: wp-includes/http.php:470
Function: Validate a URL for safe use in the HTTP API.
Source: wp-includes/http.php:497
Filter Hook: Check if HTTP request is external or not.
Source: wp-includes/http.php:549