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