LLMS_Metabox_Custom_Html_Field::output()

outputs the Html for the given field


Return Return

(void)


Top ↑

Source Source

File: includes/admin/post-types/meta-boxes/fields/llms.class.meta.box.custom.html.php

	public function output() {

		global $post;

		parent::output();
		echo $this->field['value'];
		parent::close_output();
	}


Top ↑

User Contributed Notes User Contributed Notes

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