* @link http://codecanyon.net/user/wpdreams/portfolio * @copyright Copyright (c) 2019, Ernest Marcinko */ class wd_TextareaExpandable extends wpdreamsType { public function getType() { parent::getType(); echo "" . $this->label . ""; echo "" . stripslashes(esc_html($this->data)) . ""; } } }