Automattic\WooCommerce\Vendor\Sabberworm\CSS\CSSList

KeyFrame::isRootListpublicWC 1.0

Method of the class: KeyFrame{}

No Hooks.

Returns

true|false.

Usage

$KeyFrame = new KeyFrame();
$KeyFrame->isRootList();

KeyFrame::isRootList() code WC 10.7.0

public function isRootList()
{
    return false;
}