Automattic\WooCommerce\Vendor\Sabberworm\CSS\CSSList

KeyFrame::getVendorKeyFramepublicWC 1.0

Method of the class: KeyFrame{}

No Hooks.

Returns

string|null.

Usage

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

KeyFrame::getVendorKeyFrame() code WC 11.0.1

public function getVendorKeyFrame()
{
    return $this->vendorKeyFrame;
}