Automattic\WooCommerce\Vendor\Sabberworm\CSS\Rule
Rule::getIeHack
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
Array
Usage
$Rule = new Rule(); $Rule->getIeHack();
Changelog
| Deprecated | since V8.8.0, will be removed in V9.0 |
Rule::getIeHack() Rule::getIeHack code WC 10.5.0
public function getIeHack()
{
return $this->aIeHack;
}