apply_filters( 'safe_style_css', string[] $attr )
- Since
- 2.8.1, 7.1.0
Filters the list of allowed CSS attributes.
Parameters
$attrstring[]- Array of allowed CSS attributes.
Fired at · 1
wp-includes/kses.php:2669safecss_filter_attr()
Source
View on Trac ↗View on GitHub ↗
2663 *2664 * @since 2.8.12665 * @since 7.1.0 Added support for SVG presentation attributes.2666 *2667 * @param string[] $attr Array of allowed CSS attributes.2668 */2669 $allowed_attr = apply_filters(2670 'safe_style_css',2671 array(2672 'background',2673 'background-color',2674 'background-image',2675 'background-position',
History
Introduced in 2.8.1. Unchanged from 6.7.7 through 7.1.0.
- 6.7.7
- 6.8.8
- 6.9.7
- 7.0.4
- 7.1.0
Signature, return type and hooks compared across 5 parsed releases.
7.1.0
Added support for SVG presentation attributes.from the docblock
2.8.1
Introduced.from the docblock
About this page
- Parsed data
- Generated from the wordpress-develop 7.1.0 tag, and regenerated for each WordPress release so it tracks the code rather than a snapshot of it.
- Corrections
- Something wrong on this page? Report it and it gets fixed in the next regeneration.