I have created an array of values and i'm wondering whether its possible to get the value of the parent item.
For example, if I have the value logo
how can I retrieve that it belongs to FREE
?
$widget_classes = array(
'FREE' => array(
'logo',
'clock',
'text',
'rss',
'rss marquee',
),
);