field = $field; $this->value = $value; $this->current = $current; $this->validate(); }//function /** * Field Render Function. * * Takes the vars and validates them * * @since ReduxFramework 3.0.0 */ function validate() { // Strip all html $this->value = wp_filter_nohtml_kses($this->value); }//function }//class