Filter hook 'safe_style_css'

in WP Core File wp-includes/kses.php at line 2392

Description

Filters the list of allowed CSS attributes.

Occurrences

Filename Line Number
wp-includes/kses.php 2392

Parameters

Type Name Description
string[] $attr Array of allowed CSS attributes.

PHP Doc

/**
	 * Filters the list of allowed CSS attributes.
	 *
	 * @since 2.8.1
	 *
	 * @param string[] $attr Array of allowed CSS attributes.
	 */