field = $field; $this->value = $value; $this->args = $parent->args; } /** * Field Render Function. * * Takes the vars and outputs the HTML for the field in the settings * * @since ReduxFramework 1.0.0 */ function render() { $name = $this->args['opt_name'] . '[' . $this->field['id'] . ']'; $this->field['placeholder'] = isset($this->field['placeholder']) ? $this->field['placeholder'] : ""; $this->field['rows'] = isset($this->field['rows']) ? $this->field['rows'] : 6; ?>