apply_filters( 'safe_style_css', array $attr )
Filters list of allowed CSS attributes.
Parameters
- $attr
-
List of allowed CSS attributes.
Source
File: wp-includes/kses.php
Changelog
Version | Description |
---|---|
WP-4.6.0 | Added support for list-style-type . |
WP-4.4.0 | Added support for min-height , max-height , min-width , and max-width . |
WP-2.8.1 | Introduced. |