/**
  * @return bool|string
  */
 function html_name()
 {
     if ($this->field->shared_name) {
         return parent::html_name() . '[]';
     }
     return parent::html_name();
 }
Ejemplo n.º 2
0
 /**
  * @return WP_Field_Feature_Base
  */
 function input_feature()
 {
     return $this->view->input_feature();
 }