Automattic\WooCommerce\Vendor\Sabberworm\CSS\Rule
Rule::setIeHack
Deprecated since since V8.8.0, will be removed in V9.0. It is no longer supported and may be removed in future releases. It is recommended to replace this function with the same one.
Method of the class: Rule{}
No Hooks.
Returns
null. Nothing (null).
Usage
$Rule = new Rule(); $Rule->setIeHack( $aModifiers );
- $aModifiers(array) (required)
- .
Changelog
| Deprecated | since V8.8.0, will be removed in V9.0 |
Rule::setIeHack() Rule::setIeHack code WC 10.4.3
public function setIeHack(array $aModifiers)
{
$this->aIeHack = $aModifiers;
}