2651* Filters the list of allowed CSS attributes.2652*2653* @since 2.8.12654*2655* @param string[]$attrArray of allowed CSS attributes.2656*/2657$allowed_attr=apply_filters(2658'safe_style_css',2659array(2660'background',2661'background-color',2662'background-image',2663'background-position',
History
Introduced in 2.8.1. Unchanged from 6.7.7 through 7.1.0.