get_option(); echo $this->prefix . $value . $this->suffix; } // Container end of the form field public function form_field_after ( $args ) { echo ' '; } // As a static option, we return here the default value public function get_option ( $args = array(), $id = 0 ) { return $this->default; } }