LLMS_Metabox_Editor_Field::output()
outputs the Html for the given field
Contents
Return Return
(void)
Source Source
File: includes/admin/post-types/meta-boxes/fields/llms.class.meta.box.editor.php
public function output() { global $post; parent::output(); wp_editor( $this->meta, $this->field['id'], $this->settings ); parent::close_output(); }
Expand full source code Collapse full source code View on GitHub