2388* Filters the list of allowed CSS attributes.2389*2390* @since 2.8.12391*2392* @param string[]$attrArray of allowed CSS attributes.2393*/2394$allowed_attr=apply_filters(2395'safe_style_css',2396array(2397'background',2398'background-color',2399'background-image',2400'background-position',
History
Introduced in 2.8.1. Unchanged from 6.7.7 through 7.1.0.