Example #1
0
 public function renderSubmitMetabox()
 {
     $template = mvb_Model_Template::retrieveSub('SUBMIT_METABOX', $this->template);
     return mvb_Model_Manager_SubmitMetabox::render($template, $this);
 }