Exemplo n.º 1
0
 /**
  * Renders the element widget returning html
  *
  * @param array attributes
  * @return string
  */
 public function render($attributes = null)
 {
     return \WpPepVN\Tag::hiddenField($this->prepareAttributes($attributes));
 }