delete_site_option( static::store_key() ); } public static function load_from_store( $key ) { return static::store_container()->get_site_option( static::store_key(), false ); } public function save() { static::store_container()->update_site_option( static::store_key(), $this ); } }