It seems like strange behavior though to mess with the data going in and out of the database that a plugin is using. I mean, it's quite possible I actually wanted it in a serialized form, so why would wordpress undo the serialization for the cache? I would think a proper cache would store it as serialized, since that's what I asked to be put into the database.
On 7/15/08, Jason Webster <[EMAIL PROTECTED]> wrote: > You may want to look into the WP function maybe_unserialize(). > > It'll safeguard you from any caching mixups. Also of note, WP provides a > few other handy functions w/r/t serialization, such as is_serialized(). > > Duane Storey wrote: > _______________________________________________ wp-testers mailing list [email protected] http://lists.automattic.com/mailman/listinfo/wp-testers
