LLMS_Meta_Box_Product::output()

Output metabox content Overwrites abstract because of the requirements of the UI


Return Return

(void)


Top ↑

Source Source

File: includes/admin/post-types/meta-boxes/class.llms.meta.box.product.php

	public function output() {
		echo $this->get_html();
	}


Top ↑

Changelog Changelog

Changelog
Version Description
3.0.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.