'regular-text' ); protected $forcedAttribs = array( 'type' => 'text' ); public function render() { $this->attr['value'] = $this->value; $html = sprintf(' %s', $this->getAttribs(), $this->getDescriptionHtml()); return $html; } }