I routinely pass arrays to update_option() without serializing them first. WP does this automatically, it seems. get_option() passes the array right back without my having to unserialize.

I've been doing it that way since well before 2.5....

On Jul 15, 2008, at 10:29 AM, Duane Storey wrote:

I've having some problems with a plugin I wrote and version 2.6.  It
now appears that when saving or getting options from wordpress, that
somewhere an implicit serialize or unserialize is happening.

_______________________________________________
wp-testers mailing list
wp-testers@lists.automattic.com
http://lists.automattic.com/mailman/listinfo/wp-testers

Reply via email to