Automattic\WooCommerce\Vendor\Sabberworm\CSS\CSSList

CSSList::isRootListpublicWC 1.0

Return true if the list can not be further outdented. Only important when rendering.

Метод класса: CSSList{}

Хуков нет.

Возвращает

true|false.

Использование

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

Код CSSList::isRootList() WC 10.4.3

abstract public function isRootList();