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