apply_filters( 'safe_style_css', array $attr )

Filters list of allowed CSS attributes.


Parameters

$attr

(array) List of allowed CSS attributes.


Source

File: wp-includes/kses.php

View on GitHub



Changelog

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.