Description
Filters the list of allowed CSS attributes.
Occurrences
Filename | Line Number |
---|---|
wp-includes/kses.php | 2392 |
Parameters
Type | Name | Description |
---|---|---|
string[] | $attr | Array of allowed CSS attributes. |
PHP Doc
/**
* Filters the list of allowed CSS attributes.
*
* @since 2.8.1
*
* @param string[] $attr Array of allowed CSS attributes.
*/