Ejemplo n.º 1
0
 /**
  * Render the metabox.
  *
  * @param array $fields
  * @param \WP_Post $post
  * @return void
  */
 protected function render(array $fields, $post)
 {
     $this->view->with(['__fields' => $fields, '__metabox' => $this, '__post' => $post]);
     echo $this->view->render();
 }