Automattic\WooCommerce\Vendor\Pelago\Emogrifier\Css
StyleRule::getContainingAtRule
Method of the class: StyleRule{}
No Hooks.
Returns
null. Nothing (null).
Usage
$StyleRule = new StyleRule(); $StyleRule->getContainingAtRule(): string;
StyleRule::getContainingAtRule() StyleRule::getContainingAtRule code WC 10.4.3
public function getContainingAtRule(): string
{
return $this->containingAtRule;
}