Sanitizes property names.
Parameters
$property
stringrequired- The CSS property.
Source
protected function sanitize_property( $property ) {
return sanitize_key( $property );
}
Changelog
Version | Description |
---|---|
6.1.0 | Introduced. |
Sanitizes property names.
$property
stringrequiredprotected function sanitize_property( $property ) {
return sanitize_key( $property );
}
Version | Description |
---|---|
6.1.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.