Automattic\WooCommerce\Vendor\Sabberworm\CSS\CSSList
KeyFrame::isRootList
Method of the class: KeyFrame{}
No Hooks.
Returns
true|false.
Usage
$KeyFrame = new KeyFrame(); $KeyFrame->isRootList();
KeyFrame::isRootList() KeyFrame::isRootList code WC 10.7.0
public function isRootList()
{
return false;
}