[wp-testers] Changes

Stephen Rider wp-hackers at striderweb.com
Tue Jul 15 19:14:27 GMT 2008


This may be beneath your level, but I have a tutorial up on how to do  
array options in WordPress:

Consolidate Options with Arrays in your WordPress Plugins
<http://striderweb.com/nerdaphernalia/2008/07/consolidate-options-with-arrays/ 
 >

Perfect for the beginner/intermediate plugin coder in your life. ;)

Stephen

On Jul 15, 2008, at 1:21 PM, Duane Storey wrote:

> Hmm, that's interesting.  This only seems to affect 2.6 with my code.
> I can easily change it, I'm just curious what suddenly everything
> stopped working.
>
> On 7/15/08, Stephen Rider <wp-hackers at striderweb.com> wrote:
>> 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....


More information about the wp-testers mailing list