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
void. Nothing (null).
Usage
$Rule = new Rule(); $Rule->setIeHack( $aModifiers );
- $aModifiers(array<int, int>) (required)
- .
Changelog
| Deprecated | since V8.8.0, will be removed in V9.0 |
Rule::setIeHack() Rule::setIeHack code WC 11.0.1
public function setIeHack(array $aModifiers)
{
$this->aIeHack = $aModifiers;
}