// for adding one group:$only['your_prefix'] = 'Your Group Title';// For Multiple Groups$only = array_merge($only, array( 'prefix_A' => 'Title A', 'prefix_B' => 'Title B'));