LLMS_Meta_Box_Product::output()
Output metabox content Overwrites abstract because of the requirements of the UI
Return Return
(void)
Source Source
File: includes/admin/post-types/meta-boxes/class.llms.meta.box.product.php
public function output() { echo $this->get_html(); }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
3.0.0 | Introduced. |