public static function get() { $value = parent::get(); if (empty($value)) { update_option(self::$setting_name, self::$default_value); } return $value; }
public static function is_enabled() { return !parent::is_enabled(); }