/** * Get field value * * @param bool $humanic if $humanic = false, will return a key of option * @return null|string */ public function get_value($humanic = false) { return $humanic ? $this->get_option_value(parent::get_value()) : parent::get_value(); }