Automattic\WooCommerce\Vendor\Sabberworm\CSS\Rule

Rule::addIeHackpublicWC 1.0

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->addIeHack( $iModifier );
$iModifier(int) (required)
.

Changelog

Deprecated since V8.8.0, will be removed in V9.0

Rule::addIeHack() code WC 10.5.0

public function addIeHack($iModifier)
{
    $this->aIeHack[] = $iModifier;
}