Custom-Metaboxes-and-Fields-for-WordPress
Custom-Metaboxes-and-Fields-for-WordPress copied to clipboard
Fixed regression with "multicheck" fields
In previous versions, multicheck fields were stored using multiple key/value entries. This was recently changed (maybe due to a bug) so now those fields got saved as serialized arrays. Unfortunately, that change made it impossible to use the "meta_key" and "meta_value" arguments with the get_posts function. This patch restores the previous behaviour.