Removes a single declaration.
Parameters
$property
stringrequired- The CSS property.
Source
public function remove_declaration( $property ) {
unset( $this->declarations[ $property ] );
return $this;
}
Changelog
Version | Description |
---|---|
6.1.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.