Ejemplo n.º 1
0
 /**
  * @param array $args
  */
 function _the_form_field_callback($args)
 {
     $this->plugin->the_form_field($args['field']->field_name, $args['form']->form_name);
 }