esc_url_raw
esc_url_raw ( $url, $protocols = null )
Parameters:- (string) url The URL to be cleaned.
- (string[]) protocols Optional. An array of acceptable protocols. Defaults to return value of wp_allowed_protocols().
See:Returns:- (string) The cleaned URL after sanitize_url() is run.
Defined at:Change Log: - Introduced in WordPress: 2.8.0
- Deprecated in WordPress: —
Description
Sanitizes a URL for database or redirect usage.This function is an alias for sanitize_url().