Example #1
0
 /**
  * Add a post type to the theme options panel.
  *
  * @param array $configs Array containing all configurations
  *
  * @since 3.3.6
  */
 public function addPostType($configs = array())
 {
     $this->engine->addPostType($configs);
 }