get_registered_items_by('header') as $single_item) { $option_id = $b->get_option_id_for('header', $single_item); $options[$option_id . '_panel'] = [ 'title' => $single_item['config']['name'], 'container' => [ 'priority' => 1 ], 'options' => [ $option_id . '_panel_options' => [ 'type' => 'ct-options', 'setting' => [ 'transport' => 'postMessage' ], 'inner-options' => $b->get_options_for('header', $single_item) ] ] ]; } $options[blocksy_rand_md5()] = [ 'options' => [ 'header_placements' => [ 'type' => 'hidden', 'value' => [ 'current_header' => 'type-1', 'headers' => [ $b->get_header_structure_for('type-1'), $b->get_header_structure_for('type-2') ] ] ] ] ];