Esempio n. 1
0
 /**
  * Create a new field
  *
  * @var		string		the configuration ID for this field
  * @var		array		the field arguments
  */
 public static function add_field($config_id, $args)
 {
     Kirki_Field::add_field($config_id, $args);
 }