wp_kses_attr_parse
wp_kses_attr_parse ( $element )
Parameters:- (string) element HTML element.
Returns:- (array|false) List of attributes found in the element. Returns false on failure.
Defined at: - Introduced in WordPress: 4.2.3
- Deprecated in WordPress: —
Description
Finds all attributes of an HTML element.Does not modify input. May return "evil" output.
Based on `wp_kses_split2()` and `wp_kses_attr()`.