2579* Filters the list of allowed CSS attributes.2580*2581* @since 2.8.12582*2583* @param string[]$attrArray of allowed CSS attributes.2584*/2585$allowed_attr=apply_filters(2586'safe_style_css',2587array(2588'background',2589'background-color',2590'background-image',2591'background-position',
History
Introduced in 2.8.1. Unchanged from 6.7.7 through 7.1.0.