Uses
Uses | Description |
---|---|
wp-includes/kses.php: wp_kses_uri_attributes() | Returns an array of HTML attribute names whose value contains a URL. |
wp-includes/kses.php: wp_kses_attr_check() | Determines whether an attribute is allowed. |
wp-includes/formatting.php: esc_attr() | Escaping for HTML attributes. |
wp-includes/kses.php: wp_kses_no_null() | Removes any invalid control characters in a text string. |
wp-includes/kses.php: wp_kses_bad_protocol() | Sanitizes a string and removed disallowed URL protocols. |
wp-includes/kses.php: wp_kses_allowed_html() | Returns an array of allowed HTML tags and attributes for a given context. |
wp-includes/functions.php: wp_allowed_protocols() | Retrieve a list of protocols to allow in HTML attributes. |