'regular-text code', 'rows' => 10, 'cols' => 50 ); public function render() { $html = sprintf(' %s', $this->getAttribs(), $this->value, $this->getDescriptionHtml() ); return $html; } }