LLMS_Meta_Box_Product::get_fields()
Return an empty array because the metabox fields here are completely custom
Contents
Return Return
(array)
Source Source
File: includes/admin/post-types/meta-boxes/class.llms.meta.box.product.php
public function get_fields() {
return array();
}
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
| Version | Description |
|---|---|
| 3.0.0 | Introduced. |