Sanitizes property names.
Parameters
$propertystringrequired- The CSS property.
Source
protected function sanitize_property( $property ) {
return sanitize_key( $property );
}
Changelog
| Version | Description |
|---|---|
| 6.1.0 | Introduced. |
Sanitizes property names.
$propertystringrequiredprotected 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.