Automattic\WooCommerce\Vendor\Sabberworm\CSS\CSSList
KeyFrame::getVendorKeyFrame
Method of the class: KeyFrame{}
No Hooks.
Returns
String|null.
Usage
$KeyFrame = new KeyFrame(); $KeyFrame->getVendorKeyFrame();
KeyFrame::getVendorKeyFrame() KeyFrame::getVendorKeyFrame code WC 10.4.3
public function getVendorKeyFrame()
{
return $this->vendorKeyFrame;
}