delete_local_option( static::store_key() ); } public static function load_from_store( $key ) { return static::store_container()->get_local_option( static::store_key(), false ); } public function save() { static::store_container()->update_local_option( static::store_key(), $this ); } }