コード例 #1
0
ファイル: Radio.php プロジェクト: Bushzhao/rvbwebsite
 /**
  * Renders the element widget returning html
  *
  * @param array attributes
  * @return string
  */
 public function render($attributes = null)
 {
     return \WpPepVN\Tag::radioField($this->prepareAttributes($attributes, true));
 }