wp_kses_uri_attributes
wp_kses_uri_attributes ( No parameters )
Links:Returns:- (string[]) HTML attribute names whose value contains a URL.
Defined at: - Introduced in WordPress: 5.0.1
- Deprecated in WordPress: —
Description
Returns an array of HTML attribute names whose value contains a URL.This function returns a list of all HTML attributes that must contain
a URL according to the HTML specification.
This list includes URI attributes both allowed and disallowed by KSES.