WPDev.one
Core Function
View Source on Trac ↗

wp_kses_attr_parse()

wp_kses_attr_parse( mixed $element )

Finds all attributes of an HTML element.

Parameters 1 required

Name / Type Description
$element
string

HTML element.

Required

Return Value

((array)
| false) List of attributes found in the element. Returns false on failure.

Function Information

Since Version
4.2.3
Source File
wp-includes/kses.php
Advertisement