Automattic\WooCommerce\Vendor\Sabberworm\CSS\CSSList

KeyFrame::isRootListpublicWC 1.0

Method of the class: KeyFrame{}

No Hooks.

Returns

bool.

Usage

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

KeyFrame::isRootList() code WC 11.0.1

public function isRootList()
{
    return false;
}